Skip to content

Commit 921f52f

Browse files
1 parent efde66a commit 921f52f

2 files changed

Lines changed: 122 additions & 40 deletions

File tree

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-8xwf-cr4r-856r",
4+
"modified": "2026-02-28T02:24:32Z",
5+
"published": "2026-02-27T06:31:28Z",
6+
"aliases": [
7+
"CVE-2026-28370"
8+
],
9+
"summary": "OpenStack Vitrage: Unauthorized Access to the Host can Lead to Eval Injection",
10+
"details": "In the query parser in OpenStack Vitrage before 12.0.1, 13.0.0, 14.0.0, and 15.0.0, a user allowed to access the Vitrage API may trigger code execution on the Vitrage service host as the user the Vitrage service runs under. This may result in unauthorized access to the host and further compromise of the Vitrage service. All deployments exposing the Vitrage API are affected. This occurs in _create_query_function in vitrage/graph/query.py.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "vitrage"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "15.0.0.0rc1"
29+
},
30+
{
31+
"fixed": "15.0.1"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "PyPI",
40+
"name": "vitrage"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "14.0.0.0rc1"
48+
},
49+
{
50+
"fixed": "14.0.1"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "PyPI",
59+
"name": "vitrage"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "13.0.0.0rc1"
67+
},
68+
{
69+
"fixed": "13.0.1"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "PyPI",
78+
"name": "vitrage"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"fixed": "12.0.1"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28370"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/openstack/vitrage/commit/89df4bd2ffda1a5ddea66cd828438a6a171a3b11"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/openstack/vitrage"
107+
},
108+
{
109+
"type": "WEB",
110+
"url": "https://github.com/openstack/vitrage/blob/a1f86950e1314b0c740f9cd9b7e9dbab7d02af51/vitrage/graph/query.py#L70"
111+
}
112+
],
113+
"database_specific": {
114+
"cwe_ids": [
115+
"CWE-95"
116+
],
117+
"severity": "CRITICAL",
118+
"github_reviewed": true,
119+
"github_reviewed_at": "2026-02-28T02:24:32Z",
120+
"nvd_published_at": "2026-02-27T05:18:20Z"
121+
}
122+
}

advisories/unreviewed/2026/02/GHSA-8xwf-cr4r-856r/GHSA-8xwf-cr4r-856r.json

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)