Junglewise Threat Intelligence

CVE-2026-2759: Mozilla Firefox and Thunderbird out-of-bounds read in ImageLib

CVE-2026-2759 · Severity: critical · CVSS 9.8 · Published 2026-02-24

Technologies: Mozilla Thunderbird, Mozilla Firefox ESR, Mozilla Firefox. Vendors: Mozilla.

Executive brief

A vulnerability exists in the image processing component of Mozilla Firefox and Thunderbird. This flaw allows the software to read data outside of its intended memory boundaries when processing specially crafted AVIF images. In practice, this could lead to application crashes or potentially allow an attacker to access sensitive information or execute unauthorized code on a user's system.

Technical details

An out-of-bounds read vulnerability exists in the AVIFDecoderStream::ReadAt function within Mozilla's ImageLib component. The root cause is a lack of validation for the 'offset' parameter; when a negative or excessively large offset is provided, an integer underflow occurs during the calculation of the remaining buffer length. This results in a large 'size' value being passed to a memcpy operation, which then reads past the end of the allocated buffer. The vulnerability can be triggered by untrusted AVIF input. Patches have been released for Firefox 148, Firefox ESR 115.33, Firefox ESR 140.8, and corresponding versions of Thunderbird.

Affected products

  • Mozilla Firefox < 148
  • Mozilla Firefox ESR < 115.33, < 140.8
  • Mozilla Thunderbird < 148, < 140.8

Timeline

  • 2026-02-24: advisory: Mozilla Foundation Security Advisory published
  • 2026-02-24: patched

References

Related threats