Memory leak in Apache Karaf - CVE-2026-92230
Published: September 17, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper release of ClassLoader references in the XmlUtils XML parser and transformer factory cache when repeatedly performing bundle or feature installation, update, or refresh operations. A local user can trigger repeated operations that leave successive bundle ClassLoaders pinned in memory to cause a denial of service.
ThreadLocal values can outlive the OSGi bundle that created them.