cve/2025/CVE-2025-48752.md
2025-09-29 21:09:30 +02:00

18 lines
637 B
Markdown

### [CVE-2025-48752](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-48752)
![](https://img.shields.io/static/v1?label=Product&message=process-sync-rs&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=0.2.2%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-416%20Use%20After%20Free&color=brightgreen)
### Description
In the process-sync crate 0.2.2 for Rust, the drop function lacks a check for whether the pthread_mutex is unlocked.
### POC
#### Reference
- https://github.com/Forestryks/process-sync-rs/issues/3
#### Github
No PoCs found on GitHub currently.