cve/2024/CVE-2024-3857.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2024-05-25 21:48:12 +02:00
### [CVE-2024-3857](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3857)
![](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%3C%20115.10%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%20125%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Incorrect%20JITting%20of%20arguments%20led%20to%20use-after-free%20during%20garbage%20collection&color=brighgreen)
### Description
The JIT created incorrect code for arguments in certain cases. This led to potential use-after-free crashes during garbage collection. This vulnerability affects Firefox < 125, Firefox ESR < 115.10, and Thunderbird < 115.10.
### POC
#### Reference
No PoCs from references.
#### Github
2025-09-29 16:08:36 +00:00
- https://github.com/5211-yx/javascript_fuzzer
2024-05-25 21:48:12 +02:00
- https://github.com/googleprojectzero/fuzzilli
- https://github.com/zhangjiahui-buaa/MasterThesis