๐Ÿ” CVE Alert

CVE-2026-53933

UNKNOWN 0.0

Maravel-Framework Vulnerable to Side-Channel Information Disclosure (Error Oracle) via Dynamic Route Fuzzing

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-203
Vendor macropay-solutions
Product maravel-framework
Published Sep 8, 2026
Last Updated Sep 9, 2026
Stay Ahead of the Next One

Get instant alerts for macropay-solutions maravel-framework

Be the first to know when new unknown vulnerabilities affecting macropay-solutions maravel-framework are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

macropay-solutions / maravel-framework
< 10.73.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
web.archive.org: https://web.archive.org/web/20260511235846/https://packagist.org/packages/macropay-solutions/maravel-framework web.archive.org: https://web.archive.org/web/20250620110641/https://github.com/macropay-solutions/maravel/wiki web.archive.org: https://web.archive.org/web/20260316211934/https://macropay-solutions.github.io/maravel-docs