Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-61744 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, POST /api/barcode/ accepts an attacker-synthesized internal JSON barcode containing a lowercase model label and integer primary key, while BarcodeView uses IsAuthenticatedOrReadScope and requires only authentication or a general read scope. The built-in barcode plugin selects the object with model.objects.get(pk=...), and InvenTreeBarcodeMixin.format_matched_response() returns the complete model serializer output as instance without checking the caller's per-model view role. A low-privilege user can enumerate primary keys for parts, stock, locations, supplier and manufacturer parts, orders, and builds to disclose commercially sensitive inventory, pricing, supplier, customer, and order data. This issue is fixed in version 1.4.0.

Metrics

References 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.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-639Authorization Bypass Through User-Controlled Key[email protected]
CWE-863Incorrect Authorization[email protected]

Affected Products

ProductVersions
InvenTree
<= 1.3.5 (semver)

CPE

  • cpe:2.3:a:inventree_project:inventree:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 1.4.0moderate effort

Change History

1 change record found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-61744
NVD Published Date:
Sep 21, 2026
NVD Last Modified:
Sep 23, 2026
Source:
[email protected]
CVE-2026-61744 Details - Not Deferred