8.8 HIGH
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): Low (L)
- Privileges Required (PR): None (N)
- User Interaction (UI): Required (R)
- Scope (S): Unchanged (U)
- Confidentiality (C): High (H)
- Integrity (I): High (H)
- Availability (A): High (H)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): Low (L)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): Required (R)
- Modified Confidentiality (MC): High (H)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): High (H)
by @Erethon Activity log
- Created suggestion
- @LeSuisse accepted
- @Erethon published on GitHub
Perl's Crypt::Random module after 1.05 and before 1.56 may use rand() function for cryptographic functions
Crypt::Random Perl package 1.05 through 1.55 may use rand() function, which is not cryptographically strong, for cryptographic functions. Crypt::Random::rand 1.05 through 1.55 uses the rand() function. If the Provider is not specified and /dev/urandom or an Entropy Gathering Daemon (egd) service is not available Crypt::Random will default to use the insecure Crypt::Random::rand provider. In particular, Windows versions of perl will encounter this issue by default.
References
Affected products
- <1.56
Matching in nixpkgs
pkgs.perl538Packages.CryptRandom
Interface to /dev/random and /dev/urandom
pkgs.perl540Packages.CryptRandom
Interface to /dev/random and /dev/urandom
pkgs.perl538Packages.CryptRandomSeed
Provide strong randomness for seeding
pkgs.perl540Packages.CryptRandomSeed
Provide strong randomness for seeding
pkgs.perl538Packages.CryptRandomSource
Get weak or strong random data from pluggable sources
pkgs.perl538Packages.CryptRandomTESHA2
Random numbers using timer/schedule entropy, aka userspace voodoo entropy
-
nixos-unstable TESHA2-0.01
- nixpkgs-unstable TESHA2-0.01
- nixos-unstable-small TESHA2-0.01
pkgs.perl540Packages.CryptRandomSource
Get weak or strong random data from pluggable sources
pkgs.perl540Packages.CryptRandomTESHA2
Random numbers using timer/schedule entropy, aka userspace voodoo entropy
-
nixos-unstable TESHA2-0.01
- nixpkgs-unstable TESHA2-0.01
- nixos-unstable-small TESHA2-0.01
Package maintainers
-
@stigtsp Stig Palmquist <stig@stig.io>