CVE-2026-53933
Last modified
CVE-2026-53933 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. Maravel, a PHP framework oriented towards dependency injection, prior to version 10.73.1 has a side-channel information disclosure issue. When a route was compiled with dynamic placeholders (e.g., `/api/v1/users/{id}`), the raw string placeholder key was mistakenly registered into the flat static route checklist. EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
Maravel, a PHP framework oriented towards dependency injection, prior to version 10.73.1 has a side-channel information disclosure issue. When a route was compiled with dynamic placeholders (e.g., `/api/v1/users/{id}`), the raw string placeholder key was mistakenly registered into the flat static route checklist. An attacker scanning endpoints could intentionally pass the literal template syntax (e.g., `GET /api/v1/users/{id}`) to force an unexpected match against the static map. Because the dynamic tree engine was bypassed, no arguments were captured. This forced modern PHP 8+ versions to throw a native `ArgumentCountError`, resulting in a 500 Internal Server Error instead of a uniform 404 Not Found. By tracking which fuzz patterns exploded into a 500 error, a malicious actor could programmatically profile and map out internal route parameter names and controller schemas. Version 10.73.1 contains a patch. As a workaround, mitigate this side-channel leak by implementing a defensive check in a global middleware. This will reject any literal brace patterns before they reach the router engine.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| macropay-solutions | maravel-framework | < 10.73.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53933?
How severe is CVE-2026-53933?
How do I fix CVE-2026-53933?
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-53928NocoDB is software for building databases as spreadsheets. P…6.3
- CVE-2026-53929NocoDB is software for building databases as spreadsheets. P…5.1
- CVE-2026-5393Dual-Algorithm CertificateVerify out-of-bounds read. When pr…9.1
- CVE-2026-53930NocoDB is software for building databases as spreadsheets. P…5.1
- CVE-2026-53931NocoDB is software for building databases as spreadsheets. P…6.9
- CVE-2026-53932laravel-backup-restore restores database backups made with s…8
- CVE-2026-53935Cilium is a networking, observability, and security solution…6.9
- CVE-2026-53937MCP Kotlin SDK is the Kotlin Multiplatform software developm…6.2
- CVE-2026-53938OpenIDC/cjose is a C library implementing the Javascript Obj…8.2
- CVE-2026-53939OpenIDC/cjose is a C library implementing the Javascript Obj…9.1
- CVE-2026-5394An authenticated administrative user who can import or save …7
- CVE-2026-53940Conda is a system-level binary package and environment manag…8.8
Are you affected by CVE-2026-53933?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
