๐Ÿ” CVE Alert

CVE-2026-33530

HIGH 7.7

InvenTree Vulnerable to ORM Filter Injection

CVSS Score
7.7
EPSS Score
0.0%
EPSS Percentile
8th

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.

CWE CWE-202
Vendor inventree
Product inventree
Published Mar 26, 2026
Last Updated Mar 30, 2026
Stay Ahead of the Next One

Get instant alerts for inventree inventree

Be the first to know when new high vulnerabilities affecting inventree inventree are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

inventree / InvenTree
< 1.2.6

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/inventree/InvenTree/security/advisories/GHSA-m8j2-vfmq-p6qg github.com: https://github.com/inventree/InvenTree/pull/11581