Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-48489 – Security Firewall Bypass / Authentication Bypass – Symfony (all branches prior t…

Be the first to know when new zero-days emerge:

Summary

CVE-2026-48489 is a high-severity security firewall bypass vulnerability in the symfony/security-http component of the Symfony PHP framework. When a firewall is configured with failure_forward: true, an unauthenticated attacker can craft a failing login request to bypass access_control rules and receive the response from a protected route as if they were authenticated. The vulnerability carries a CVSS 4.0 base score of 8.7 (Critical).

Technical details

  • Root cause: DefaultAuthenticationFailureHandler reads the attacker-controlled _failure_path request parameter when failure_forward: true is enabled, and uses its value as the target path for an internal subrequest dispatched via HttpKernelInterface::SUB_REQUEST.
  • Trigger condition: A firewall must be configured with form-login (or any authenticator backed by DefaultAuthenticationFailureHandler) with the failure_forward: true option set. This is a non-default configuration.
  • Why the bypass works: Symfony’s Firewall::onKernelRequest listener intentionally skips subrequests on the assumption they are internally generated and trusted. As a result, AccessListener — which evaluates access_control rules — never executes for the subrequest. The attacker effectively reaches a protected GET route outside the firewall perimeter.
  • Attack vector: An unauthenticated attacker sends a POST to the login check path with a crafted _failure_path parameter (e.g., _failure_path=/admin/protected-resource) and receives the controller response for the targeted route without any credentials.
  • Impact: Unauthorized read access to access_control-protected GET endpoints — including data exports, internal APIs, and administrative views — constitutes a significant authentication bypass and information disclosure. No privileges, user interaction, or prior knowledge of application internals are required beyond a valid login endpoint. Classified as CWE-863 (Incorrect Authorization).

Affected software

  • symfony/security-http (and symfony/symfony) — all versions prior to 5.4.53
  • symfony/security-http (and symfony/symfony) — versions 6.0.0 through 6.4.40 (prior to 6.4.41)
  • symfony/security-http (and symfony/symfony) — versions 7.0.0 through 7.4.12 (prior to 7.4.13)
  • symfony/security-http (and symfony/symfony) — versions 8.0.0 through 8.0.12 (prior to 8.0.13)

Severity

CVSS 4.0 base score: 8.7
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Mitigation and recommended actions

  • Immediate — apply the vendor patch: Upgrade to one of the fixed releases that corresponds to your active branch:
    • 5.4.53
    • 6.4.41
    • 7.4.13
    • 8.0.13
  • If immediate upgrade is not feasible — configuration workaround: Disable the failure_forward: true option in your security.yaml firewall configuration and revert to the default redirect-on-failure behavior (failure_forward: false). This eliminates the subrequest code path exploited by this vulnerability.
  • Audit scope: Review all Symfony firewall configurations for the presence of failure_forward: true to determine whether your deployment is in the vulnerable configuration.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge