2 matches found
EUVD-2023-51173
Malicious code in bioql PyPI...
7.5CVSS7.3AI score0.01193EPSS
SaveExploits1References3
`Decoder<R>` can carry `R: !Send` to other threads
Affected versions of this crate implements Send for Decoder for any R: Read. This allows Decoder to contain R: !Send and carry move it to another thread. This can result in undefined behavior such as memory corruption from data race on R, or dropping R = MutexGuard from a thread that didn't lock...
8.1CVSS1.7AI score0.00766EPSS
SaveExploits0Affected Software1
20