cve/2024/CVE-2024-3856.md

18 lines
694 B
Markdown
Raw Normal View History

2025-09-29 16:08:36 +00:00
### [CVE-2024-3856](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3856)
![](https://img.shields.io/static/v1?label=Product&message=Firefox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%3C%20125%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Use-after-free%20in%20WASM%20garbage%20collection&color=brighgreen)
### Description
A use-after-free could occur during WASM execution if garbage collection ran during the creation of an array. This vulnerability affects Firefox < 125.
### POC
#### Reference
- https://bugzilla.mozilla.org/show_bug.cgi?id=1885829
#### Github
No PoCs found on GitHub currently.