Skip to content

Commit 2ac01db

Browse files
1 parent 42dba79 commit 2ac01db

File tree

2 files changed

+126
-0
lines changed

2 files changed

+126
-0
lines changed
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-87j9-m7x6-hvw2",
4+
"modified": "2026-03-26T22:14:54Z",
5+
"published": "2026-03-26T22:14:54Z",
6+
"aliases": [
7+
"CVE-2026-33906"
8+
],
9+
"summary": "Ella Core has Privilege Escalation via Database Restore by NetworkManager role",
10+
"details": "## Summary\n\nThe NetworkManager role was granted backup and restore permission. The restore endpoint accepted any valid SQLite file without verifying its contents.\n\n## Impact\n\nA NetworkManager could replace the production database with a tampered copy to escalate to Admin, gaining access to user management, audit logs, debug endpoints, and operator identity configuration that the role was explicitly denied.\n\n## Fix \n\nBackup and restore permissions have been removed from the NetworkManager role.",
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": "Go",
21+
"name": "github.com/ellanetworks/core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/ellanetworks/core/security/advisories/GHSA-87j9-m7x6-hvw2"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/ellanetworks/core/commit/1e4768288a6519fcb63ec83f851584ecebb8a972"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/ellanetworks/core"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/ellanetworks/core/releases/tag/v1.7.0"
54+
}
55+
],
56+
"database_specific": {
57+
"cwe_ids": [
58+
"CWE-269"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-03-26T22:14:54Z",
63+
"nvd_published_at": null
64+
}
65+
}
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-9h59-p45g-445h",
4+
"modified": "2026-03-26T22:13:33Z",
5+
"published": "2026-03-26T22:13:33Z",
6+
"aliases": [
7+
"CVE-2026-33904"
8+
],
9+
"summary": "Ella Core has a Denial of Service via SCTP connection cleanup deadlock ",
10+
"details": "## Summary\n\nA deadlock in the AMF's SCTP notification handler causes the entire AMF control plane to hang until the process is restarted. \n\n## Impact\n\nAn attacker with access to the N2 interface can cause Ella Core to hang, resulting in a denial of service for all subscribers.\n\n## Fix\n\nAdd deferred Radio cleanup in serveConn SCTP server so that every connection exit path removes the radio. Remove the stale-entry scan from SCTP Notification handling.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/ellanetworks/core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/ellanetworks/core/security/advisories/GHSA-9h59-p45g-445h"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/ellanetworks/core"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/ellanetworks/core/releases/tag/v1.7.0"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-833"
55+
],
56+
"severity": "MODERATE",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-26T22:13:33Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)