CVE-2026-55585
Last modified
CVE-2026-55585 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. QWED is open-source AI verification infrastructure for deterministic verification of LLM outputs, tool calls, code, schemas, and agent state before production execution. Prior to 5.1.2, the qwed package passes caller-controlled math expressions directly to SymPy parse_expr() without restricted global_dict and local_dict namespaces, allowing Python eval() to resolve builtins and execute arbitrary Python code in the API server process. EPSS estimates a 0.44% chance of exploitation in the next 30 days.
Description
QWED is open-source AI verification infrastructure for deterministic verification of LLM outputs, tool calls, code, schemas, and agent state before production execution. Prior to 5.1.2, the qwed package passes caller-controlled math expressions directly to SymPy parse_expr() without restricted global_dict and local_dict namespaces, allowing Python eval() to resolve builtins and execute arbitrary Python code in the API server process. In src/qwed_new/api/main.py, POST /verify/math is protected by get_current_tenant but accepts any valid tenant API key, reads the expression field, applies only a cosmetic re.sub(r'(\d)(()', r'\1*\2', expression) normalization, and passes the result to parse_expr(). In src/qwed_new/core/batch.py, POST /verify/batch sends math items through batch_service.create_job(), stores item.query verbatim, and _verify_item() passes VerificationType.MATH input to parse_expr() without sanitization. The default-enabled POST /auth/signup endpoint allows anyone to create a standard tenant account, POST /auth/api-keys issues an x-api-key, and either vulnerable path can then be used to read or write files, modify data, execute operating system commands, terminate the service, and compromise other tenants in a shared deployment. This issue is fixed in version 5.1.2.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| QWED-AI | qwed-verification | < 5.1.2 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-55585?
How severe is CVE-2026-55585?
How do I fix CVE-2026-55585?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5558A flaw has been found in PHPGurukul PHPGurukul Online Shoppi…6.3
- CVE-2026-55580mcp-shell is an MCP server for running shell commands secure…8.6
- CVE-2026-55581mcp-shell is an MCP server for running shell commands secure…8.4
- CVE-2026-55582mcp-shell is an MCP server for running shell commands secure…8.4
- CVE-2026-55583Twenty is an open-source CRM (customer relationship manageme…7.6
- CVE-2026-55584phpSysInfo is a customizable PHP script that displays system…7.5
- CVE-2026-55586SumatraPDF is a multi-format reader for Windows. In 3.6.1 an…6.6
- CVE-2026-55588ORAS (OCI Registry As Storage) is a CLI and library for mana…6.5
- CVE-2026-5559A vulnerability has been found in AntaresMugisho PyBlade 0.1…6.3
- CVE-2026-55590CakePHP Authentication is an authentication plugin for CakeP…6.1
- CVE-2026-55591Signal K Server is a server application that runs on a centr…5.8
- CVE-2026-55592Dashy is a self-hostable personal dashboard. Prior to 4.3.7,…3.9
Are you affected by CVE-2026-55585?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
