CVE-2025-9714

Published: September 2, 2025Last modified: December 23, 2025

Description

Uncontrolled recursion in XPath evaluation in libxml2 up to and including version 2.9.14 allows a local attacker to cause a stack overflow via crafted expressions. XPath processing functions `xmlXPathRunEval`, `xmlXPathCtxtCompile`, and `xmlXPathEvalExpr` were resetting recursion depth to zero before making potentially recursive calls. When such functions were called recursively this could allow for uncontrolled recursion and lead to a stack overflow. These functions now preserve recursion depth across recursive calls, allowing recursion depth to be controlled.

Severity score breakdown

ParameterValue
Base score5.5
Attack VectorLOCAL
Attack complexityLOW
Privileges requiredLOW
User interactionNONE
ScopeUNCHANGED
ConfidentialityNONE
Integrity impactNONE
Availability impactHIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Notes

https://gitlab.gnome.org/GNOME/libxslt/-/issues/148

Status

ProductReleasePackageStatus
Alpaquita Linux23 LTSlibxml2Not affected (2.10.3-r2)
25 LTSlibxml2Not affected (2.13.8-r0)
Streamlibxml2Not affected (2.10.3-r2)
Hardened Containers23 LTSlibxml2Not affected (2.10.3-r2)
25 LTSlibxml2Not affected (2.13.8-r0)
Streamlibxml2Not affected (2.10.3-r2)

References

ON THIS PAGE