8.4
CVE-2024-27530
- EPSS 0.22%
- Veröffentlicht 08.11.2024 22:15:15
- Zuletzt bearbeitet 13.03.2025 19:15:43
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
wasm3 139076a contains a Use-After-Free in ForEachModule.
Daten sind bereitgestellt durch das CVE Programm von Authorized Data Publishers (ADP) (Unstrukturiert)
Herstellerwasm3_project
≫
Produkt
wasm3
Default Statusunknown
Version
0
Status
affected
VulnDex Vulnerability Enrichment
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.22% | 0.124 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| 134c704f-9b21-4f2e-91b3-4a467353bcc0 | 8.4 | 2.5 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
https://gist.github.com/haruki3hhh/94dd274487b58e037bcc8839dc88b203
https://github.com/wasm3/wasm3/issues/458