NONE · 0

CVE-2026-57584

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 ...

Vulnerability Description

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.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-57584?

CVE-2026-57584 is a documented vulnerability. 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 ...

How severe is CVE-2026-57584?

CVSS scoring is not yet available for CVE-2026-57584. Check NVD for updates.

Is there a patch for CVE-2026-57584?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.