<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/static/style.xsl" type="text/xsl"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Most recent sightings.</title>
    <link>https://vulnerability.circl.lu</link>
    <description>Contains only the most 10 recent sightings.</description>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>python-feedgen</generator>
    <language>en</language>
    <lastBuildDate>Sat, 25 Jul 2026 21:19:16 +0000</lastBuildDate>
    <item>
      <title>4c670bdf-a526-44ef-b475-d7f920ffcd00</title>
      <link>https://vulnerability.circl.lu/sighting/4c670bdf-a526-44ef-b475-d7f920ffcd00/export</link>
      <description>{"uuid": "4c670bdf-a526-44ef-b475-d7f920ffcd00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jvxp-qmx7-gjpx", "type": "seen", "source": "https://gist.github.com/alon710/5da01f85fee825f05b5c606f0085a6c9", "content": "# CVE-2026-16756: CVE-2026-16756: Slowloris Denial of Service via Resource Exhaustion in aws-smithy-http-server\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-07-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-16756\n\n## Summary\nAn unauthenticated remote resource exhaustion vulnerability in Amazon aws-smithy-http-server enables denial-of-service (DoS) attacks. Affected versions do not enforce connection limits or header timeouts, allowing standard Slowloris techniques to block server operations.\n\n## TL;DR\nUnauthenticated attackers can exhaust server connections and task buffers in Amazon aws-smithy-http-server by maintaining slow, partial HTTP request streams, leading to a complete denial-of-service condition.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770 (Allocation of Resources Without Limits or Throttling)\n- **Attack Vector**: Network\n- **CVSS**: 7.5 (High)\n- **EPSS Score**: 0.00417 (34.15th Percentile)\n- **Impact**: Denial of Service (DoS) via resource exhaustion\n- **Exploit Status**: Proof-of-Concept / Theoretical\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- AWS Smithy Runtime Systems\n- Rust Microservices utilizing smithy-rs server generation\n- Deployments running stand-alone aws-smithy-http-server binaries\n- **aws-smithy-http-server**: &amp;lt;= 0.66.4 (Fixed in: `0.66.5`)\n\n## Mitigation\n\n- Upgrade the aws-smithy-http-server library dependency to version 0.66.5 or later.\n- Place a dedicated reverse proxy (NGINX, HAProxy) or Application Load Balancer in front of the application.\n- Apply localized connection limits and header timeouts using custom Tower or Tokio middleware stack configurations.\n\n**Remediation Steps:**\n1. Open Cargo.toml within the Rust workspace containing the Smithy server logic.\n2. Update the dependency version of `aws-smithy-http-server` to `\"0.66.5\"` or newer.\n3. Run cargo update to download the patched crate version and rebuild the application binary.\n4. Validate the fix locally by setting a low connection timeout and observing server response to incomplete headers.\n\n## References\n\n- [AWS Security Bulletin](https://aws.amazon.com/security/security-bulletins/2026-064-aws/)\n- [Crates.io Release Page](https://crates.io/crates/aws-smithy-http-server/0.66.5)\n- [GitHub Security Advisory (GHSA)](https://github.com/smithy-lang/smithy-rs/security/advisories/GHSA-jvxp-qmx7-gjpx)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-16756)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-16756) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-25T04:31:18.097857Z"}</description>
      <content:encoded>{"uuid": "4c670bdf-a526-44ef-b475-d7f920ffcd00", "vulnerability_lookup_origin": "1a89b78e-f703-45f3-bb86-59eb712668bd", "author": "9f56dd64-161d-43a6-b9c3-555944290a09", "vulnerability": "GHSA-jvxp-qmx7-gjpx", "type": "seen", "source": "https://gist.github.com/alon710/5da01f85fee825f05b5c606f0085a6c9", "content": "# CVE-2026-16756: CVE-2026-16756: Slowloris Denial of Service via Resource Exhaustion in aws-smithy-http-server\n\n&amp;gt; **CVSS Score:** 7.5\n&amp;gt; **Published:** 2026-07-24\n&amp;gt; **Full Report:** https://cvereports.com/reports/CVE-2026-16756\n\n## Summary\nAn unauthenticated remote resource exhaustion vulnerability in Amazon aws-smithy-http-server enables denial-of-service (DoS) attacks. Affected versions do not enforce connection limits or header timeouts, allowing standard Slowloris techniques to block server operations.\n\n## TL;DR\nUnauthenticated attackers can exhaust server connections and task buffers in Amazon aws-smithy-http-server by maintaining slow, partial HTTP request streams, leading to a complete denial-of-service condition.\n\n## Exploit Status: POC\n\n## Technical Details\n\n- **CWE ID**: CWE-770 (Allocation of Resources Without Limits or Throttling)\n- **Attack Vector**: Network\n- **CVSS**: 7.5 (High)\n- **EPSS Score**: 0.00417 (34.15th Percentile)\n- **Impact**: Denial of Service (DoS) via resource exhaustion\n- **Exploit Status**: Proof-of-Concept / Theoretical\n- **KEV Status**: Not Listed\n\n## Affected Systems\n\n- AWS Smithy Runtime Systems\n- Rust Microservices utilizing smithy-rs server generation\n- Deployments running stand-alone aws-smithy-http-server binaries\n- **aws-smithy-http-server**: &amp;lt;= 0.66.4 (Fixed in: `0.66.5`)\n\n## Mitigation\n\n- Upgrade the aws-smithy-http-server library dependency to version 0.66.5 or later.\n- Place a dedicated reverse proxy (NGINX, HAProxy) or Application Load Balancer in front of the application.\n- Apply localized connection limits and header timeouts using custom Tower or Tokio middleware stack configurations.\n\n**Remediation Steps:**\n1. Open Cargo.toml within the Rust workspace containing the Smithy server logic.\n2. Update the dependency version of `aws-smithy-http-server` to `\"0.66.5\"` or newer.\n3. Run cargo update to download the patched crate version and rebuild the application binary.\n4. Validate the fix locally by setting a low connection timeout and observing server response to incomplete headers.\n\n## References\n\n- [AWS Security Bulletin](https://aws.amazon.com/security/security-bulletins/2026-064-aws/)\n- [Crates.io Release Page](https://crates.io/crates/aws-smithy-http-server/0.66.5)\n- [GitHub Security Advisory (GHSA)](https://github.com/smithy-lang/smithy-rs/security/advisories/GHSA-jvxp-qmx7-gjpx)\n- [Official CVE Record](https://www.cve.org/CVERecord?id=CVE-2026-16756)\n\n\n---\n*Generated by [CVEReports](https://cvereports.com/reports/CVE-2026-16756) - Automated Vulnerability Intelligence*", "creation_timestamp": "2026-07-25T04:31:18.097857Z"}</content:encoded>
      <guid isPermaLink="false">https://vulnerability.circl.lu/sighting/4c670bdf-a526-44ef-b475-d7f920ffcd00/export</guid>
      <pubDate>Sat, 25 Jul 2026 04:31:18 +0000</pubDate>
    </item>
  </channel>
</rss>
