Skip to content

Commit e7e9699

Browse files
authored
Add some Spidermonkey CVEs (#518)
1 parent c964b8c commit e7e9699

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,16 @@ Special thanks to all users of Fuzzilli who have reported bugs found by it!
198198
* [CVE-2024-3855](https://bugzilla.mozilla.org/show_bug.cgi?id=1885828): JIT incorrectly optimized MSubstr operations, which led to out-of-bounds reads
199199
* [CVE-2024-3857](https://bugzilla.mozilla.org/show_bug.cgi?id=1886683): JIT generated incorrect code resulting in use-after-free during garbage collection
200200
* [CVE-2024-3858](https://bugzilla.mozilla.org/show_bug.cgi?id=1888892): Mutating a JavaScript object while GC tracing crashes the jitted code
201-
201+
* [CVE-2024-6613](https://bugzilla.mozilla.org/show_bug.cgi?id=1900523): Incorrect listing of WASM stack frames
202+
* [CVE-2024-6614](https://bugzilla.mozilla.org/show_bug.cgi?id=1902983): Incorrect listing of WASM stack frames
203+
* [CVE-2024-7521](https://bugzilla.mozilla.org/show_bug.cgi?id=1904644): Incomplete WebAssembly exception handing
204+
* [CVE-2024-7652](https://bugzilla.mozilla.org/show_bug.cgi?id=1901411): Bug in the AsyncGeneratorPrototype Specification
205+
* [CVE-2024-8381](https://bugzilla.mozilla.org/show_bug.cgi?id=1912715): Type confusion when looking up a property name in a "with" block
206+
* [CVE-2024-9396](https://bugzilla.mozilla.org/show_bug.cgi?id=1912471): Potential memory corruption may occur when cloning certain objects
207+
* [CVE-2025-0240](https://bugzilla.mozilla.org/show_bug.cgi?id=1929623): Compartment mismatch when parsing JavaScript JSON module
208+
* [CVE-2025-0241](https://bugzilla.mozilla.org/show_bug.cgi?id=1933023): Memory corruption when using JavaScript Text Segmentation
209+
* [CVE-2025-1012](https://bugzilla.mozilla.org/show_bug.cgi?id=1939710): Use-after-free during concurrent delazification
210+
* [CVE-2025-1934](https://bugzilla.mozilla.org/show_bug.cgi?id=1942881): Unexpected GC during RegExp bailout processing
202211

203212
#### Chromium/v8
204213

0 commit comments

Comments
 (0)