Lucene search
+L

2370 matches found

OSV
OSV
added 2026/08/19 8:39 a.m.5 views

BIT-ELASTICSEARCH-2026-72638 Uncontrolled Recursion in Elasticsearch Leading to Denial of Service

Uncontrolled Recursion CWE-674 in Elasticsearch can lead to denial of service via Input Data Manipulation CAPEC-153. An authenticated user holding only low-privileged index creation permissions can submit a single request containing a specially crafted, malformed custom analysis definition that i...

6.5CVSS5.4AI score0.0029EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/19 12:00 a.m.14 views

PT-2026-78393

Name of the Vulnerable Software and Affected Versions phpMyFAQ versions prior to 4.1.7 Description Insufficient enforcement of the CONFIGURATION EDIT permission on administrative API read endpoints allows any authenticated user to access sensitive administrative data. By utilizing a valid session...

5.3CVSS5.2AI score0.00204EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/08/18 10:12 a.m.5 views

CVE-2026-72647

A flaw was found in Elasticsearch. An authenticated user with read privileges on a single index can submit a specially crafted search request. This request, containing deeply nested serialized data, is processed without a depth limit, leading to uncontrolled recursion. This can exhaust the thread...

6.5CVSS4.9AI score0.0029EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 7:22 p.m.7 views

CVE-2026-72678

A flaw was found in Elasticsearch. An authenticated user with read privileges can submit a crafted request that causes the node to attempt an excessively large memory allocation due to unvalidated user input. This memory exhaustion leads to a fatal error, terminating the Elasticsearch node proces...

6.5CVSS5.5AI score0.0029EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/17 6:54 p.m.7 views

CVE-2026-72656

A flaw was found in Elasticsearch. An authenticated user, by submitting a specially crafted ES|QL query, could trigger an unbounded allocation of heap memory. This excessive memory consumption exhausts the available resources on the receiving node, leading to a denial of service DoS condition whe...

6.5CVSS5.5AI score0.0029EPSS
SaveExploits0References4
Chainguard
Chainguard
added 2026/08/14 8:25 p.m.21 views

GHSA-QV9R-C865-CP47 vulnerabilities

Vulnerabilities for packages: elasticsearch-fips, kafbat-ui, solr-fips, flink-kubernetes-operator-fips, opensearch-fips, apache-activemq, elasticsearch, strimzi-kafka-operator-fips, traccar-fips, kayenta-fips, airbyte-server-fips, kayenta, traccar, zipkin, airbyte-platform-fips, kafka-bridge-fips...

5.9AI score
SaveExploits0
Chainguard
Chainguard
added 2026/08/14 8:25 p.m.19 views

CVE-2026-49844 vulnerabilities

Vulnerabilities for packages: elasticsearch-fips, kafbat-ui, solr-fips, flink-kubernetes-operator-fips, opensearch-fips, apache-activemq, elasticsearch, strimzi-kafka-operator-fips, traccar-fips, kayenta-fips, airbyte-server-fips, kayenta, traccar, zipkin, airbyte-platform-fips, kafka-bridge-fips...

6.3CVSS5.9AI score0.00813EPSS
SaveExploits0
NVD
NVD
added 2026/08/13 8:17 p.m.7 views

CVE-2026-72686

A flaw in Elasticsearch allows a low-privileged authenticated user to submit a single request containing a crafted user-supplied input. A specific internal component validates the input using a recursive routine and applies no bound to the length of the value being validated, so the validation...

6.5CVSS0.0036EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.5 views

CVE-2026-72685

A flaw in Elasticsearch allows a low-privileged authenticated user who can index documents to submit a single small document containing a crafted user-supplied input. Processing one such document occupies a worker thread from a bounded pool for a disproportionate amount of time, degrading the...

4.3CVSS0.00262EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.6 views

CVE-2026-72684

A flaw in Elasticsearch allows an authenticated user holding only read privileges to submit a small search request containing a crafted user-supplied input. Processing that input causes a specific internal component to allocate memory without any upper bound, and the allocation occurs outside the...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.14 views

CVE-2026-72687

A flaw in Elasticsearch allows a low-privileged authenticated user to submit a single small request containing a forged opaque identifier. Elasticsearch decodes and deserializes the identifier before confirming that it was legitimately issued by the cluster, and a size value carried inside the...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.7 views

CVE-2026-72678

Elasticsearch does not validate a size value taken from a user-supplied input before that value is used to reserve memory for an internal data structure. An authenticated user holding only read privileges can submit a single small crafted request to a product API endpoint that causes the node to...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.6 views

CVE-2026-72679

Elasticsearch does not apply its configurable input length restriction to a user-supplied pattern accepted by an intervals query. Compiling a deeply nested pattern drives unbounded recursion that exhausts the thread stack and raises a fatal error, terminating the Elasticsearch node process and...

6.5CVSS0.00325EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.5 views

CVE-2026-72683

A flaw in Elasticsearch allows an authenticated user with the privileges required to invoke the simulate pipeline API endpoint https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ingest-simulate to submit a request that causes a self-referential data structure to be created. Whe...

6.5CVSS0.0036EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.9 views

CVE-2026-72672

The Elastic Security capability that suggests existing field values while a user authors endpoint policy artifacts queries Elastic Defend event data with Kibana's internal Elasticsearch account instead of the account of the requesting user. Only Kibana feature privileges are verified, and the...

7.7CVSS0.00248EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.7 views

CVE-2026-72647

Uncontrolled Recursion CWE-674 in Elasticsearch can lead to denial of service via Serialized Data with Nested Payloads CAPEC-230. An authenticated user holding only read privileges on a single index can submit one specially crafted search request whose deeply nested structure is processed without...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.9 views

CVE-2026-72656

Memory Allocation with Excessive Size Value CWE-789 in the ES|QL query processing of Elasticsearch can lead to denial of service via Excessive Allocation CAPEC-130. An authenticated user able to submit ES|QL queries could send a specially crafted query whose evaluation allocates an unbounded amou...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.10 views

CVE-2026-72638

Uncontrolled Recursion CWE-674 in Elasticsearch can lead to denial of service via Input Data Manipulation CAPEC-153. An authenticated user holding only low-privileged index creation permissions can submit a single request containing a specially crafted, malformed custom analysis definition that i...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.11 views

CVE-2026-72639

Elasticsearch does not enforce an upper bound on a user-supplied count accepted by a search highlighting option, and the allocation derived from that count is not accounted against any circuit breaker. An authenticated user holding only read privileges on a single searchable index can submit one...

6.5CVSS0.0029EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/13 8:17 p.m.8 views

CVE-2026-72642

The native inference process that Elasticsearch uses to evaluate uploaded machine learning models accepts a model operation that computes a memory address from an offset supplied inside the model, without validating that the offset stays within the bounds of the underlying storage. A user with th...

8.8CVSS0.00329EPSS
SaveExploits0References1
Rows per page
Query Builder