Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) Affecting libnet-dropbox-api-perl package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.05% (13th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-DEBIAN11-LIBNETDROPBOXAPIPERL-9667311
  • published6 Apr 2025
  • disclosed5 Apr 2025

Introduced: 5 Apr 2025

NewCVE-2024-58036  (opens in a new tab)
CWE-338  (opens in a new tab)

How to fix?

There is no fixed version for Debian:11 libnet-dropbox-api-perl.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libnet-dropbox-api-perl package and not the libnet-dropbox-api-perl package as distributed by Debian. See How to fix? for Debian:11 relevant fixed versions and status.

Net::Dropbox::API 1.9 and earlier for Perl uses the rand() function as the default source of entropy, which is not cryptographically secure, for cryptographic functions.

Specifically Net::Dropbox::API uses the Data::Random library which specifically states that it is "Useful mostly for test programs". Data::Random uses the rand() function.