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

[GHSA-xgfv-xpx8-qhcr] Improper Verification of SAML Responses Leading to Privilege Escalation in Keycloak #5106

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"id": "GHSA-xgfv-xpx8-qhcr",
"modified": "2024-10-14T20:54:52Z",
"published": "2024-10-14T20:54:52Z",
"aliases": [],
"aliases": [
"CVE-2024-8698"
],
"summary": "Improper Verification of SAML Responses Leading to Privilege Escalation in Keycloak",
"details": "A flaw exists in the SAML signature validation method within the Keycloak XMLSignatureUtil class. The method incorrectly determines whether a SAML signature is for the full document or only for specific assertions based on the position of the signature in the XML document, rather than the Reference element used to specify the signed element. This flaw allows attackers to create crafted responses that can bypass the validation, potentially leading to privilege escalation or impersonation attacks.",
"severity": [
Expand Down Expand Up @@ -99,4 +101,4 @@
"github_reviewed_at": "2024-10-14T20:54:52Z",
"nvd_published_at": null
}
}
}
Loading