← Vulnerability feed

Vulnerability record · CVE-2018-14773 · published 3 August 2018

CVE-2018-14773: Symfony HttpFoundation trusts X-Original-URL and X-Rewrite-URL headers

Sensiolabs · Symfony

Symfony's HttpFoundation component accepts the legacy IIS headers X-Original-URL and X-Rewrite-URL to override the request path without verifying the server is actually IIS. Any client that can send HTTP requests to an affected application can therefore control the path Symfony believes was requested. The vendor fix removes support for these headers entirely, citing attack vectors such as web cache poisoning.

6.5 CVSS 3.1 Medium EPSS 58% · top 0.9%
6.5CVSS 3.1 base score, v2 4.0
58%EPSS exploitation probability, 30 days
NoNot in CISA KEV
3Affected product versions listed by NVD
16References
17 Jun 2026Last modified by NVD

Description

An issue was discovered in Http Foundation in Symfony 2.7.0 through 2.7.48, 2.8.0 through 2.8.43, 3.3.0 through 3.3.17, 3.4.0 through 3.4.13, 4.0.0 through 4.0.13, and 4.1.0 through 4.1.2. It arises from support for a (legacy) IIS header that lets users override the path in the request URL via the X-Original-URL or X-Rewrite-URL HTTP request header. These headers are designed for IIS support, but it's not verified that the server is in fact running IIS, which means anybody who can send these requests to an application can trigger this. This affects \Symfony\Component\HttpFoundation\Request::prepareRequestUri() where X-Original-URL and X_REWRITE_URL are both used. The fix drops support for these methods so that they cannot be used as attack vectors such as web cache poisoning.

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityNetwork-reachable path override with High integrity impact and a very high EPSS score, though exploitation is not confirmed in KEV.

What it is

Symfony's HttpFoundation component accepts the legacy IIS headers X-Original-URL and X-Rewrite-URL to override the request path without verifying the server is actually IIS. Any client that can send HTTP requests to an affected application can therefore control the path Symfony believes was requested. The vendor fix removes support for these headers entirely, citing attack vectors such as web cache poisoning.

Impact

An attacker can rewrite the request path seen by the application, enabling web cache poisoning and related path-confusion attacks; the CVSS vector rates integrity impact as High with no confidentiality or availability impact.

Attack surface

Reached over the network by sending a crafted HTTP request containing X-Original-URL or X-Rewrite-URL; the CVSS vector requires low privileges (PR:L) and no user interaction, and the description states anybody who can send these requests can trigger it.

Exploitation

Not listed in CISA KEV and no public exploit or exploitation tags appear in the references, but EPSS is high at roughly 0.58 probability (99th percentile), indicating elevated predicted likelihood of exploitation activity.

What to do

  • Upgrade Symfony to a release that drops support for X-Original-URL and X-Rewrite-URL (per the vendor advisory and commit e447e8b); apply the corresponding Debian DSA-4441 and Drupal SA-CORE-2018-005 updates where those products bundle the component.
  • Strip or reject X-Original-URL and X-Rewrite-URL headers at the reverse proxy, load balancer or WAF before requests reach the application.
  • Ensure caching layers and CDNs do not key or route on these headers, and normalize request paths before caching.
  • Audit custom code and middleware for any reliance on these headers and remove it.

Detection

  • Search web and proxy logs for requests containing X-Original-URL or X-Rewrite-URL headers, especially with values differing from the actual request path.
  • Alert on cache HIT/MISS anomalies or unexpected cached responses tied to requests carrying these headers.
  • Monitor for path values in these headers that point to privileged or non-public routes.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

3 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2018-14773 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-9082Drupal core SQL injection in unauthenticated request pathDrupal core contains a SQL injection flaw (CWE-89) caused by improper neutralization of special elements in SQL commands. It affects multiple core br…KEVEPSS 16%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed

Source: NIST National Vulnerability Database (record CVE-2018-14773), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.