CVE-2026-7066
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability was found in choieastsea simple-openstack-mcp up to 767b2f4a8154cca344344b9725537a58399e6036. The affected element is the function exec_openstack of the file server.py. The manipulation results in os command injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceOS command injection vulnerability in the exec_openstack function of server.py in simple-openstack-mcp up to commit 767b2f4a8154. The function processes user-controlled input without proper sanitization, allowing remote attackers to execute arbitrary OS commands.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- Low
- Integrity
- Low
- Availability
- Low
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Locate the simple-openstack-mcp installationSearch for server.py files in your environment that contain the exec_openstack function, or check for the simple-openstack-mcp package in your Python environment using 'pip show simple-openstack-mcp' or by searching for its installation directoryAffected if The package or server.py with exec_openstack is present in your environment
-
Identify the installed version or commit hashCheck the git commit history if using a cloned repository, or look for version markers in the package metadata. Compare against commit 767b2f4a8154 - versions up to and including this commit are affectedAffected if The installed version is at commit 767b2f4a8154 or earlier (no fix commit applied)
-
Inspect server.py for the vulnerable exec_openstack functionOpen server.py and locate the exec_openstack function definition. Check if it directly passes user-controlled parameters to system command execution without sanitizationAffected if The function exists and constructs shell commands using unsanitized input
-
Verify shell=True is used in command executionSearch for subprocess, os.system, os.popen, or similar calls within exec_openstack that use shell=True or string concatenation for command constructionAffected if The code uses shell=True or concatenates strings into commands without input validation
-
Confirm the function is callable from your deploymentCheck if exec_openstack is exposed via API endpoints, MCP tools, or other interfaces that accept external inputAffected if The function accepts user input through any accessible interface
You are affected if simple-openstack-mcp with server.py containing the vulnerable exec_openstack function is installed at a version at or before commit 767b2f4a8154 and that function can receive external input.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataReplace shell command execution with subprocess using argument lists (avoiding shell=True) and implement strict input validation on all parameters passed to exec_openstack before constructing any system commands.
- Consultation3.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,408.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-7066 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-7066 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data