Vulnerability Description
Apache Karaf's XmlUtils cached XML parser/transformer factories in static ThreadLocal fields on long-lived container threads. Because a ThreadLocal value outlives the OSGi bundle that created it, repeated bundle or feature install, update, or refresh operations can leave successive bundle ClassLoader's pinned in memory and unreachable for garbage collection, leading to unbounded Metaspace growth and eventual denial of service of the Karaf instance.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://lists.apache.org/thread/pxgqjvsmzgpvgly1qf1w300qxsp8bxdj
- http://www.openwall.com/lists/oss-security/2026/09/17/3
FAQ
What is CVE-2026-92230?
CVE-2026-92230 is a vulnerability with a CVSS score of 7.5 (HIGH). Apache Karaf's XmlUtils cached XML parser/transformer factories in static ThreadLocal fields on long-lived container threads. Because a ThreadLocal value outlives the OSGi bundle that created it, repe...
How severe is CVE-2026-92230?
CVE-2026-92230 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-92230?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.