CVE-2018-14773

MEDIUMCVSS 6.5/10EPSS 58.06%

Last modified

CVE-2018-14773 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 58.06% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
6.5/10

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

EPSS Probability
58.06%

99.0th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

VendorProductVersions
SensiolabsSymfony> 2.7.0, <= 2.7.48
SensiolabsSymfony>= 2.8.0, <= 2.8.43
SensiolabsSymfony>= 3.3.0, <= 3.3.17
SensiolabsSymfony>= 3.4.0, <= 3.4.13
SensiolabsSymfony>= 4.0.0, <= 4.0.13
SensiolabsSymfony>= 4.1.0, <= 4.1.2
DebianDebian Linux8.0
DebianDebian Linux9.0
DrupalDrupal>= 8.0.0, < 8.5.6

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2018-14773?
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.
How severe is CVE-2018-14773?
CVE-2018-14773 has a CVSS score of 6.5/10 (MEDIUM severity). The EPSS model estimates a 58.06% probability of exploitation in the next 30 days.
How do I fix CVE-2018-14773?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2018-14773?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST