CVE Catalog

CVE-2026-39362

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

InvenTree before versions 1.2.7 and 1.3.0 allows authenticated users to fetch files from arbitrary URLs (remote_image) without internal IP validation. An attacker can use this for internal network scanning or SSRF attacks.

Risk Assessment

Risk includes access to internal network resources and potential Server-Side Request Forgery (SSRF) attacks.

Recommendation

Upgrade InvenTree to version 1.2.7 or 1.3.0.

Other vulnerabilities in InvenTree

See all
Original NVD description (English source)

InvenTree is an Open Source Inventory Management System. Prior to 1.2.7 and 1.3.0, when INVENTREE_DOWNLOAD_FROM_URL is enabled (opt-in), authenticated users can supply remote_image URLs that are fetched server-side via requests.get() with only Django's URLValidator check. There is no validation against private IP ranges or internal hostnames. Redirects are followed (allow_redirects=True), enabling bypass of any URL-format checks. This vulnerability is fixed in 1.2.7 and 1.3.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS