PT-2026-28488 · Inventree · Inventree
Schrodingersgat
·
Published
2026-03-26
·
Updated
2026-03-26
·
CVE-2026-33530
CVSS v3.1
7.7
High
| Vector | AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
InvenTree versions prior to 1.2.6
InvenTree versions 1.2.6 through 1.3.0
Description
InvenTree is an Open Source Inventory Management System. Certain API endpoints associated with bulk data operations can be exploited to exfiltrate sensitive information from the database. The bulk operation API endpoints, including
/api/part/, /api/stock/, /api/order/so/allocation/, and others, accept a filters parameter. This parameter is passed directly to Django's ORM queryset.filter(**filters) without any field allowlisting. This allows authenticated users to traverse model relationships using Django's lookup syntax and perform blind boolean-based data extraction. The filters parameter is the key component in this issue.Recommendations
Update InvenTree to version 1.2.6 or later.
Update InvenTree to version 1.3.0 or later.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Inventree