Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Salvador Fandiño

Researcher fromCPANSec
#40734of 53,635
6.5Total CVSS
Vulnerabilities · 1
PT-2025-29832
6.5
2025-07-16
Unknown · Authen::Digestmd5 · CVE-2025-40919
**Name of the Vulnerable Software and Affected Versions** Authen::DigestMD5 versions 0.01 through 0.02 **Description** The `cnonce` (client nonce) is generated insecurely using an MD5 hash of the PID, the epoch time, and the built-in `rand` function. The PID originates from a limited set of numbers, and the epoch time may be predictable. The `rand` function is unsuitable for cryptographic purposes. RFC 2831 recommends that the `cnonce` contain at least 64 bits of entropy to avoid chosen plaintext attacks and provide mutual authentication. **Recommendations** Authen::DigestMD5 version 0.01: At the moment, there is no information about a newer version that contains a fix for this vulnerability. Authen::DigestMD5 version 0.02: At the moment, there is no information about a newer version that contains a fix for this vulnerability.