CVE-2026-33530 Details
Description
InvenTree is an Open Source Inventory Management System. Prior to version 1.2.6, certain API endpoints associated with bulk data operations can be hijacked to exfiltrate sensitive information from the database. The bulk operation API endpoints (e.g. `/api/part/`, `/api/stock/`, `/api/order/so/allocation/`, and others) accept a filters parameter that is passed directly to Django's ORM queryset.filter(**filters) without any field allowlisting. This enables any authenticated user to traverse model relationships using Django's __ lookup syntax and perform blind boolean-based data extraction. This issue is patched in version 1.2.6, and 1.3.0 (or above). Users should update to the patched versions. No known workarounds are available.
A vulnerability exists in InvenTree, an open-source inventory management system, prior to version 1.2.6. Certain API endpoints for bulk data operations can be exploited to exfiltrate sensitive information from the database. The affected endpoints, including '/api/part/', '/api/stock/', and '/api/order/so/allocation/', among others, accept a filters parameter that is directly passed to Django's ORM without proper validation. This lack of field allowlisting enables authenticated users to manipulate model relationships using Django's lookup syntax, facilitating unauthorized data extraction. This vulnerability has been patched in versions 1.2.6 and 1.3.0 and above.
Users are advised to update to InvenTree version 1.2.6 or 1.3.0 and above, where this vulnerability has been patched. No known workarounds are available.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 30, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/inventree/InvenTree/pull/11581 | [email protected] | Issue TrackingPatch |
| https://github.com/inventree/InvenTree/security/advisories/GHSA-m8j2-vfmq-p6qg | [email protected] | Vendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-202 | Exposure of Sensitive Information Through Data Queries | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| inventree project inventree | < 1.2.6 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 1, 2026 | Initial Analysis | [email protected] |
| Mar 26, 2026 | New CVE Received | [email protected] |