First published: Tue Nov 12 2024(Updated: )
Last updated 20 January 2025
Credit: cna@python.org cna@python.org
Affected Software | Affected Version | How to fix |
---|---|---|
debian/python3.11 | <=3.11.2-6+deb12u3 | 3.11.2-6+deb12u5 |
debian/python3.12 | 3.12.8-5 | |
debian/python3.9 | <=3.9.2-1 | 3.9.2-1+deb11u2 |
urllib |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-11168 is considered a medium severity vulnerability due to potential Server-Side Request Forgery (SSRF) exploitation.
To fix CVE-2024-11168, upgrade the affected urllib library to the versions specified in the release notes for your system.
CVE-2024-11168 affects urllib versions in Python 3.9, 3.11, and 3.12 prior to their latest stable releases.
CVE-2024-11168 enables Server-Side Request Forgery (SSRF) attacks when improperly validated bracketed hosts are processed.
If upgrading is not possible, users should implement validation checks to ensure URLs are formatted correctly before processing them.