Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/alonaki/inventree-path-traversal-cve-2026-33531
Vulnerability AnalysisExploitationWeb SecurityPapers & ResearchLearning & Education
GitHubalonaki/inventree-path-traversal-cve-2026-33531

InvenTree-Path-Traversal-CVE-2026-33531

This repository contains a professional write-up of a path traversal vulnerability discovered in InvenTree's report template engine. This vulnerability was patched in versions 1.2.6 and 1.3.0.

View Repository
Website
35 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-33531 — Path Traversal in InvenTree Report Templates

Advisory: GHSA-rhc5-7c3r-c769

CVE: CVE-2026-33531

Severity: Medium

Published: 2026-03-20

Credit: @alonaki

Description

A path traversal vulnerability in the report template engine allows a staff-level user to read arbitrary files from the server filesystem via crafted template tags.

Affected functions in src/backend/InvenTree/report/templatetags/report.py:

  • encode_svg_image()
  • asset()
  • uploaded_image()

This requires staff access (to upload / edit templates with maliciously crafted tags).

If the InvenTree installation is configured with high access privileges on the host system, this path traversal may allow file access outside of the InvenTree source directory.

Affected Versions

StatusVersion
Vulnerable< 1.2.6
Patched1.2.6, 1.3.0 (and above)

CVSS

root@kitploit:~
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
MetricValue
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredHigh
User InteractionNone
ScopeChanged
ConfidentialityHigh
IntegrityNone
AvailabilityNone

Patches

Update to 1.2.6 or 1.3.0. No workarounds are available.

See the fix in #11579.

Repository Structure

root@kitploit:~
├── README.md
├── PoC/
│   ├── demo_template.txt   # Example template 
│   └── notes.md                 # Explains PoC 
├── Technical-Analysis/
│   ├── vulnerable_functions.md
│   └── Attack-Flow.md
└── References/
    └── links.md

References

  • GHSA-rhc5-7c3r-c769
  • InvenTree Threat Model
  • #11579
  • CVE-2026-33531
Download Tool