Skip to content

Commit 002aeac

Browse files
1 parent 72bca3f commit 002aeac

1 file changed

Lines changed: 36 additions & 5 deletions

File tree

advisories/unreviewed/2026/01/GHSA-63v5-26vq-m4vm/GHSA-63v5-26vq-m4vm.json renamed to advisories/github-reviewed/2026/01/GHSA-63v5-26vq-m4vm/GHSA-63v5-26vq-m4vm.json

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,71 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-63v5-26vq-m4vm",
4-
"modified": "2026-01-26T21:30:37Z",
4+
"modified": "2026-01-27T21:56:13Z",
55
"published": "2026-01-26T21:30:36Z",
66
"aliases": [
77
"CVE-2026-1190"
88
],
9+
"summary": "Keycloak's missing timestamp validation allows attackers to extend SAML response validity periods",
910
"details": "A flaw was found in Keycloak's SAML brokering functionality. When Keycloak is configured as a client in a Security Assertion Markup Language (SAML) setup, it fails to validate the `NotOnOrAfter` timestamp within the `SubjectConfirmationData`. This allows an attacker to delay the expiration of SAML responses, potentially extending the time a response is considered valid and leading to unexpected session durations or resource consumption.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.keycloak:keycloak-services"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "26.5.2"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1190"
2142
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/keycloak/keycloak/issues/45646"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://access.redhat.com/security/cve/CVE-2026-1190"
2550
},
2651
{
2752
"type": "WEB",
2853
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430835"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/keycloak/keycloak"
2958
}
3059
],
3160
"database_specific": {
3261
"cwe_ids": [
33-
"CWE-112"
62+
"CWE-112",
63+
"CWE-347",
64+
"CWE-613"
3465
],
3566
"severity": "LOW",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
67+
"github_reviewed": true,
68+
"github_reviewed_at": "2026-01-27T21:56:13Z",
3869
"nvd_published_at": "2026-01-26T20:16:09Z"
3970
}
4071
}

0 commit comments

Comments
 (0)