CVE Catalog

CVE-2026-61746

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.40%

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

Summary

InvenTree prior to version 1.4.0 has a vulnerability in plugin settings endpoints, which lack the IsAuthenticated permission. An unauthenticated caller can retrieve plugin names, setting keys, descriptions, types, choices, and non-protected configuration values. Protected secret values remain masked, limiting the issue to metadata and non-secret configuration disclosure. This issue is fixed in version 1.4.0.

Risk Assessment

Disclosure of plugin metadata and configuration, which may help an attacker understand the environment and plan further attacks.

Recommendation

Update InvenTree to version 1.4.0 or later to enforce authentication for plugin settings endpoints.

Other vulnerabilities in InvenTree

See all
Original NVD description (English source)

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.

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