CVE-2026-63140: Reachable Assertion in Elasticsearch Leading to Denial of Service
Reachable Assertion (CWE-617) in Elasticsearch can lead to denial of service via Input Data Manipulation (CAPEC-153). A specially crafted search request containing a null value in a specific query clause causes an internal assertion to be raised during query parsing. Because Elasticsearch treats assertion failures as fatal errors, this terminates the affected node process. A low-privileged authenticated user with read access to at least one index can exploit this condition with a single request to cause a node to terminate, disrupting search availability. In a single-node deployment this fully stops Elasticsearch; in a multi-node cluster it reduces cluster capacity for each affected node.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2026-63140?
CVE-2026-63140 has a medium severity rating of 6.5.
What type of vulnerability is identified in CVE-2026-63140?
CVE-2026-63140 is a reachable assertion vulnerability that can lead to a denial of service.
How can I exploit CVE-2026-63140?
CVE-2026-63140 can be exploited by sending a specially crafted search request containing a null value in a specific query clause.
What is the potential impact of CVE-2026-63140?
The potential impact of CVE-2026-63140 is a denial of service through internal assertion failures during query parsing in Elasticsearch.
How do I mitigate CVE-2026-63140?
To mitigate CVE-2026-63140, it's recommended to update Elasticsearch to a version that addresses this vulnerability.