-
Notifications
You must be signed in to change notification settings - Fork 591
Expand file tree
/
Copy pathGHSA-gv3v-2cpp-3pmq.json
More file actions
111 lines (111 loc) · 2.71 KB
/
GHSA-gv3v-2cpp-3pmq.json
File metadata and controls
111 lines (111 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"schema_version": "1.4.0",
"id": "GHSA-gv3v-2cpp-3pmq",
"modified": "2026-03-04T15:47:19Z",
"published": "2026-02-10T12:30:28Z",
"aliases": [
"CVE-2025-11537"
],
"summary": "Keycloak logs sensitive headers",
"details": "A flaw was found in Keycloak. When the logging format is configured to a verbose, user-supplied pattern (such as the pre-defined 'long' pattern), sensitive headers including Authorization and Cookie are disclosed to the logs in cleartext. An attacker with read access to the log files can extract these credentials (e.g., bearer tokens, session cookies) and use them to impersonate users, leading to a full account compromise.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "Maven",
"name": "org.keycloak:keycloak-quarkus-server"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "26.6.0"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.keycloak:keycloak-quarkus-server"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "26.5.6"
}
]
}
]
},
{
"package": {
"ecosystem": "Maven",
"name": "org.keycloak:keycloak-quarkus-server"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "26.4.11"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11537"
},
{
"type": "WEB",
"url": "https://github.com/keycloak/keycloak/commit/137a35c1109ff43a305f26264978a3ea21452373"
},
{
"type": "WEB",
"url": "https://access.redhat.com/security/cve/CVE-2025-11537"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2402616"
},
{
"type": "PACKAGE",
"url": "https://github.com/keycloak/keycloak"
},
{
"type": "WEB",
"url": "https://www.keycloak.org/server/logging#_change_log_formatpattern"
}
],
"database_specific": {
"cwe_ids": [
"CWE-117"
],
"severity": "MODERATE",
"github_reviewed": true,
"github_reviewed_at": "2026-02-11T19:08:55Z",
"nvd_published_at": "2026-02-10T11:16:09Z"
}
}