Phalcon is a high-performance, full-stack PHP framework. Prior to 5.15.0, every Phalcon MVC application built with a default router registers a built-in route whose compiled PCRE pattern contains the nested quantifier (/.), and the same construct is produced by the /:params placeholder and the CLI router. Phalcon\Mvc\Router::handle() matches this pattern against the attacker-controlled request URI on every request, so a crafted path such as one containing repeated slashes followed by decoded newlines can trigger catastrophic backtracking and cause CPU exhaustion or route-matching failure. This issue is fixed in version 5.15.0.
CVSS
No CVSS.
References
Configurations
No configuration.
History
13 Jul 2026, 19:17
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/phalcon/cphalcon/security/advisories/GHSA-x7rj-f32v-7jjg - |
10 Jul 2026, 22:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-07-10 22:16
Updated : 2026-07-13 19:21
NVD link : CVE-2026-57584
Mitre link : CVE-2026-57584
CVE.ORG link : CVE-2026-57584
JSON object : View
Products Affected
No product.
CWE
CWE-1333
Inefficient Regular Expression Complexity
