ArchLinux: 201503-21: firefox: multiple issues
Summary
- CVE-2015-0817 (arbitrary remote code execution):
Security researcher ilxu1a reported, through HP Zero Day Initiative's
Pwn2Own contest, a flaw in Mozilla's implementation of typed array
bounds checking in JavaScript just-in-time compilation (JIT) and its
management of bounds checking for heap access. This flaw can be
leveraged into the reading and writing of memory allowing for arbitary
code execution on the local system.
- CVE-2015-0818 (same-origin policy bypass):
Security researcher Mariusz Mlynski reported, through HP Zero Day
Initiative's Pwn2Own contest, a method to run arbitrary scripts in a
privileged context. This bypassed the same-origin policy protections by
using a flaw in the processing of SVG format content navigation.
Resolution
Upgrade to 36.0.3-1.
# pacman -Syu "firefox>=36.0.3-1"
The problem has been fixed upstream in version 36.0.3.
References
https://www.mozilla.org/en-US/security/advisories/mfsa2015-28/ https://www.mozilla.org/en-US/security/advisories/mfsa2015-29/
Workaround
None.