back to all blogsSee all blog posts

Security vulnerabilities(CVEs) and notable bug fixes in 26.0.0.6

image of author
Navaneeth S Nair on Jun 16, 2026
Post available in languages:

This GA release addresses significant security vulnerabilities and includes important bug fixes that enhance stability, improve performance, and deliver a smoother user experience. Additionally, we have introduced new guides to help users make the most of the platform.

In Open Liberty 26.0.0.6:

Along with the new features and functions added to the runtime, we’ve also made updates to our guides.

View the list of fixed bugs in 26.0.0.6.

Develop and run your apps using 26.0.0.6

If you’re using Maven, include the following in your pom.xml file:

<plugin>
    <groupId>io.openliberty.tools</groupId>
    <artifactId>liberty-maven-plugin</artifactId>
    <version>3.12.0</version>
</plugin>

Or for Gradle, include the following in your build.gradle file:

buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'io.openliberty.tools:liberty-gradle-plugin:4.0.0'
    }
}
apply plugin: 'liberty'

Or if you’re using container images:

FROM icr.io/appcafe/open-liberty

Or take a look at our Downloads page.

If you’re using IntelliJ IDEA, Visual Studio Code or Eclipse IDE, you can also take advantage of our open source Liberty developer tools to enable effective development, testing, debugging and application management all from within your IDE.

Ask a question on Stack Overflow

Security vulnerability (CVE) fixes in this release

CVE CVSS Score Vulnerability Assessment Versions Affected Notes

CVE-2026-4410

4.8

Denial of service

19.0.0.7-26.0.0.5

Affects the sipServlet-1.1 feature

CVE-2026-5516

4.4

Denial of service

22.0.0.11-26.0.0.5

Affects the appSecurity-3.0, appSecurity-4.0, and appSecurity-5.0 features

For a list of past security vulnerability fixes, reference the Security vulnerability (CVE) list.

New and updated guides since the previous release

As Open Liberty features and functionality continue to grow, we continue to add new guides to openliberty.io on those topics to make their adoption as easy as possible. Existing guides also receive updates to address any reported bugs/issues, keep their content current, and expand what their topic covers.

Get Open Liberty 26.0.0.6 now