CVE-2024-42353
Last modified
CVE-2024-42353 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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's urlparse, and joining it to the base URL. EPSS estimates a 0.50% chance of exploitation in the next 30 days.
Description
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's 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
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Pylonsproject | Webob | < 1.8.8 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-42353?
How severe is CVE-2024-42353?
How do I fix CVE-2024-42353?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-42348FOG is a cloning/imaging/rescue suite/inventory management s…8.6
- CVE-2024-42349FOG is a cloning/imaging/rescue suite/inventory management s…5.3
- CVE-2024-4235A vulnerability classified as problematic was found in Netge…4.9
- CVE-2024-42350Biscuit is an authorization token with decentralized verific…3
- CVE-2024-42351Galaxy is a free, open-source system for analyzing data, aut…9.1
- CVE-2024-42352Nuxt is a free and open-source framework to create full-stac…7.5
- CVE-2024-42354Shopware is an open commerce platform. The store-API works w…5.9
- CVE-2024-42355Shopware, an open ecommerce platform, has a new Twig Tag `sw…9.8
- CVE-2024-42356Shopware is an open commerce platform. Prior to versions 6.6…7.2
- CVE-2024-42357Shopware is an open commerce platform. Prior to versions 6.6…9.8
- CVE-2024-42358PDFio is a simple C library for reading and writing PDF file…5.5
- CVE-2024-4236A vulnerability, which was classified as critical, has been …8.8
Are you affected by CVE-2024-42353?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
