File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,16 @@ Special thanks to all users of Fuzzilli who have reported bugs found by it!
198
198
* [ CVE-2024 -3855] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1885828 ) : JIT incorrectly optimized MSubstr operations, which led to out-of-bounds reads
199
199
* [ CVE-2024 -3857] ( https://bugzilla.mozilla.org/show_bug.cgi?id=1886683 ) : JIT generated incorrect code resulting in use-after-free during garbage collection
200
200
* [ 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
202
211
203
212
#### Chromium/v8
204
213
You can’t perform that action at this time.
0 commit comments