All the vulnerabilites related to Pylons - webob
cve-2024-42353
Vulnerability from cvelistv5
Published
2024-08-14 20:12
Modified
2024-08-15 14:04
Severity ?
EPSS score ?
Summary
WebOb's location header normalization during redirect leads to open redirect
References
▼ | URL | Tags |
---|---|---|
https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3 | x_refsource_CONFIRM | |
https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b | x_refsource_MISC |
{ "containers": { "adp": [ { "metrics": [ { "other": { "content": { "id": "CVE-2024-42353", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-08-15T14:02:15.377428Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-15T14:04:01.806Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "webob", "vendor": "Pylons", "versions": [ { "status": "affected", "version": "\u003c= 1.8.7" } ] } ], "descriptions": [ { "lang": "en", "value": "WebOb provides objects for HTTP requests and responses. When WebOb normalizes the HTTP Location header to include the request hostname, it does so by parsing the URL that the user is to be redirected to with Python\u0027s urlparse, and joining it to the base URL. `urlparse` however treats a `//` at the start of a string as a URI without a scheme, and then treats the next part as the hostname. `urljoin` will then use that hostname from the second part as the hostname replacing the original one from the request. This vulnerability is patched in WebOb version 1.8.8." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 6.1, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "CHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-601", "description": "CWE-601: URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-08-14T20:12:30.077Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/Pylons/webob/security/advisories/GHSA-mg3v-6m49-jhp3" }, { "name": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/Pylons/webob/commit/f689bcf4f0a1f64f1735b1d5069aef5be6974b5b" } ], "source": { "advisory": "GHSA-mg3v-6m49-jhp3", "discovery": "UNKNOWN" }, "title": "WebOb\u0027s location header normalization during redirect leads to open redirect" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-42353", "datePublished": "2024-08-14T20:12:30.077Z", "dateReserved": "2024-07-30T14:01:33.922Z", "dateUpdated": "2024-08-15T14:04:01.806Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }