CVE-2026-61746
5.3 MEDIUMpublic exploit availablePublished 2026-09-21 · Updated 2026-09-21
AI risk analysis
- Summary
- The flaw allows unauthenticated access to plugin settings metadata and non-secret configuration values, posing a risk of sensitive information disclosure.
- Exploitability
- Exploitation is relatively easy as it requires no authentication, but preconditions include having knowledge of InvenTree's API structure.
- Blast radius
- If exploited, this could lead to unauthorized access to critical metadata and non-protected configuration settings, impacting system security and integrity.
- Prioritized remediation
- Update to InvenTree version 1.4.0 or later to mitigate the issue.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
InvenTree is an Open Source Inventory Management System. Prior to 1.4.0, PluginSettingList, PluginAllSettingList, and PluginSettingDetail set GlobalSettingsPermissions without the IsAuthenticated permission used by the project default and equivalent global-settings endpoints. GlobalSettingsPermissions returns true for safe methods, while AuthRequiredMiddleware exempts /api/ paths, so an unauthenticated caller can retrieve plugin names, setting keys, descriptions, types, choices, and non-protected configuration values through /api/plugin/settings/ and the per-plugin settings endpoints. Protected secret values remain masked as three asterisks, limiting the issue to metadata and non-secret configuration disclosure. This issue is fixed in version 1.4.0.
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weaknesses
CWE-200, CWE-862
Public exploit & PoC references
- https://github.com/inventree/InvenTree/commit/6c18e6402005c0f105f88dfba4aaa11cf990a7e0
- https://github.com/inventree/InvenTree/pull/12168
- https://github.com/inventree/InvenTree/releases/tag/1.4.0
- https://github.com/inventree/InvenTree/security/advisories/GHSA-45f6-v6jq-99f7
- https://github.com/inventree/InvenTree/security/advisories/GHSA-45f6-v6jq-99f7
All references
- https://github.com/inventree/InvenTree/commit/6c18e6402005c0f105f88dfba4aaa11cf990a7e0
- https://github.com/inventree/InvenTree/pull/12168
- https://github.com/inventree/InvenTree/releases/tag/1.4.0
- https://github.com/inventree/InvenTree/security/advisories/GHSA-45f6-v6jq-99f7
- https://github.com/inventree/InvenTree/security/advisories/GHSA-45f6-v6jq-99f7
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.
Related CVEs
- MEDIUMCVE-2026-69190PoC
- MEDIUMCVE-2026-70491PoC
- MEDIUMCVE-2026-77516PoC
- HIGHCVE-2026-18811PoC
- HIGHCVE-2026-48976PoC
- HIGHCVE-2026-58269PoC
- CRITICALCVE-2026-63455
- CRITICALCVE-2026-63456
Related by shared AI tags and CWE weakness class. Browse the full archive.