CVE-2021-29935
Rust vulnerability analysis and mitigation

Overview

An issue was discovered in the rocket crate before 0.4.7 for Rust, identified as CVE-2021-29935. The vulnerability involves a potential use-after-free condition in the uri::Formatter component when a user-provided function panics. This vulnerability was reported on February 9, 2021, and officially issued on March 26, 2021. The issue affects all versions of the rocket crate prior to version 0.4.7 (RustSec Advisory).

Technical details

The vulnerability stems from unsafe memory handling in the uri::Formatter component. The affected code transmuted a &str to a &'static str before pushing it into a StackVec, with the value being popped later in the same function. While this was assumed to be safe due to the reference remaining valid during the method's stack lifetime, the security assumption breaks when a user-provided function panics between the push and pop operations. This can result in an illegal static reference to the string. The vulnerability has been assigned a CVSS v3.1 base score of 7.3 (HIGH), with the vector string CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L (RustSec Advisory).

Impact

The vulnerability could result in a freed string being used during panic unwinding (such as in a Drop implementation) or after the panic (e.g., through catch_unwind). This can lead to memory corruption and potential security implications including information disclosure, integrity issues, and availability problems (RustSec Advisory).

Mitigation and workarounds

The vulnerability was fixed in version 0.4.7 of the rocket crate through commit e325e2f, which implemented a guard object to ensure that the &'static str is properly dropped inside the function. Users are advised to upgrade to version 0.4.7 or later to address this security issue (RustSec Advisory).

Additional resources


SourceThis report was generated using AI

Related Rust vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

GHSA-2cgv-28vr-rv6jHIGH8.8
  • RustRust
  • libcrux-intrinsics
NoYesDec 04, 2025
GHSA-xrv8-2pf5-f3q7MEDIUM6
  • RustRust
  • nitro-tpm-pcr-compute
NoYesDec 05, 2025
GHSA-mj73-j457-8x9qLOW2.7
  • RustRust
  • maxminddb
NoYesDec 02, 2025
GHSA-pq5v-rwp8-p7gmLOW2.7
  • RustRust
  • rtvm-interpreter
NoNoDec 02, 2025
RUSTSEC-2025-0133N/AN/A
  • RustRust
  • libcrux-intrinsics
NoYesDec 04, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management