cve/2024/CVE-2024-10461.md
2025-09-29 21:09:30 +02:00

20 lines
1.0 KiB
Markdown

### [CVE-2024-10461](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-10461)
![](https://img.shields.io/static/v1?label=Product&message=Firefox%20ESR&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Product&message=Thunderbird&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=XSS%20due%20to%20Content-Disposition%20being%20ignored%20in%20multipart%2Fx-mixed-replace%20response&color=brightgreen)
### Description
In multipart/x-mixed-replace responses, `Content-Disposition: attachment` in the response header was not respected and did not force a download, which could allow XSS attacks. This vulnerability affects Firefox < 132, Firefox ESR < 128.4, Thunderbird < 128.4, and Thunderbird < 132.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1914521
#### Github
No PoCs found on GitHub currently.