CVE Vulnerabilities

CVE-2018-14773

Published: Aug 03, 2018 | Modified: Sep 29, 2021
CVSS 3.x
6.5
MEDIUM
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CVSS 2.x
4 MEDIUM
AV:N/AC:L/Au:S/C:N/I:P/A:N
RedHat/V2
RedHat/V3
Ubuntu

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 its 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 SymfonyComponentHttpFoundationRequest::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.

Affected Software

Name Vendor Start Version End Version
Symfony Sensiolabs 2.7.0 (excluding) 2.7.48 (including)
Symfony Sensiolabs 2.8.0 (including) 2.8.43 (including)
Symfony Sensiolabs 3.3.0 (including) 3.3.17 (including)
Symfony Sensiolabs 3.4.0 (including) 3.4.13 (including)
Symfony Sensiolabs 4.0.0 (including) 4.0.13 (including)
Symfony Sensiolabs 4.1.0 (including) 4.1.2 (including)

References