Description
Missing connection and header-read timeouts and the absence of a concurrent-connection cap in the default serve() path of Amazon aws-smithy-http-server might allow remote attackers to cause a denial of service by opening many connections and sending partial requests that are never completed, exhausting server sockets and tasks.



To mitigate this issue, users should upgrade to aws-smithy-http-server 0.66.5 or later.
Published: 2026-07-23
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing connection and header‑read timeout, coupled with no limit on concurrent connections in the default serve() entry point of aws-smithy-http-server, can let an unauthenticated remote attacker open many long‑lived connections and send incomplete requests that are never finished. The server is forced to keep these sockets and processing tasks active, eventually exhausting available resources such as sockets and worker threads and rendering the service unavailable. The weakness is a classic resource exhaustion flaw (CWE‑770).

Affected Systems

The vulnerability affects the AWS aws‑smithy‑http‑server component. Any installation of aws‑smithy‑http‑server that is older than version 0.66.5 is susceptible because the patch that introduces connection limits and read timeouts is included only in 0.66.5 and later releases.

Risk and Exploitability

The CVSS score of 8.7 classifies the issue as high severity. Because the EPSS score is below 1 %, the likelihood of an attack at this time is low, and the vulnerability is not listed in the CISA KEV catalog. Nonetheless, the attack vector is remote, does not require authentication, and can be launched against publicly exposed services that use the default serve() path. If successful, it can cause a loss of availability for the affected service, which could impact any user or downstream system relying on it.

Generated by OpenCVE AI on August 3, 2026 at 21:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade aws‑smithy‑http‑server to version 0.66.5 or later to apply the fixed connection limits and read timeouts.
  • If an upgrade is not immediately possible, modify the default serve() configuration or source code to enforce a maximum number of concurrent connections and set appropriate header‑read timeouts.
  • Apply network‑level safeguards such as a firewall or reverse proxy that rate‑limits connections per IP to mitigate Slowloris–style attacks.

Generated by OpenCVE AI on August 3, 2026 at 21:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-jvxp-qmx7-gjpx Smithy-RS: Allocation of resources without limits in the default aws-smithy-http-server serve() path allows unauthenticated Slowloris denial of service
History

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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

ssvc

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


Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description Missing connection and header-read timeouts and the absence of a concurrent-connection cap in the default serve() path of Amazon aws-smithy-http-server might allow remote attackers to cause a denial of service by opening many connections and sending partial requests that are never completed, exhausting server sockets and tasks. To mitigate this issue, users should upgrade to aws-smithy-http-server 0.66.5 or later.
Title Allocation of resources without limits in the default aws-smithy-http-server serve() path allows unauthenticated Slowloris denial of service
First Time appeared Aws
Aws aws-smithy-http-server
Weaknesses CWE-770
CPEs cpe:2.3:a:aws:aws-smithy-http-server:*:*:*:*:*:*:*:*
Vendors & Products Aws
Aws aws-smithy-http-server
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'}

ssvc

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


Subscriptions

Aws Aws-smithy-http-server
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-08-12T19:03:13.246Z

Reserved: 2026-07-23T13:10:13.818Z

Link: CVE-2026-16756

cve-icon Vulnrichment

Updated: 2026-07-23T19:03:52.252Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-23T19:16:53.657

Modified: 2026-08-12T20:17:38.353

Link: CVE-2026-16756

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T21:15:04Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling