Skip to content

Commit 1f304e6

Browse files
1 parent f5c5553 commit 1f304e6

File tree

2 files changed

+112
-36
lines changed

2 files changed

+112
-36
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-m9gh-789g-q5pv",
4+
"modified": "2025-12-16T15:52:24Z",
5+
"published": "2025-12-15T12:30:27Z",
6+
"aliases": [
7+
"CVE-2025-37731"
8+
],
9+
"summary": "Elasticsearch PKI Realm Authentication Bypass Vulnerability Allows User Impersonation Through Crafted Client Certificates",
10+
"details": "Improper Authentication in Elasticsearch PKI realm can lead to user impersonation via specially crafted client certificates. A malicious actor would need to have such a crafted client certificate signed by a legitimate, trusted Certificate Authority.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.elasticsearch:elasticsearch"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "7.0.0-alpha1"
29+
},
30+
{
31+
"fixed": "8.19.8"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.elasticsearch:elasticsearch"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "9.0.0-beta1"
48+
},
49+
{
50+
"fixed": "9.1.8"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.elasticsearch:elasticsearch"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "9.2.0"
67+
},
68+
{
69+
"fixed": "9.2.2"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-37731"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/elastic/elasticsearch/commit/cd97b8566bf56e628070021300784cb9cee0286f"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/elastic/elasticsearch/commit/d8a408da79f214395845d99d241e832077045983"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/elastic/elasticsearch/commit/e519fe4c51a3c887675eb7daea2f914738847f23"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://discuss.elastic.co/t/elasticsearch-8-19-8-9-1-8-and-9-2-2-security-update-esa-2025-27/384063"
96+
},
97+
{
98+
"type": "PACKAGE",
99+
"url": "https://github.com/elastic/elasticsearch"
100+
}
101+
],
102+
"database_specific": {
103+
"cwe_ids": [
104+
"CWE-287",
105+
"CWE-295"
106+
],
107+
"severity": "MODERATE",
108+
"github_reviewed": true,
109+
"github_reviewed_at": "2025-12-16T15:52:23Z",
110+
"nvd_published_at": "2025-12-15T11:15:39Z"
111+
}
112+
}

advisories/unreviewed/2025/12/GHSA-m9gh-789g-q5pv/GHSA-m9gh-789g-q5pv.json

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

0 commit comments

Comments
 (0)