Skip to content

Commit 2186271

Browse files
1 parent e420d37 commit 2186271

1 file changed

Lines changed: 65 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-q537-qhj4-wcjx",
4+
"modified": "2026-05-28T18:08:59Z",
5+
"published": "2026-05-28T18:08:59Z",
6+
"aliases": [
7+
"CVE-2026-44730"
8+
],
9+
"summary": "OpenCTI: Privilege escalation via graphQL API is abusable by organization admins, due to incorrect ACL on userEdit relationAdd",
10+
"details": "### Summary\nAn organization admin can escalate their privileges by adding a user from a different organization with higher privileges, to their own organization.\n\n### Impact\nFull platform access, access to sensitive or proprietary information.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "pycti"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "6.9.7"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/OpenCTI-Platform/opencti/security/advisories/GHSA-q537-qhj4-wcjx"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-44730"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/OpenCTI-Platform/opencti"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/pypa/advisory-database/tree/main/vulns/pycti/PYSEC-2026-167.yaml"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-284"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-05-28T18:08:59Z",
63+
"nvd_published_at": "2026-05-26T18:16:51Z"
64+
}
65+
}

0 commit comments

Comments
 (0)