Opened 13 months ago
Closed 13 months ago
#19500 closed enhancement (fixed)
spidermonkey-115.9.1
Reported by: | Owned by: | Douglas R. Reno | |
---|---|---|---|
Priority: | high | Milestone: | 12.2 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
Firefox-115.9.0esr now available.
As before, I have no opinion on whether files outside js/src might be picked up during a build.
A diff of changes in js/src since 115.9.0 shows the followign files have changed:
- Firefox-esr has now updated to tzdata2024a, causing changes in the following:
js/src/builtin/intl/TimeZoneDataGenerated.h
js/src/tests/non262/Intl/DateTimeFormat/timeZone_backward_links.js
js/src/tests/non262/Intl/DateTimeFormat/timeZone_backzone.js
js/src/tests/non262/Intl/DateTimeFormat/timeZone_backzone_links.js
js/src/tests/non262/Intl/DateTimeFormat/timeZone_notbackward_links.js
js/src/tests/non262/Intl/DateTimeFormat/timeZone_version.js
js/src/tests/non262/Intl/supportedValuesOf-timeZones-canonical.js
2, One other changed file:
js/src/jit/arm/MacroAssembler-arm.cpp
Change History (5)
comment:1 by , 13 months ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 months ago
Priority: | normal → high |
---|---|
Summary: | spidermonkey-115.9.0 → spidermonkey-115.9.1 |
comment:3 by , 13 months ago
Hmm, the number of test failures with system ICU seems decreasing from 42 to 39.
comment:4 by , 13 months ago
The change is removals of code in browser/components/sessionstore/SessionStore.sys.mjs
For ff124.0.1 there are also small removals in js/src. As always, I have no idea about any of this in terms of what mozjs actually compiles.
comment:5 by , 13 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
CVE-2024-29944: Privileged JavaScript Execution via Event Handlers
Reporter
Impact
Description
An attacker was able to inject an event handler into a privileged object that would allow arbitrary JavaScript execution in the parent process. Note: This vulnerability affects Desktop Firefox only, it does not affect mobile versions of Firefox.