CVE-2025-7424
7.8GNOME, Red Hat · libxslt, Red Hat Enterprise Linux
A type confusion vulnerability in the libxslt library occurs due to improper memory field management, potentially allowing for application crashes or memory corruption during XML transformations.
Executive summary
A memory management flaw in the libxslt library poses a significant risk of denial of service and system instability across affected Linux distributions.
Vulnerability
This is a type confusion vulnerability (CWE-843) where the psvi memory field is reused incorrectly between stylesheet and input data. The vulnerability is exploitable by an unauthenticated attacker via network-based XML transformation triggers.
Business impact
The primary risk associated with this vulnerability is a denial of service, which can cause critical application outages and disrupt business operations. With a CVSS score of 7.8, this high-severity flaw requires prompt attention to ensure that systems processing untrusted XML data do not suffer from memory corruption or service instability.
Remediation
Immediate Action: Update the libxslt library to version 1.1.45 or the specific patched versions provided by Red Hat (e.g., 2.12.5-8.el10_0 or 1.1.39-8.el10_0) through your distribution package manager.
Proactive Monitoring: Monitor system and application logs for unusual crashes or error patterns related to XML parsing modules, which may indicate attempted exploitation.
Compensating Controls: Restrict access to services that perform XML transformations on user-supplied data to trusted internal sources to reduce the attack surface.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the potential for service disruption, administrators should prioritize patching libxslt in environments that process external or untrusted XML inputs. Ensure that all affected Red Hat Enterprise Linux and GNOME environments are updated to the latest available versions to eliminate the risk of type confusion and subsequent memory corruption.
Sources
Originally found and disclosed by Red Hat would like to thank Ivan Fratric (Google Project Zero) for reporting this issue., per the CVE Program record.
- RHBA-2025:12345 Vendor advisory
- RHSA-2026:11015 Vendor advisory
- Vulnerability database entry
- RHBZ#2379228 Issue tracker
- gitlab.gnome.org