CVE-2023-31419
26.10.2023, 18:15
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.Enginsight
Vendor | Product | Version |
---|---|---|
elastic | elasticsearch | 7.0.0 ≤ 𝑥 ≤ 7.17.12 |
elastic | elasticsearch | 8.0.0 ≤ 𝑥 ≤ 8.9.0 |
𝑥
= Vulnerable software versions

Ubuntu Releases
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
References