GHSA-vgmh-mqm4-8j88: pared Vulnerable to Use After Free in `Parc` and `Prc` Due to Missing Lifetime Constraints
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
Published
3/24/2025
Updated
3/24/2025
KEV Status
No
Technology
Rust
Technical Details
CVSS Vector
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| pared | rust |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing 'static lifetime constraints in conversion/projection functions. The commit diff shows these functions were modified to add T: 'static/U: 'static bounds. GitHub issue #2 demonstrates concrete UAF scenarios enabled by these missing constraints. The advisory explicitly lists these 6 functions as affected, and the patch confirms they required lifetime fixes to prevent projections outliving original data.