You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2024 41810
About this tag
CVE-2024-41810 is a reflected cross-site scripting (XSS) vulnerability in the Twisted web framework caused by improper encoding of the destination URL in HTTP redirect responses. An attacker who controls the redirect location can inject HTML and script into the response body. Microsoft has confirmed that Azure Linux includes the affected Twisted library and is potentially vulnerable. The flaw has been patched upstream, and users should update their Twisted installations or apply vendor-specific fixes. This tag covers discussions about the vulnerability's technical details, impact on Azure Linux, and remediation steps.
The Twisted framework vulnerability tracked as CVE-2024-41810 — an HTML injection in the HTTP redirect body — is real, patched upstream, and straightforward to describe: the function that generates redirect responses reflects the destination URL into an HTML body without proper encoding, which...