Description
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 availability of indexing operations on the affected node.
Published: 2026-08-13
Score: 4.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Elasticsearch causes a single, small, crafted document indexed by a low‑privileged authenticated user to monopolize a worker thread from a bounded pool, consuming it for an abnormally long time and degrading the availability of indexing operations on the affected node. This weakness is classified as CWE-407, representing inefficient algorithmic complexity, and results in a denial‑of‑service condition for indexing tasks, but does not directly disclose data or allow code execution.

Affected Systems

The issue affects the Elasticsearch product from Elastic. Specific versions are not enumerated in the CVE data, so all deployments that may rely on the internal indexing thread pool should be considered potentially vulnerable until the vendor releases a fix.

Risk and Exploitability

The CVSS score of 4.3 indicates moderate severity, reflecting that the flaw requires authenticated access and is not a high‑impact exploit. The EPSS score is currently unavailable, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector requires a low‑privileged user with indexing permissions, implying that restricting such privileges or applying a vendor patch will mitigate the risk.

Generated by OpenCVE AI on August 13, 2026 at 22:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied Elasticsearch update referenced in the Elastic community discussion to eliminate the inefficient algorithmic complexity.
  • If a patch is not yet available, limit the privilege of users that can index documents to reduce the opportunity for the attack.
  • Configure the indexing thread pool or enable request throttling to prevent a single document from monopolizing worker threads and mitigate the DoS impact.

Generated by OpenCVE AI on August 13, 2026 at 22:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Elastic
Elastic elasticsearch
Vendors & Products Elastic
Elastic elasticsearch

Thu, 13 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description 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 availability of indexing operations on the affected node.
Title Inefficient Algorithmic Complexity in Elasticsearch Leading to Denial of Service
Weaknesses CWE-407
References
Metrics cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L'}


Subscriptions

Elastic Elasticsearch
cve-icon MITRE

Status: PUBLISHED

Assigner: elastic

Published:

Updated: 2026-08-13T20:34:58.606Z

Reserved: 2026-08-10T11:17:58.731Z

Link: CVE-2026-72685

cve-icon Vulnrichment

Updated: 2026-08-13T20:34:54.980Z

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:29.217

Modified: 2026-08-13T21:18:31.863

Link: CVE-2026-72685

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T22:15:03Z

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity