Under Active Attack

Mozilla has pushed out-of-band software updates[1]
to its Firefox web browser to contain two high-impact security
vulnerabilities, both of which it says are being actively exploited
in the wild.

Tracked as CVE-2022-26485 and CVE-2022-26486, the zero-day flaws
have been described as use-after-free issues[2]
impacting the Extensible Stylesheet Language Transformations
(XSLT[3]) parameter processing
and the WebGPU[4]
inter-process communication (IPC[5]) Framework.

Automatic GitHub Backups

XSLT is an XML-based language used for the conversion of XML
documents into web pages or PDF documents, whereas WebGPU is an
emerging web standard that’s been billed as a successor to the
current WebGL JavaScript graphics library.

The description of the two flaws is below –

  • CVE-2022-26485 – Removing an XSLT parameter
    during processing could lead to an exploitable use-after-free
  • CVE-2022-26486 – An unexpected message in the
    WebGPU IPC framework could lead to a use-after-free and exploitable
    sandbox escape

Use-after-free bugs – which could be exploited to corrupt valid
data and execute arbitrary code on compromised systems – stem
mainly from a “confusion over which part of the program is
responsible for freeing the memory.”

Prevent Data Breaches

Mozilla acknowledged that “We have had reports of attacks in the
wild” weaponizing the two vulnerabilities but did not share any
technical specifics related to the intrusions or the identities of
the malicious actors exploiting them.

Security researchers Wang Gang, Liu Jialei, Du Sihang, Huang Yi,
and Yang Kang of Qihoo 360 ATA have been credited with discovering
and reporting the shortcomings.

In light of active exploitation of the flaws, users are
recommended to upgrade as soon as possible to Firefox 97.0.2,
Firefox ESR 91.6.1, Firefox for Android 97.3.0, Focus 97.3.0, and
Thunderbird 91.6.2.

References

  1. ^
    software
    updates
    (www.mozilla.org)
  2. ^
    use-after-free issues
    (cwe.mitre.org)
  3. ^
    XSLT
    (developer.mozilla.org)
  4. ^
    WebGPU
    (thehackernews.com)
  5. ^
    IPC
    (en.wikipedia.org)

Read more