Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. ring
  4. ›
  5. GHSA-4p46-pwfr-66x6

GHSA-4p46-pwfr-66x6: Some AES functions may panic when overflow checking is enabled in ring

March 7, 2025

ring::aead::quic::HeaderProtectionKey::new_mask() may panic when overflow checking is enabled. In the QUIC protocol, an attacker can induce this panic by sending a specially-crafted packet. Even unintentionally it is likely to occur in 1 out of every 2**32 packets sent and/or received.

On 64-bit targets operations using ring::aead::{AES_128_GCM, AES_256_GCM} may panic when overflow checking is enabled, when encrypting/decrypting approximately 68,719,476,700 bytes (about 64 gigabytes) of data in a single chunk. Protocols like TLS and SSH are not affected by this because those protocols break large amounts of data into small chunks. Similarly, most applications will not attempt to encrypt/decrypt 64GB of data in one chunk.

Overflow checking is not enabled in release mode by default, but RUSTFLAGS="-C overflow-checks" or overflow-checks = true in the Cargo.toml profile can override this. Overflow checking is usually enabled by default in debug mode.

References

  • github.com/advisories/GHSA-4p46-pwfr-66x6
  • github.com/briansmith/ring
  • github.com/briansmith/ring/blob/main/RELEASES.md
  • github.com/briansmith/ring/commit/ec2d3cf1d91f148c84e4806b4f0b3c98f6df3b38
  • github.com/briansmith/ring/pull/2447
  • rustsec.org/advisories/RUSTSEC-2025-0009.html

Code Behaviors & Features

Detect and mitigate GHSA-4p46-pwfr-66x6 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.17.12

Fixed versions

  • 0.17.12

Solution

Upgrade to version 0.17.12 or above.

Weakness

  • CWE-770: Allocation of Resources Without Limits or Throttling

Source file

cargo/ring/GHSA-4p46-pwfr-66x6.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:28 +0000.