gsd-2020-15094
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible. This has been fixed in versions 4.4.13 and 5.1.5.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-15094", "description": "In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible. This has been fixed in versions 4.4.13 and 5.1.5.", "id": "GSD-2020-15094" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-15094" ], "details": "In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible. This has been fixed in versions 4.4.13 and 5.1.5.", "id": "GSD-2020-15094", "modified": "2023-12-13T01:21:44.020105Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15094", "STATE": "PUBLIC", "TITLE": "RCE in Symfony" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "symfony", "version": { "version_data": [ { "version_value": "\u003e= 4.4.0, \u003c 4.4.13" }, { "version_value": "\u003e= 5.0.0, \u003c 5.1.5" } ] } } ] }, "vendor_name": "symfony" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible. This has been fixed in versions 4.4.13 and 5.1.5." } ] }, "impact": { "cvss": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "{\"CWE-212\":\"Improper Removal of Sensitive Information Before Storage or Transfer\"}" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/symfony/symfony/security/advisories/GHSA-754h-5r27-7x3r", "refsource": "CONFIRM", "url": "https://github.com/symfony/symfony/security/advisories/GHSA-754h-5r27-7x3r" }, { "name": "https://github.com/symfony/symfony/commit/d9910e0b33a2e0f993abff41c6fbc86951b66d78", "refsource": "MISC", "url": "https://github.com/symfony/symfony/commit/d9910e0b33a2e0f993abff41c6fbc86951b66d78" }, { "name": "https://packagist.org/packages/symfony/symfony", "refsource": "MISC", "url": "https://packagist.org/packages/symfony/symfony" }, { "name": "https://packagist.org/packages/symfony/http-kernel", "refsource": "MISC", "url": "https://packagist.org/packages/symfony/http-kernel" }, { "name": "FEDORA-2020-16eb328853", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VAQJXAKWPMWB7OL6QPG2ZSEQZYYPU5RC/" }, { "name": "FEDORA-2020-1c549262f1", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HNGUWOEETOFVH4PN3I3YO4QZHQ4AUKF3/" } ] }, "source": { "advisory": "GHSA-754h-5r27-7x3r", "discovery": "UNKNOWN" } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/form", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Removal of Sensitive Information Before Storage or Transfer", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "9710a300-b53e-4aea-a5f1-0ec17057fd96" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-25", "description": "In Symfony, the `CachingHttpClient` class from the HttpClient Symfony component relies on the `HttpCache` class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/http-client", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "6eb8876d-3252-43d1-b6aa-5702fbddcd62" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/http-foundation", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "bad15e19-b251-4d03-a612-4dfe930a3943" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/http-kernel", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "ca47172f-2df3-4d00-8f98-38b283684611" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/security-http", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "802c47c9-7c89-45cb-87bd-83aacc42341d" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/security", "pubdate": "2020-09-02", "solution": "Upgrade to version 4.4.13 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "2637c1ac-a283-40df-98d8-4eeaca8c160e" }, { "affected_range": "\u003e=4.4.0,\u003c4.4.13||\u003e=5.1.0,\u003c5.1.5", "affected_versions": "All versions starting from 4.4.0 before 4.4.13, all versions starting from 5.1.0 before 5.1.5", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-212", "CWE-937" ], "date": "2020-09-11", "description": "In Symfony, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like `X-Body-Eval` and `X-Body-File` to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible.", "fixed_versions": [ "4.4.13", "5.1.5" ], "identifier": "CVE-2020-15094", "identifiers": [ "CVE-2020-15094", "GHSA-754h-5r27-7x3r" ], "not_impacted": "All versions before 4.4.0, all versions starting from 4.4.13 before 5.1.0, all versions starting from 5.1.5", "package_slug": "packagist/symfony/symfony", "pubdate": "2020-09-02", "solution": "Upgrade to versions 4.4.13, 5.1.5 or above.", "title": "Improper Cross-boundary Removal of Sensitive Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-15094" ], "uuid": "644da51d-78f5-49d9-8cc7-077380de0cbf" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:sensiolabs:httpclient:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "5.1.5", "versionStartIncluding": "5.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:sensiolabs:httpclient:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.4.13", "versionStartIncluding": "4.4.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "4.4.13", "versionStartIncluding": "4.4.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "5.1.5", "versionStartIncluding": "5.1.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:32:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2020-15094" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In Symfony before versions 4.4.13 and 5.1.5, the CachingHttpClient class from the HttpClient Symfony component relies on the HttpCache class to handle requests. HttpCache uses internal headers like X-Body-Eval and X-Body-File to control the restoration of cached responses. The class was initially written with surrogate caching and ESI support in mind (all HTTP calls come from a trusted backend in that scenario). But when used by CachingHttpClient and if an attacker can control the response for a request being made by the CachingHttpClient, remote code execution is possible. This has been fixed in versions 4.4.13 and 5.1.5." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-212" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/symfony/symfony/security/advisories/GHSA-754h-5r27-7x3r", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://github.com/symfony/symfony/security/advisories/GHSA-754h-5r27-7x3r" }, { "name": "https://packagist.org/packages/symfony/http-kernel", "refsource": "MISC", "tags": [ "Product", "Third Party Advisory" ], "url": "https://packagist.org/packages/symfony/http-kernel" }, { "name": "https://github.com/symfony/symfony/commit/d9910e0b33a2e0f993abff41c6fbc86951b66d78", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/symfony/symfony/commit/d9910e0b33a2e0f993abff41c6fbc86951b66d78" }, { "name": "https://packagist.org/packages/symfony/symfony", "refsource": "MISC", "tags": [ "Product", "Third Party Advisory" ], "url": "https://packagist.org/packages/symfony/symfony" }, { "name": "FEDORA-2020-16eb328853", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/VAQJXAKWPMWB7OL6QPG2ZSEQZYYPU5RC/" }, { "name": "FEDORA-2020-1c549262f1", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/HNGUWOEETOFVH4PN3I3YO4QZHQ4AUKF3/" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "HIGH", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.8, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 2.8, "impactScore": 5.9 } }, "lastModifiedDate": "2023-01-24T02:07Z", "publishedDate": "2020-09-02T18:15Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.