News

A demonstration of CVE-2023-24329 – a URL parsing vulnerability in Python’s urllib that can be abused to bypass hostname checks and perform SSRF (Server-Side Request Forgery).
I'm trying to use urllib2 in python to extract information from several pages. There's a main page (to which I have a link), and then there will be a few seperate pages linked from the first which ...