Skip to content

Commit e41eccc

Browse files
1 parent 04a7993 commit e41eccc

File tree

2 files changed

+111
-36
lines changed

2 files changed

+111
-36
lines changed
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qf7c-7r9h-mm92",
4+
"modified": "2025-12-19T19:23:40Z",
5+
"published": "2025-12-19T00:31:42Z",
6+
"aliases": [
7+
"CVE-2025-68384"
8+
],
9+
"summary": "Elasticsearch has Excessive Allocation of Resources via Submission of Oversized User Settings Data",
10+
"details": "Allocation of Resources Without Limits or Throttling (CWE-770) in Elasticsearch can allow a low-privileged authenticated user to cause Excessive Allocation (CAPEC-130) causing a persistent denial of service (OOM crash) via submission of oversized user settings data.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.elasticsearch.plugin:x-pack-security"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "8.19.9"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.elasticsearch.plugin:x-pack-security"
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": "Maven",
59+
"name": "org.elasticsearch.plugin:x-pack-security"
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+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68384"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/elastic/elasticsearch/pull/138691"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/elastic/elasticsearch/commit/ab1d99ae033f2a23a8856b47a2d86652ad63a39a"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/elastic/elasticsearch/commit/b46a4f64baea79c4d3afd58bda39d258de97210a"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://discuss.elastic.co/t/elasticsearch-8-19-9-9-1-9-and-9-2-3-security-update-esa-2025-33/384181"
96+
},
97+
{
98+
"type": "PACKAGE",
99+
"url": "https://github.com/elastic/elasticsearch"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-770"
105+
],
106+
"severity": "MODERATE",
107+
"github_reviewed": true,
108+
"github_reviewed_at": "2025-12-19T19:23:40Z",
109+
"nvd_published_at": "2025-12-18T22:16:02Z"
110+
}
111+
}

advisories/unreviewed/2025/12/GHSA-qf7c-7r9h-mm92/GHSA-qf7c-7r9h-mm92.json

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

0 commit comments

Comments
 (0)