CVE-2026-55590 PUBLISHED

CakePHP: Open redirect weakness via backslash bypass

Assigner: GitHub_M
Reserved: 16.06.2026 Published: 09.07.2026 Updated: 09.07.2026

CakePHP Authentication is an authentication plugin for CakePHP that can also be used in PSR-7 based applications. Prior to 2.11.1, 3.3.6, and 4.1.1, the getLoginRedirect() method contains a weakness to backslash bypasses that allows redirect targets with attacker-controlled hostnames through the redirect query string parameter. This issue is fixed in versions 2.11.1, 3.3.6, and 4.1.1.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N
CVSS Score: 5.1

Product Status

Vendor cakephp
Product authentication
Versions
  • Version < 2.11.1 is affected
  • Version >= 3.0.0, < 3.3.6 is affected
  • Version >= 4.0.0, < 4.1.1 is affected

References

Problem Types

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') CWE