Description
Improper input validation in the capabilities route handler in OpenSearch Dashboards - the size of the request payload is not bounded - might allow remote attackers to cause a denial of service via a crafted HTTP request.
Published: 2026-08-18
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Improper validation of the request body in the capabilities route of OpenSearch Dashboards allows an attacker to send a payload of arbitrary size. The absence of a bounded request size can cause the server to consume excessive memory or CPU resources, potentially leading to memory exhaustion and denial of service. The weakness is classified as CWE‑1284, an uncontrolled resource consumption issue. This can degrade or completely disrupt the availability of dashboard services for affected users.

Affected Systems

The vulnerability affects Amazon OpenSearch Service and OpenSearch Dashboards. Precise version information is not provided; however, any instance exposing the capabilities route is potentially impacted. Both cloud‑managed and self‑hosted deployments of OpenSearch Dashboards are within scope.

Risk and Exploitability

The CVSS score of 8.7 indicates a high severity of this denial‑of‑service vulnerability. Although the EPSS score is unavailable, the lack of a KEV listing suggests no widespread public exploitation yet. Based on the description, a remote attacker can reach the affected endpoint over HTTP without any prerequisite authentication, making the exploit potentially trivially achievable by connecting to the dashboard’s network interface. The likelihood of exploitation is considered significant given the high CVSS and the nature of the weakness.

Generated by OpenCVE AI on August 18, 2026 at 18:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest OpenSearch Dashboards or Amazon OpenSearch Service updates once Amazon or the OpenSearch project releases a fix.
  • Configure a front‑end WAF or reverse proxy to reject HTTP requests whose body size exceeds a conservative threshold, thereby limiting resource consumption before it reaches the dashboard.
  • Monitor dashboard logs for unusually large request payloads or repeated denial‑of‑service patterns and temporarily block offending IP addresses until a patch is applied.

Generated by OpenCVE AI on August 18, 2026 at 18:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 18 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description Improper input validation in the capabilities route handler in OpenSearch Dashboards - the size of the request payload is not bounded - might allow remote attackers to cause a denial of service via a crafted HTTP request.
Title Uncontrolled Resource Consumption in Capabilities Route in OpenSearch Dashboards
First Time appeared Aws
Aws amazon Opensearch Service
Opensearch
Opensearch opensearch Dashboards
Weaknesses CWE-1284
CPEs cpe:2.3:a:aws:amazon_opensearch_service:*:*:*:*:*:*:*:*
cpe:2.3:a:opensearch:opensearch_dashboards:*:*:*:*:*:*:*:*
Vendors & Products Aws
Aws amazon Opensearch Service
Opensearch
Opensearch opensearch Dashboards
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Aws Amazon Opensearch Service
Opensearch Opensearch Dashboards
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-08-18T19:21:13.427Z

Reserved: 2026-08-18T14:11:50.983Z

Link: CVE-2026-75897

cve-icon Vulnrichment

Updated: 2026-08-18T19:10:38.446Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-18T17:17:03.310

Modified: 2026-08-20T13:01:19.947

Link: CVE-2026-75897

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:17:32Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input