
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
RUSTSEC-2025-0016 is a soundness issue discovered in the Rust crate 'pared', specifically affecting its Parc (Partially Owned Reference Counting) implementation. The vulnerability was reported on February 20, 2025, and involves potential memory safety violations due to incorrect lifetime bounds in the API (GitHub Issue).
The vulnerability stems from two main issues in the Parc implementation. First, the Parc::project method lacks proper static lifetime bounds for generic type T, allowing for unsafe lifetime coercion. Second, the Parc::fromarc method is missing necessary 'static bounds for type parameter U, which can lead to use-after-free scenarios. The issue manifests when non-static content is dropped through Parc::fromarc, potentially resulting in memory corruption (GitHub Issue).
The vulnerability can lead to use-after-free conditions and memory corruption in Rust applications using the pared crate. This poses significant safety risks as it bypasses Rust's memory safety guarantees, potentially resulting in undefined behavior and security vulnerabilities (GitHub Issue).
A proposed fix includes adding T: 'static bound to the project method and U: 'static bound to the from_arc method. These changes would prevent unsafe lifetime coercion and ensure proper handling of non-static content (GitHub Issue).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”