This update for libxslt, libxml2 fixes the following issues:
libxml2:
CVE-2026-0990: call stack overflow leading to application crash
due to infinite recursion in xmlCatalogXMLResolveURI (bsc#1256807, bsc#1256811)
CVE-2026-0992: excessive resource consumption when processing XML
catalogs due to exponential behavior when handling <nextCatalog> elements (bsc#1256808, bsc#1256809, bsc#1256812)
CVE-2025-8732: infinite recursion in catalog parsing functions when processing malformed SGML catalog files (bsc#1247858, bsc#1247850)
CVE-2026-1757: memory leak in the xmllint interactive shell (bsc#1257593, bsc#1257594, bsc#1257595)
CVE-2025-10911: use-after-free with key data stored cross-RVT (bsc#1250553)
CVE-2026-0989: call stack exhaustion leading to application crash
due to RelaxNG parser not limiting the recursion depth when
resolving <include> directives (bsc#1256804, bsc#1256805, bsc#1256810)
libxslt: