Skip to content

Commit 0575934

Browse files
1 parent 8ca8b49 commit 0575934

File tree

2 files changed

+122
-36
lines changed

2 files changed

+122
-36
lines changed
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-fj69-23m4-ccvv",
4+
"modified": "2025-12-20T17:30:15Z",
5+
"published": "2025-12-19T00:31:42Z",
6+
"aliases": [
7+
"CVE-2025-68388"
8+
],
9+
"summary": "Elasticsearch Packetbeat has Excessive Allocation of Memory and CPU via Malicious IPv4 Fragments",
10+
"details": "Allocation of resources without limits or throttling (CWE-770) allows an unauthenticated remote attacker to cause excessive allocation (CAPEC-130) of memory and CPU via the integration of malicious IPv4 fragments, leading to denial-of-service in Packetbeat.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/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/elastic/beats"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "8.6.0"
29+
},
30+
{
31+
"fixed": "8.19.9"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/elastic/beats"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "9.0.0"
48+
},
49+
{
50+
"fixed": "9.1.9"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/elastic/beats"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "9.2.0"
67+
},
68+
{
69+
"fixed": "9.2.3"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/elastic/beats/v7"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"fixed": "7.0.0-alpha2.0.20251209162832-28cfc80d2f4e"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "ADVISORY",
98+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68388"
99+
},
100+
{
101+
"type": "WEB",
102+
"url": "https://github.com/elastic/beats/commit/28cfc80d2f4e80bfd1c72eb3f849d777751ab870"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://discuss.elastic.co/t/packetbeat-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-29/384177"
107+
},
108+
{
109+
"type": "PACKAGE",
110+
"url": "https://github.com/elastic/beats"
111+
}
112+
],
113+
"database_specific": {
114+
"cwe_ids": [
115+
"CWE-770"
116+
],
117+
"severity": "HIGH",
118+
"github_reviewed": true,
119+
"github_reviewed_at": "2025-12-20T17:30:15Z",
120+
"nvd_published_at": "2025-12-18T22:16:02Z"
121+
}
122+
}

advisories/unreviewed/2025/12/GHSA-fj69-23m4-ccvv/GHSA-fj69-23m4-ccvv.json

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

0 commit comments

Comments
 (0)