Skip to content
Open
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
36 changes: 23 additions & 13 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
{
"package_name": "",
"patch_versions": [],
"vulnerable_ranges": [],
"cwe": [],
"tldr": "",
"doest_this_affect_me": "",
"how_to_fix": "",
"vulnerable_to": "",
"related_cve_id": "",
"language": "",
"severity_class": "",
"aikido_score": 0,
"changelog": ""
"package_name": "keycloak-services",
"org_name": "org.keycloak",
"patch_versions": [
"26.5.4"
],
"vulnerable_ranges": [
[
"0.0.1",
"26.5.3"
]
],
"cwe": [
"CWE-400"
],
"tldr": "Affected versions of this package are vulnerable to a Denial of Service (DoS). The application does not enforce size limits when decompressing `SAMLRequest` messages received via the SAML Redirect Binding. An unauthenticated remote attacker can send a highly compressed request that expands significantly during DEFLATE decompression, potentially causing excessive memory consumption and triggering an `OutOfMemoryError`, leading to process termination.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `org.keycloak:keycloak-services` library to a patch version.",
"vulnerable_to": "Denial of Service (DoS)",
"related_cve_id": "CVE-2026-2575",
"language": "java",
"severity_class": "MEDIUM",
"aikido_score": 50,
"changelog": "https://github.com/keycloak/keycloak/releases/tag/26.5.4"
}