---
id: CVE-2026-16756
aliases:
  - GHSA-jvxp-qmx7-gjpx
title: >-
  Smithy-RS: Allocation of resources without limits in the default
  aws-smithy-http-server serve() path allows unauthenticated Slowloris denial of
  service
summary: >-
  Smithy-RS: Allocation of resources without limits in the default
  aws-smithy-http-server serve() path allows unauthenticated Slowloris denial of
  service
severity: high
cvss: 7.5
cwe:
  - CWE-770
vendor: aws-smithy-http-server
product: aws-smithy-http-server
ecosystem: rust
affected:
  - aws-smithy-http-server <= 0.66.4
patched:
  - aws-smithy-http-server 0.66.5
published: '2026-07-24'
updated: '2026-07-24'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-jvxp-qmx7-gjpx'
references:
  - url: >-
      https://github.com/smithy-lang/smithy-rs/security/advisories/GHSA-jvxp-qmx7-gjpx
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-16756'
  - url: 'https://aws.amazon.com/security/security-bulletins/2026-064-aws'
  - url: 'https://crates.io/crates/aws-smithy-http-server/0.66.5'
  - url: 'https://github.com/advisories/GHSA-jvxp-qmx7-gjpx'
tags:
  - ghsa
  - rust
epss: 0.0075
epssPercentile: 0.52948
ingestedAt: '2026-07-24T22:40:26.322Z'
---

## Overview

## Summary
Smithy-RS is a Rust code generation and runtime framework that generates HTTP clients and servers from Smithy interface definitions, powering the AWS SDK for Rust and custom service implementations. An issue exists where, under certain circumstances, allocation of resources without limits in the default aws-smithy-http-server serve() path allows unauthenticated Slowloris denial of service. 

## Impact
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.

Impacted versions: aws-smithy-http-server <= 0.66.4

## Patches
This issue has been addressed in aws-smithy-http-server version 0.66.5. AWS recommends upgrading to the latest version and ensuring any forked or derivative code is patched to incorporate the new fixes.

## Workarounds
There is no workaround besides updating to the patched version.

## Contact
If you have any questions or comments about this advisory, AWS asks that you contact AWS Security via the [vulnerability reporting page](https://aws.amazon.com/security/vulnerability-reporting) or directly via email to [aws-security@amazon.com](mailto:aws-security@amazon.com). Please do not create a public GitHub issue.

## Affected packages

- `aws-smithy-http-server <= 0.66.4`

## Remediation

Upgrade to a patched release:

- `aws-smithy-http-server 0.66.5`
