Lucene search
+L

80 matches found

Cvelist
Cvelist
added 2025/04/05 4:19 p.m.45 views

CVE-2024-52322 WebService::Xero 0.11 for Perl uses insecure rand() function for cryptographic functions

WebService::Xero 0.11 and earlier for Perl uses the rand function as the default source of entropy, which is not cryptographically secure, for cryptographic functions. Specifically WebService::Xero uses the Data::Random library which specifically states that it is "Useful mostly for test programs...

0.00274EPSS
SaveExploits0References7
CVE
CVE
added 2025/04/05 4:19 p.m.61 views

CVE-2024-52322

WebService::Xero 0.11 and earlier for Perl uses the non-cryptographically secure rand() as entropy via the Data::Random library, which is described as intended for testing. The vulnerability stems from using a non-cryptographic RNG for cryptographic functions, potentially affecting secrecy of ent...

5.5CVSS7.2AI score0.00274EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/04/05 4:15 p.m.5 views

DEBIAN-CVE-2024-57868

Web::API 2.8 and earlier for Perl uses the rand function as the default source of entropy, which is not cryptographically secure, for cryptographic functions. Specifically Web::API uses the Data::Random library which specifically states that it is "Useful mostly for test programs". Data::Random...

5.5CVSS5.2AI score0.00279EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/04/05 4:11 p.m.10 views

CVE-2024-57835 Amon2::Auth::Site::LINE versions through 0.04 for Perl uses insecure rand() function for cryptographic functions

Amon2::Auth::Site::LINE uses the String::Random module to generate nonce values. String::Random defaults to Perl's built-in predictable random number generator, the rand function, which is not cryptographically secure...

6.5AI score0.00264EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/04/05 4:11 p.m.27 views

CVE-2024-57835 Amon2::Auth::Site::LINE versions through 0.04 for Perl uses insecure rand() function for cryptographic functions

Amon2::Auth::Site::LINE uses the String::Random module to generate nonce values. String::Random defaults to Perl's built-in predictable random number generator, the rand function, which is not cryptographically secure...

0.00264EPSS
SaveExploits0References4
CVE
CVE
added 2025/04/05 4:6 p.m.97 views

CVE-2024-58036

CVE-2024-58036 affects the Perl module stack Net::Dropbox::API 1.9 and earlier, where cryptographic functions default to using the non-cryptographically secure rand() entropy source. The issue is tied to the use of the Data::Random library by Net::Dropbox::API, which itself notes it is “Useful mo...

5.5CVSS6.7AI score0.00264EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2025/04/05 3:35 p.m.16 views

CVE-2024-57868 Web::API 2.8 and earlier for Perl uses insecure rand() function for cryptographic functions

Web::API 2.8 and earlier for Perl uses the rand function as the default source of entropy, which is not cryptographically secure, for cryptographic functions. Specifically Web::API uses the Data::Random library which specifically states that it is "Useful mostly for test programs". Data::Random...

6.6AI score0.00279EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/04/05 12:0 a.m.11 views

PT-2025-15068 · Unknown +1 · Data::Random +1

Name of the Vulnerable Software and Affected Versions: Net::Xero versions 0.044 and earlier Description: The issue concerns the use of the rand function as the default source of entropy, which is not cryptographically secure, for cryptographic functions. Specifically, Net::Xero uses the...

6.5CVSS6.4AI score0.00328EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/04/05 12:0 a.m.13 views

PT-2025-15064

Name of the Vulnerable Software and Affected Versions Web::API versions 2.8 and earlier Description The issue concerns the use of a non-cryptographically secure source of entropy for cryptographic functions. Specifically, Web::API uses the Data::Random library, which relies on the rand function...

5.5CVSS6.5AI score0.00279EPSS
SaveExploits0References23
Positive Technologies
Positive Technologies
added 2025/04/05 12:0 a.m.9 views

PT-2025-15065

