CVE-2026-15957 PUBLISHED

Uncontrolled recursion in smithy-rs generated JSON, CBOR, and XML deserializers allows unauthenticated remote denial of service via recursive shapes

Assigner: AMZN
Reserved: 16.07.2026 Published: 21.07.2026 Updated: 21.07.2026

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.

Uncontrolled recursion in the JSON, CBOR, and XML deserializer functions emitted by Amazon smithy-rs code generation could allow remote attackers to cause a denial of service (process abort via stack exhaustion) via a small request containing deeply nested data for a recursive model shape to a generated SDK or server.

To mitigate this issue, users should upgrade to aws-sdk-rust release-2026-06-02 or later. Users building custom servers with smithy-rs codegen should regenerate from smithy-rs release-2026-06-01 or later.

Metrics

CVSS 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
CVSS Score: 8.7

Product Status

Vendor AWS
Product aws-sdk-rust
Versions Default: unaffected
  • affected from 0 to release-2026-06-02 (excl.)

References

Problem Types

  • CWE-770 Allocation of resources without limits or throttling CWE

Impacts

  • CAPEC-230 Serialized Data with Nested Payloads
  • CAPEC-231 Oversized Serialized Data Payloads