Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KEYCLOAK-27: Upgrade keycloak from 25.0.1 to 26.0.8 fixing vulns #4

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

julianladisch
Copy link
Contributor

@julianladisch julianladisch commented Dec 3, 2024

https://folio-org.atlassian.net/browse/KEYCLOAK-27

Keycloak 25 is out of support. It has security vulnerabilities that are fixed in Keycloak 26 only (the first four in the following list).

Upgrading Keycloak from 25.0.1 to 26.0.8 fixes these vulnerabilities:

Purpose

Fix security vulnerabilities in keycloak.

Approach

Upgrade the keycloak major version.

TODOS and Open Questions

  • Check logging

Learning

Don't use unsupported keycloak version.

Pre-Merge Checklist:

Before merging this PR, please go through the following list and take appropriate actions.

  • Does this PR meet or exceed the expected quality standards?
    • Code coverage on new code is 80% or greater
    • Duplications on new code is 3% or less
    • There are no major code smells or security issues
  • Does this introduce breaking changes?
    • There are no breaking changes in this PR.

https://folio-org.atlassian.net/browse/KEYCLOAK-27

Keycloak 25 is out of support. It has security vulnerabilities that are fixed in Keycloak 26 only (the first four in the following list).

Upgrading Keycloak from 25.0.1 to 26.0.6 fixes these vulnerabilities:

* https://nvd.nist.gov/vuln/detail/CVE-2024-10270 org.keycloak:keycloak-services Regular Expression Denial of Service (ReDoS)
* https://nvd.nist.gov/vuln/detail/CVE-2024-9666 org.keycloak:keycloak-common HTTP Request Smuggling
* https://nvd.nist.gov/vuln/detail/CVE-2024-9666 org.keycloak:keycloak-services HTTP Request Smuggling
* https://www.cve.org/CVERecord?id=CVE-2024-10492 org.keycloak:keycloak-services External Control of File Name or Path
* https://nvd.nist.gov/vuln/detail/CVE-2024-8883 org.keycloak:keycloak-server-spi-private URL Redirection to Untrusted Site ('Open Redirect')
* https://nvd.nist.gov/vuln/detail/CVE-2024-8883 org.keycloak:keycloak-services URL Redirection to Untrusted Site ('Open Redirect')
* https://app.snyk.io/vuln/SNYK-JAVA-ORGKEYCLOAK-8186433 org.keycloak:keycloak-core Use of a Key Past its Expiration Date
* https://app.snyk.io/vuln/SNYK-JAVA-ORGKEYCLOAK-8186578 org.keycloak:keycloak-services Open Redirect
* https://nvd.nist.gov/vuln/detail/CVE-2024-8698 org.keycloak:keycloak-saml-core Improper Verification of Cryptographic Signature
* https://app.snyk.io/vuln/SNYK-JAVA-ORGKEYCLOAK-8186520 org.keycloak:keycloak-saml-core Improper Verification of Cryptographic Signature
@julianladisch julianladisch requested a review from a team as a code owner December 3, 2024 10:32
@julianladisch julianladisch changed the title KEYCLOAK-27: Upgrade keycloak from 25.0.1 to 26.0.6 fixing vulns KEYCLOAK-27: Upgrade keycloak from 25.0.1 to 26.0.7 fixing vulns Dec 19, 2024
https://www.keycloak.org/2025/01/keycloak-2608-released

Fix
* CVE-2024-11736 Unrestricted admin use of system and environment variables
* CVE-2024-11734 Denial of Service in Keycloak Server via Security Headers
@julianladisch julianladisch changed the title KEYCLOAK-27: Upgrade keycloak from 25.0.1 to 26.0.7 fixing vulns KEYCLOAK-27: Upgrade keycloak from 25.0.1 to 26.0.8 fixing vulns Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant