Skip to content

Commit 0642a5c

Browse files
1 parent 7429558 commit 0642a5c

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-73jv-44c3-j5p2",
4+
"modified": "2026-04-03T03:57:43Z",
5+
"published": "2026-04-03T03:57:43Z",
6+
"aliases": [
7+
"CVE-2026-35175"
8+
],
9+
"summary": "Ajenti has an authorization bypass during custom package installation",
10+
"details": "### Impact\n\nAn authenticated user (using the `auth_users` plugin authentication method) could install a custom package even if this user is not superuser.\n\n### Patches\n\nThis is fixed in the version 2.2.15. Users should upgrade to this version as soon as possible.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:L/SA:L"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "ajenti-panel"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2.2.15"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/ajenti/ajenti/security/advisories/GHSA-73jv-44c3-j5p2"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/ajenti/ajenti"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/ajenti/ajenti/releases/tag/v2.2.15"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-862"
55+
],
56+
"severity": "HIGH",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-04-03T03:57:43Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)