| 0 |
| url |
VCID-2a5m-mwus-6khv |
| vulnerability_id |
VCID-2a5m-mwus-6khv |
| summary |
Elasticsearch Uncontrolled Resource Consumption vulnerability
A flaw was discovered in Elasticsearch, where processing a document in a deeply nested pipeline on an ingest node could cause the Elasticsearch node to crash. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2024-23450, GHSA-w5gg-2q56-6h4f
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2a5m-mwus-6khv |
|
| 1 |
| url |
VCID-2dh7-uz4v-m7by |
| vulnerability_id |
VCID-2dh7-uz4v-m7by |
| summary |
Elasticsearch: Insertion of Sensitive Information into Log File via reindex API
Insertion of sensitive information in log file in Elasticsearch can lead to loss of confidentiality under specific preconditions when auditing requests to the reindex API https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-reindex |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2025-37727, GHSA-56r7-h6mw-rcfv
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2dh7-uz4v-m7by |
|
| 2 |
| url |
VCID-2md6-nqhd-uud1 |
| vulnerability_id |
VCID-2md6-nqhd-uud1 |
| summary |
Elasticsearch allows insertion of sensitive information into log files when using deprecated URIs
Elasticsearch generally filters out sensitive information and credentials before logging to the audit log. It was found that this filtering was not applied when requests to Elasticsearch use certain deprecated URIs for APIs. The impact of this flaw is that sensitive information such as passwords and tokens might be printed in cleartext in Elasticsearch audit logs. Note that audit logging is disabled by default and needs to be explicitly enabled and even when audit logging is enabled, request bodies that could contain sensitive information are not printed to the audit log unless explicitly configured.
The `_xpack/security` APIs have been deprecated in Elasticsearch 7.x and were entirely removed in 8.0.0 and later. The only way for a client to use them in Elasticsearch 8.0.0 and later is to provide the `Accept: application/json; compatible-with=7` header. Elasticsearch official clients do not use these deprecated APIs.
The list of affected, deprecated APIs, is the following:
`POST /_xpack/security/user/{username}`
`PUT /_xpack/security/user/{username}`
`PUT /_xpack/security/user/{username}/_password`
`POST /_xpack/security/user/{username}/_password`
`PUT /_xpack/security/user/_password`
`POST /_xpack/security/user/_password`
`POST /_xpack/security/oauth2/token`
`DELETE /_xpack/security/oauth2/token`
`POST /_xpack/security/saml/authenticate` |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2023-31417, GHSA-99pc-69q9-jxf2
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-2md6-nqhd-uud1 |
|
| 3 |
| url |
VCID-4vxx-vbrq-qffw |
| vulnerability_id |
VCID-4vxx-vbrq-qffw |
| summary |
Elasticsearch vulnerable to Uncontrolled Resource Consumption
An issue has been identified with how Elasticsearch handled incoming requests on the HTTP layer. An unauthenticated user could force an Elasticsearch node to exit with an OutOfMemory error by sending a moderate number of malformed HTTP requests. The issue was identified by Elastic Engineering and we have no indication that the issue is known or that it is being exploited in the wild. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2023-31418, GHSA-2cqf-6xv9-f22w
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
8.0 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-4vxx-vbrq-qffw |
|
| 4 |
| url |
VCID-65tw-wzs5-sqch |
| vulnerability_id |
VCID-65tw-wzs5-sqch |
| summary |
Uncontrolled Recursion
In Elasticsearch versions before 7.13.3 and 6.8.17 an uncontrolled recursion vulnerability that could lead to a denial of service attack was identified in the Elasticsearch Grok parser. A user with the ability to submit arbitrary queries to Elasticsearch could create a malicious Grok query that will crash the Elasticsearch node. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2021-22144, GHSA-3393-hvrj-w7v3
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-65tw-wzs5-sqch |
|
| 5 |
| url |
VCID-6eke-3z1k-yqfp |
| vulnerability_id |
VCID-6eke-3z1k-yqfp |
| summary |
Improper Privilege Management
Elasticsearch versions before 6.8.13 and 7.9.2 contain a document disclosure flaw when Document or Field Level Security is used. Search queries do not properly preserve security permissions when executing certain complex queries. This could result in the search disclosing the existence of documents the attacker should not be able to view. This could result in an attacker gaining additional insight into potentially sensitive indices. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
|
| 4 |
|
| 5 |
|
| 6 |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
|
|
| fixed_packages |
|
| aliases |
CVE-2020-7020, GHSA-g9fw-9x87-rmrj
|
| risk_score |
1.4 |
| exploitability |
0.5 |
| weighted_severity |
2.8 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-6eke-3z1k-yqfp |
|
| 6 |
| url |
VCID-81b9-8s1p-jfhu |
| vulnerability_id |
VCID-81b9-8s1p-jfhu |
| summary |
Elasticsearch Insertion of Sensitive Information into Log File
An issue was discovered by Elastic whereby Watcher search input logged the search query results on DEBUG log level. This could lead to raw contents of documents stored in Elasticsearch to be printed in logs. Elastic has released 8.11.2 and 7.17.16 that resolves this issue by removing this excessive logging. This issue only affects users that use Watcher and have a Watch defined that uses the search input and additionally have set the search input’s logger to DEBUG or finer, for example using: org.elasticsearch.xpack.watcher.input.search, org.elasticsearch.xpack.watcher.input, org.elasticsearch.xpack.watcher, or wider, since the loggers are hierarchical. |
| references |
| 0 |
|
| 1 |
|
| 2 |
|
| 3 |
| reference_url |
https://github.com/elastic/elasticsearch |
| reference_id |
|
| reference_type |
|
| scores |
| 0 |
| value |
5.2 |
| scoring_system |
cvssv3.1 |
| scoring_elements |
CVSS:3.1/AV:A/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N |
|
| 1 |
| value |
4.1 |
| scoring_system |
cvssv4 |
| scoring_elements |
CVSS:4.0/AV:A/AC:L/AT:P/PR:L/UI:P/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N |
|
| 2 |
| value |
MODERATE |
| scoring_system |
generic_textual |
| scoring_elements |
|
|
|
| url |
https://github.com/elastic/elasticsearch |
|
| 4 |
|
| 5 |
|
| 6 |
|
|
| fixed_packages |
|
| aliases |
CVE-2023-49921, GHSA-2hjr-vmf3-xwvp
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-81b9-8s1p-jfhu |
|
| 7 |
|
| 8 |
|
| 9 |
|
| 10 |
| url |
VCID-j71w-rzc7-2qgs |
| vulnerability_id |
VCID-j71w-rzc7-2qgs |
| summary |
Improper Privilege Management
The fix for CVE-2020-7009 was found to be incomplete. Elasticsearch versions from 6.7.0 to 6.8.7 and 7.0.0 to 7.6.1 contain a privilege escalation flaw if an attacker is able to create API keys and also authentication tokens. An attacker who is able to generate an API key and an authentication token can perform a series of steps that result in an authentication token being generated with elevated privileges. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2020-7014, GHSA-hqqv-9x3v-mp7w
|
| risk_score |
4.0 |
| exploitability |
0.5 |
| weighted_severity |
7.9 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-j71w-rzc7-2qgs |
|
| 11 |
| url |
VCID-jauz-t6az-2yer |
| vulnerability_id |
VCID-jauz-t6az-2yer |
| summary |
Elasticsearch Uncontrolled Resource Consumption Vulnerability
Uncontrolled Resource Consumption in Elasticsearch while evaluating specifically crafted search templates with Mustache functions can lead to Denial of Service by causing the Elasticsearch node to crash. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2024-52979, GHSA-mm3m-5497-xggg
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-jauz-t6az-2yer |
|
| 12 |
| url |
VCID-mq5y-672j-t3eb |
| vulnerability_id |
VCID-mq5y-672j-t3eb |
| summary |
Elasticsearch vulnerable to stack overflow in the search API
A flaw was discovered in Elasticsearch, affecting the _search API that allowed a specially crafted query string to cause a Stack Overflow and ultimately a Denial of Service. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2023-31419, GHSA-qwrx-45xf-jjf7
|
| risk_score |
3.4 |
| exploitability |
0.5 |
| weighted_severity |
6.8 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-mq5y-672j-t3eb |
|
| 13 |
| url |
VCID-n2gb-4wdb-kqdf |
| vulnerability_id |
VCID-n2gb-4wdb-kqdf |
| summary |
Elasticsearch PKI Realm Authentication Bypass Vulnerability Allows User Impersonation Through Crafted Client Certificates
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. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2025-37731, GHSA-m9gh-789g-q5pv
|
| risk_score |
3.4 |
| exploitability |
0.5 |
| weighted_severity |
6.7 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-n2gb-4wdb-kqdf |
|
| 14 |
| url |
VCID-pb37-mn1e-afg2 |
| vulnerability_id |
VCID-pb37-mn1e-afg2 |
| summary |
Elasticsearch allocation of resources without limits or throttling leads to crash
An allocation of resources without limits or throttling in Elasticsearch can lead to an OutOfMemoryError exception resulting in a crash via a specially crafted query using an SQL function. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2024-43709, GHSA-jgx4-7v3v-vwfm
|
| risk_score |
3.1 |
| exploitability |
0.5 |
| weighted_severity |
6.2 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-pb37-mn1e-afg2 |
|
| 15 |
|
| 16 |
| url |
VCID-wgz4-ubu8-zbhu |
| vulnerability_id |
VCID-wgz4-ubu8-zbhu |
| summary |
Elasticsearch Improper Handling of Exceptional Conditions
It was identified that malformed scripts used in the script processor of an Ingest Pipeline could cause an Elasticsearch node to crash when calling the Simulate Pipeline API. |
| references |
|
| fixed_packages |
|
| aliases |
CVE-2023-46673, GHSA-285m-vhfq-xx4h
|
| risk_score |
3.4 |
| exploitability |
0.5 |
| weighted_severity |
6.8 |
| resource_url |
http://public2.vulnerablecode.io/vulnerabilities/VCID-wgz4-ubu8-zbhu |
|