Name of the Vulnerable Software and Affected Versions WebService::Xero versions 0.11 and earlier Description The issue concerns the use of a non-cryptographically secure source of entropy for cryptographic functions. Specifically, WebService::Xero uses the Data::Random library, which relies on th...

5.5CVSS6.5AI score0.00274EPSS
SaveExploits0References14
CVE
CVE
added 2025/03/28 12:56 a.m.87 views

CVE-2025-1860

CVE-2025-1860 concerns Data::Entropy for Perl (versions 0.007 and earlier) which used Perl’s rand() as the default entropy source for cryptographic functions, not cryptographically secure. Connected advisories confirm vendor security updates across multiple distributions: Mageia reports a fix in ...

7.7CVSS7.1AI score0.00179EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/03/28 12:56 a.m.8 views

CVE-2025-1860 Data::Entropy for Perl uses insecure rand() function for cryptographic functions

Data::Entropy for Perl 0.007 and earlier use the rand function as the default source of entropy, which is not cryptographically secure, for cryptographic functions...

7.6AI score0.00179EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/11 12:15 a.m.20 views

CVE-2025-1828

Crypt::Random Perl package 1.05 through 1.55 may use rand function, which is not cryptographically strong, for cryptographic functions. 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...

8.8CVSS0.00376EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/03/10 11:51 p.m.29 views

CVE-2025-1828 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. 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...

0.00376EPSS
SaveExploits0References3
CVE
CVE
added 2025/03/10 11:51 p.m.82 views

CVE-2025-1828

CVE-2025-1828 affects the Crypt::Random Perl package versions 1.05 through 1.55. The vulnerability arises because cryptographic functions may use the non-cryptographically strong rand() function when a provider is not specified and /dev/urandom or an Entropy Gathering Daemon is unavailable; Crypt...

8.8CVSS8.8AI score0.00376EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.4 views

PT-2025-30668

Name of the Vulnerable Software and Affected Versions libssh affected versions not specified Description A flaw exists in libssh, a library implementing the SSH protocol. During the key exchange KEX process, an allocation failure within cryptographic functions can result in a NULL pointer...

4.7CVSS6.6AI score0.00442EPSS
SaveExploits0References84
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.30 views

RHEL 7 : nss (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 7 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - Mozilla NSS: Errors in mpdiv and mpexptmod cryptographic functions CVE-2016-1938 - SSL/TLS: Birthday atta...

7.5CVSS8.1AI score0.95707EPSS
SaveExploits10References11
Tenable Nessus
Tenable Nessus
added 2024/06/03 12:0 a.m.24 views

RHEL 5 : nss (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 5 host has one or more packages installed that are affected by multiple vulnerabilities that have been acknowledged by the vendor but will not be patched. - Mozilla NSS: Errors in mpdiv and mpexptmod cryptographic functions CVE-2016-1938 - SSL/TLS: Birthday atta...

7.5CVSS8.7AI score0.95707EPSS
SaveExploits14References15
Veracode
Veracode
added 2024/04/29 6:33 a.m.46 views

Improper Signature Validation

python-jose is vulnerable to Improper Signature Validation. This vulnerability is due to improper verification of OpenSSH ECDSA keys along with other key formats, allowing attackers to bypass security measures or manipulate cryptographic functions by submitting crafted signatures with a specific...

6.5CVSS6.8AI score0.00305EPSS
SaveExploits1References4Affected Software1
Rapid7 Blog
Rapid7 Blog
added 2024/04/03 1:0 p.m.63 views

CVE-2024-0394: Rapid7 Minerva Armor Privilege Escalation (FIXED)

Rapid7 is disclosing CVE-2024-0394, a privilege escalation vulnerability in Rapid7 Minerva’s Armor product family. Minerva uses the open-source OpenSSL library for cryptographic functions and to support secure communications. The root cause of this vulnerability is Minerva’s implementation of...

4.3CVSS8.1AI score0.00234EPSS
SaveExploits0
Rows per page
Query Builder