Skip to content

Commit 297ef0b

Browse files
1 parent c9afd3d commit 297ef0b

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

advisories/github-reviewed/2025/11/GHSA-mw3v-mmfw-3x2g/GHSA-mw3v-mmfw-3x2g.json

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-mw3v-mmfw-3x2g",
4-
"modified": "2025-11-26T22:10:36Z",
4+
"modified": "2025-12-02T22:09:57Z",
55
"published": "2025-11-25T21:32:07Z",
66
"aliases": [
77
"CVE-2025-9624"
88
],
99
"summary": "OpenSearch is vulnerable to DoS via complex query_string inputs",
10-
"details": "A vulnerability in OpenSearch allows attackers to cause Denial of Service (DoS) by submitting complex query_string inputs.\n\nThis issue affects all OpenSearch versions below 3.2.0.",
10+
"details": "A vulnerability in OpenSearch allows attackers to cause Denial of Service (DoS) by submitting complex query_string inputs.\n\nThis issue affects all OpenSearch versions below 2.19.4 and versions 3.0.0 through 3.2.0.",
1111
"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+
},
1216
{
1317
"type": "CVSS_V4",
1418
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H"
@@ -25,14 +29,33 @@
2529
"type": "ECOSYSTEM",
2630
"events": [
2731
{
28-
"introduced": "0"
32+
"introduced": "3.0.0"
2933
},
3034
{
3135
"fixed": "3.3.0"
3236
}
3337
]
3438
}
3539
]
40+
},
41+
{
42+
"package": {
43+
"ecosystem": "Maven",
44+
"name": "org.opensearch:opensearch-common"
45+
},
46+
"ranges": [
47+
{
48+
"type": "ECOSYSTEM",
49+
"events": [
50+
{
51+
"introduced": "0"
52+
},
53+
{
54+
"fixed": "2.19.4"
55+
}
56+
]
57+
}
58+
]
3659
}
3760
],
3861
"references": [
@@ -52,6 +75,14 @@
5275
"type": "PACKAGE",
5376
"url": "https://github.com/opensearch-project/OpenSearch"
5477
},
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/opensearch-project/OpenSearch/releases/tag/2.19.4"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://github.com/opensearch-project/OpenSearch/releases/tag/3.3.0"
85+
},
5586
{
5687
"type": "WEB",
5788
"url": "https://opensearch.org/blog/explore-opensearch-3-3"

0 commit comments

Comments
 (0)