Skip to content

Commit ebbddae

Browse files
1 parent e41eccc commit ebbddae

File tree

2 files changed

+150
-36
lines changed

2 files changed

+150
-36
lines changed
Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-2mj3-6grc-px38",
4+
"modified": "2025-12-19T21:04:09Z",
5+
"published": "2025-12-19T00:31:42Z",
6+
"aliases": [
7+
"CVE-2025-68383"
8+
],
9+
"summary": "Filebeat Beats has Buffer Overflow via Malformed Syslog Message or Malicious Tokenizer Pattern in Dissect Configuration",
10+
"details": "Improper Validation of Specified Index, Position, or Offset in Input (CWE-1285) in Filebeat Syslog parser and the Libbeat Dissect processor can allow a user to trigger a Buffer Overflow (CAPEC-100) and cause a denial of service (panic/crash) of the Filebeat process via either a malformed Syslog message or a malicious tokenizer pattern in the Dissect configuration.",
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/elastic/beats/v7"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "7.7.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/v7"
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/v7"
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.20251204214633-dd3af18220bf"
89+
}
90+
]
91+
}
92+
]
93+
},
94+
{
95+
"package": {
96+
"ecosystem": "Go",
97+
"name": "github.com/elastic/beats"
98+
},
99+
"ranges": [
100+
{
101+
"type": "ECOSYSTEM",
102+
"events": [
103+
{
104+
"introduced": "0"
105+
},
106+
{
107+
"last_affected": "7.6.2"
108+
}
109+
]
110+
}
111+
]
112+
}
113+
],
114+
"references": [
115+
{
116+
"type": "ADVISORY",
117+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68383"
118+
},
119+
{
120+
"type": "WEB",
121+
"url": "https://github.com/elastic/beats/commit/27a168fb1c598d4a16748e9a7382bc0d197335a5"
122+
},
123+
{
124+
"type": "WEB",
125+
"url": "https://github.com/elastic/beats/commit/2f971a057eea68e057b47829950cd8c26805df30"
126+
},
127+
{
128+
"type": "WEB",
129+
"url": "https://github.com/elastic/beats/commit/339fa3f887a14c91e0c955b50a3b8819393bd632"
130+
},
131+
{
132+
"type": "WEB",
133+
"url": "https://discuss.elastic.co/t/filebeat-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-32/384180"
134+
},
135+
{
136+
"type": "PACKAGE",
137+
"url": "https://github.com/elastic/elasticsearch"
138+
}
139+
],
140+
"database_specific": {
141+
"cwe_ids": [
142+
"CWE-120",
143+
"CWE-1284"
144+
],
145+
"severity": "MODERATE",
146+
"github_reviewed": true,
147+
"github_reviewed_at": "2025-12-19T21:04:09Z",
148+
"nvd_published_at": "2025-12-18T22:16:02Z"
149+
}
150+
}

advisories/unreviewed/2025/12/GHSA-2mj3-6grc-px38/GHSA-2mj3-6grc-px38.json

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

0 commit comments

Comments
 (0)