CVE-2015-5306: Injection vulnerability that affects ironic-discoverd
8.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.63437%
CWE
-
Published
7/5/2019
Updated
9/24/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
python-ironic-inspector-client | pip | < 0.2.5 | 0.2.5 |
ironic-inspector | pip | >= 0, < 2.2.2 | 2.2.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from Flask's debug mode being enabled through the main application entrypoint. The patch (77d0052c5133034490386fbfadfdb1bdb49aa44f) shows removal of the debug parameter in app.run()
, which previously used the configuration value. This function would appear in profiler output as it's the primary WSGI application entrypoint that handles HTTP requests. The debug mode activation at this level is what enabled the vulnerable Werkzeug
console.