Skip to content

Commit c92ea42

Browse files
Merge pull request #8052 from github/marcelstoer-GHSA-293q-567p-wmwq
2 parents dc5dada + 169a063 commit c92ea42

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

advisories/unreviewed/2026/06/GHSA-293q-567p-wmwq/GHSA-293q-567p-wmwq.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-293q-567p-wmwq",
4-
"modified": "2026-06-10T00:31:53Z",
4+
"modified": "2026-06-10T00:32:00Z",
55
"published": "2026-06-10T00:31:53Z",
66
"aliases": [
77
"CVE-2026-47838"
88
],
9+
"summary": "Unauthorized User Impersonation when Using X.509 Client Certificates",
910
"details": "SubjectDnX509PrincipalExtractor does not correctly handle certain malformed X.509 certificate CN values, which can lead to reading the wrong value for the username. In a carefully crafted certificate, this can lead to an attacker impersonating another user.\n\nAffected versions:\nSpring Security 5.7.0 through 5.7.24; 5.8.0 through 5.8.26; 6.3.0 through 6.3.17; 6.4.0 through 6.4.17; 6.5.0 through 6.5.10.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.springframework.security:spring-security-web"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "6.5.11"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",

0 commit comments

Comments
 (0)