Article Details

Scrape Timestamp (UTC): 2025-03-13 07:19:48.472

Source: https://thehackernews.com/2025/03/meta-warns-of-freetype-vulnerability.html

Original Article Text

Click to Toggle View

Meta Warns of FreeType Vulnerability (CVE-2025-27363) With Active Exploitation Risk. Meta has warned that a security vulnerability impacting the FreeType open-source font rendering library may have been exploited in the wild. The vulnerability has been assigned the CVE identifier CVE-2025-27363, and carries a CVSS score of 8.1, indicating high severity. Described as an out-of-bounds write flaw, it could be exploited to achieve remote code execution when parsing certain font files. "An out-of-bounds write exists in FreeType versions 2.13.0 and below when attempting to parse font subglyph structures related to TrueType GX and variable font files," the company said in an advisory. "The vulnerable code assigns a signed short value to an unsigned long and then adds a static value causing it to wrap around and allocate too small of a heap buffer. The code then writes up to 6 signed long integers out of bounds relative to this buffer. This may result in arbitrary code execution." The company did not share any specifics on how the shortcoming is being exploited, who is behind it, and the scale of the attacks. However, it acknowledged that the bug "may have been exploited in the wild." When reached for comment, FreeType developer Werner Lemberg told The Hacker News that a fix for the vulnerability has been incorporated for almost two years. "FreeType versions larger than 2.13.0 are no longer affected," Lemberg said. In a separate message posted on the Open Source Security mailing list oss-security, it has come to light that several Linux distributions are running an outdated version of the library, thus rendering them susceptible to the flaw. This includes - In light of active exploitation, users are recommended to update their instances to the latest version of FreeType (2.13.3) for optimal protection.

Daily Brief Summary

MALWARE // Meta Issues Alert for High-Risk FreeType Vulnerability

Meta has identified a high-severity vulnerability (CVE-2025-27363) in the FreeType font rendering library, with potential exploitation reported.

The issue is marked by an out-of-bounds write flaw that could allow remote code execution through malformed font files.

Affected versions include FreeType 2.13.0 and below, particularly when parsing TrueType GX and variable font files.

The vulnerability leads to improper memory allocation and data corruption, risking arbitrary code execution on affected systems.

Though specific details of the exploitation and attackers remain undisclosed, there is confirmation of potential in-the-wild abuse.

FreeType developer Werner Lemberg reported that versions above 2.13.0 have been patched nearly two years ago.

Many Linux distributions are still utilizing the vulnerable versions of the library, increasing the risk exposure.

Users are urged to upgrade to the latest FreeType release (version 2.13.3) to secure their systems effectively.