CVE-2026-35477

InvenTree is an Open Source Inventory Management System. From 1.2.3 to 1.2.6, the fix for CVE-2026-27629 upgraded the PART_NAME_FORMAT validator to use jinja2.sandbox.SandboxedEnvironment. However, the actual renderer in part/helpers.py was not updated and still uses the non-sandboxed jinja2.Environment. Additionally, the validator uses a dummy Part instance with pk=None, which allows conditional template expressions to behave differently during validation versus production rendering. A staff user with settings access can craft a template that passes validation but executes arbitrary code during rendering. This issue requires access by a user with granted staff permissions. This vulnerability is fixed in 1.2.7 and 1.3.0.
Configurations

Configuration 1 (hide)

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

History

20 Apr 2026, 15:14

Type Values Removed Values Added
CPE cpe:2.3:a:inventree_project:inventree:*:*:*:*:*:*:*:*
First Time Inventree Project
Inventree Project inventree
References () https://github.com/inventree/InvenTree/security/advisories/GHSA-84jh-x777-8pqq - () https://github.com/inventree/InvenTree/security/advisories/GHSA-84jh-x777-8pqq - Third Party Advisory

08 Apr 2026, 20:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-04-08 20:16

Updated : 2026-04-20 15:14


NVD link : CVE-2026-35477

Mitre link : CVE-2026-35477

CVE.ORG link : CVE-2026-35477


JSON object : View

Products Affected

inventree_project

  • inventree
CWE
CWE-1336

Improper Neutralization of Special Elements Used in a Template Engine