Skip to content

Commit 42dba79

Browse files
1 parent 0ae8fd4 commit 42dba79

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-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-f2f3-9cx3-wcmf",
4+
"modified": "2026-03-26T22:11:20Z",
5+
"published": "2026-03-26T22:11:20Z",
6+
"aliases": [
7+
"CVE-2026-33903"
8+
],
9+
"summary": "Ella Core panics when processing a crafted NGAP LocationReport message",
10+
"details": "## Summary\n\nElla Core panics when processing a specially crafted NGAP LocationReport message.\n\n## Impact\n\nAn attacker able to send crafted NGAP messages to Ella Core can crash the process, causing service disruption for all connected subscribers.\n\n## Fix \n\nAdd guards in NGAP Location Report handler.",
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-f2f3-9cx3-wcmf"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/ellanetworks/core/commit/ec77a2ad4508f8488cb356fd45b2f1efd92587f8"
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-476"
59+
],
60+
"severity": "MODERATE",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-03-26T22:11:20Z",
63+
"nvd_published_at": null
64+
}
65+
}

0 commit comments

Comments
 (0)