Skip to content

Commit 4338647

Browse files
1 parent bd0328a commit 4338647

3 files changed

Lines changed: 172 additions & 40 deletions

File tree

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8f8m-wrvr-wcvf",
4+
"modified": "2026-07-02T17:43:19Z",
5+
"published": "2026-05-28T21:32:02Z",
6+
"aliases": [
7+
"CVE-2026-42998"
8+
],
9+
"summary": "OpenStack Keystone doesn't verify that the user supplied in the authentication request matches the owner of the application credential",
10+
"details": "An issue was discovered in OpenStack Keystone before 29.0.2. The Keystone application credential authentication plugin does not verify that the user supplied in the authentication request matches the owner of the application credential. An attacker can authenticate with their own application credential ID and secret while specifying a different user's name and domain in the request body. Keystone issues a token attributed to the victim user. The impersonated token is project-scoped and carries the intersection of the application credential's roles and the victim's actual roles on the project. This enables audit evasion, reading the victim's credentials, and acting as the victim within shared projects.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:L/I:L/A:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "keystone"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "14.0.0"
29+
},
30+
{
31+
"fixed": "27.0.2"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "keystone"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "28.0.0"
48+
},
49+
{
50+
"fixed": "28.0.2"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "PyPI",
59+
"name": "keystone"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "29.0.0"
67+
},
68+
{
69+
"fixed": "29.0.2"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-42998"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://bugs.launchpad.net/keystone/+bug/2148477"
84+
},
85+
{
86+
"type": "PACKAGE",
87+
"url": "https://github.com/openstack/keystone"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/keystone/PYSEC-2026-599.yaml"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://security.openstack.org/ossa/OSSA-2026-015.html"
96+
}
97+
],
98+
"database_specific": {
99+
"cwe_ids": [
100+
"CWE-863"
101+
],
102+
"severity": "MODERATE",
103+
"github_reviewed": true,
104+
"github_reviewed_at": "2026-07-02T17:43:19Z",
105+
"nvd_published_at": "2026-05-28T19:16:37Z"
106+
}
107+
}

0 commit comments

Comments
 (0)