-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| magic-crypt | rust | <= 4.0.1 |
The vulnerability stems from four main issues: 1) Use of DES/MD5/Tiger in MagicCrypt* constructors for key derivation 2) CBC mode without authentication in all cipher implementations 3) Padding oracle vulnerabilities in PKCS#7 handling 4) Unsafe memory initialization in DES implementation. While exact function names aren't provided in advisories, the structure implies initialization functions (::new) handle insecure key derivation, and cipher modules (des64.rs/aes*.rs) contain vulnerable encryption routines. The des64.rs line 86 reference specifically indicates unsafe memory handling in DES implementation.
Ongoing coverage of React2Shell