CVE-2025-40920 Affecting libcatalyst-authentication-credential-http-perl package, versions <1.018-4


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.11% (31st 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 IDSNYK-DEBIAN14-LIBCATALYSTAUTHENTICATIONCREDENTIALHTTPPERL-11785823
  • published13 Aug 2025
  • disclosed11 Aug 2025

Introduced: 11 Aug 2025

NewCVE-2025-40920  (opens in a new tab)

How to fix?

Upgrade Debian:14 libcatalyst-authentication-credential-http-perl to version 1.018-4 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream libcatalyst-authentication-credential-http-perl package and not the libcatalyst-authentication-credential-http-perl package as distributed by Debian. See How to fix? for Debian:14 relevant fixed versions and status.

Catalyst::Authentication::Credential::HTTP versions 1.018 and earlier for Perl generate nonces using the Perl Data::UUID library.

  • Data::UUID does not use a strong cryptographic source for generating UUIDs.
  • Data::UUID returns v3 UUIDs, which are generated from known information and are unsuitable for security, as per RFC 9562.
  • The nonces should be generated from a strong cryptographic source, as per RFC 7616.