Opened 7 weeks ago
Closed 6 weeks ago
#21182 closed enhancement (fixed)
js-128.8.0 (spidermonkey) and firefox-128.8.0
Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | high | Milestone: | 12.4 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (6)
comment:1 by , 7 weeks ago
comment:2 by , 7 weeks ago
The jstest fail number decreases from 155 to 151, and the jit test is clean.
comment:3 by , 7 weeks ago
Priority: | normal → high |
---|
This update has been rated as Critical by upstream: https://www.mozilla.org/en-US/security/advisories/mfsa2025-16/
Both Spidermonkey and Firefox have fixes on this one as well (which is why the tests were fixed)
comment:4 by , 7 weeks ago
More details on the vulnerabilities:
- CVE-2024-43097: Overflow when growing an SkRegion's RunArray (Critical) - In resizeToAtLeast of SkRegion.cpp, there was a possible out of bounds write due to an integer overflow
- Issue that is Windows specific, so skipping this CVE
- CVE-2025-1931: Use-after-free in WebTransportChild (High) - It was possible to cause a use-after-free in the content process side of a WebTransport connection, leading to a potentially exploitable crash.
- CVE-2025-1932: Inconsistent comparator in XSLT sorting led to out-of-bounds access (High) - An inconsistent comparator in xslt/txNodeSorter could have resulted in potentially exploitable out-of-bounds access. Only affected version 122 and later.
- CVE-2025-1933: JIT corruption of WASM i32 return values on 64-bit CPUs (High) - On 64-bit CPUs, when the JIT compiles WASM i32 return values they can pick up bits from left over memory. This can potentially cause them to be treated as a different type.
- CVE-2025-1934: Unexpected GC during RegExp bailout processing (Moderate) - It was possible to interrupt the processing of a RegExp bailout and run additional JavaScript, potentially triggering garbage collection when the engine was not expecting it.
- CVE-2025-1935: Clickjacking the registerProtocolHandler info-bar (Low) - A web page could trick a user into setting that site as the default handler for a custom URL protocol.
- CVE-2025-1936: Adding %00 and a fake extension to a jar: URL changed the interpretation of the contents (Low) - jar: URLs retrieve local file content packaged in a ZIP archive. The null and everything after it was ignored when retrieving the content from the archive, but the fake extension after the null was used to determine the type of content. This could have been used to hide code in a web extension disguised as something else like an image.
- CVE-2025-1937: Memory safety bugs fixed in Firefox 136, Thunderbird 136, Firefox ESR 115.21, Firefox ESR 128.8, and Thunderbird 128.8 (High) - Memory safety bugs present in Firefox 135, Thunderbird 135, Firefox ESR 115.20, Firefox ESR 128.7, and Thunderbird 128.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
- CVE-2025-1938: Memory safety bugs fixed in Firefox 136, Thunderbird 136, Firefox ESR 128.8, and Thunderbird 128.8 (High) - Memory safety bugs present in Firefox 135, Thunderbird 135, Firefox ESR 128.7, and Thunderbird 128.7. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code.
comment:5 by , 7 weeks ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:6 by , 6 weeks ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at bc41ccf9f4c14c9d4b18368ae2daf7aa25eff629
SA-12.3-001 issued for Spidermonkey
SA-12.3-002 issued for Firefox
Note:
See TracTickets
for help on using tickets.
sed 's/pipes/shlex/' -i ../js/src/tests/lib/results.py
is no longer needed.