Lucene search
+L

238 matches found

Veracode
Veracode
added 5 days ago6 views

Insecure Randomness

Spring AMQP is vulnerable to Predictable Correlation Identifier vulnerability as per NVD Description or CWE-330. The vulnerability is due to correlation IDs for RabbitTemplate.sendAndReceive replies being generated using a predictable internal counter, which allows an attacker to predict...

4.4CVSS5.2AI score0.00173EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/07 6:48 p.m.202 views

CVE-2026-71851

The CVE-2026-71851 entry describes a vulnerability in crypto-js prior to 4.0.0 where CryptoJS.lib.WordArray.random() uses a non-cryptographically secure PRNG seeded from Math.random(), yielding only 2^39–2^47 entropy. This affects downstream wallets using that entropy for BIP39 recovery phrases, ...

9CVSS5.4AI score0.00317EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/05 7:17 p.m.8 views

CVE-2026-8470

IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, and 1.0.0 through 1.10.3 use Python's non-cryptographic random module for generating Fernet encryption keys from user secrets under 32 characters. The deterministic Mersenne Twister PRNG produces identical keys for...

9.1CVSS0.00111EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/22 4:12 p.m.10 views

CVE-2026-16615

A flaw was found in librest. The PKCE implementation for OAuth authorization uses the GRand function from the GLib API, a cryptographically insecure pseudo-random number generator. Because the generated "code verifier" lacks sufficient cryptographic entropy, a malicious actor can reverse-engineer...

6.8CVSS5.5AI score0.00254EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/20 7:16 a.m.11 views

CVE-2026-16235

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

9.8CVSS0.00357EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/07/20 7:16 a.m.20 views

CVE-2026-16235

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

9.8CVSS5.4AI score0.00357EPSS
SaveExploits0References2
OSV
OSV
added 2026/07/20 7:16 a.m.8 views

UBUNTU-CVE-2026-16235

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

9.8CVSS5.8AI score0.00357EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 7:2 a.m.39 views

CVE-2026-16235 Crypt::Password versions through 0.28 for Perl generate insecure random values for salts

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

0.00357EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/07/20 7:2 a.m.7 views

CVE-2026-16235

Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

9.8CVSS5.2AI score0.00357EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/17 12:54 p.m.45 views

CVE-2026-13082 GD::SecurityImage versions through 1.75 for Perl use rand to generate secrets

GD::SecurityImage versions through 1.75 for Perl use rand to generate secrets. The random method creates the challenge text used for the CAPTCHA by sampling characters from an array using Perl's built-in rand function, and generates a by default six-character string. The built-in rand function is...

0.00216EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/07/17 12:54 p.m.13 views

CVE-2026-13082

GD::SecurityImage versions through 1.75 for Perl use rand to generate secrets. The random method creates the challenge text used for the CAPTCHA by sampling characters from an array using Perl's built-in rand function, and generates a by default six-character string. The built-in rand function is...

5.3CVSS5.3AI score0.00216EPSS
SaveExploits0
CVE
CVE
added 2026/07/16 5:58 p.m.28 views

CVE-2026-46351

BigBlueButton (open-source virtual classroom) prior to 3.0.21 used insufficiently secure randomness to generate conference sessionToken values in bbb-common-web/src/main/java/org/bigbluebutton/api/Util.java and bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiControll...

8.1CVSS6.1AI score0.00258EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/16 5:58 p.m.10 views

CVE-2026-46351 BigBlueButton: Insecure Randomness allows to guess user's conference session token and impersonate them

BigBlueButton is an open-source virtual classroom. Prior to 3.0.21, bbb-web generated conference sessionToken values with insufficiently secure randomness in bbb-common-web/src/main/java/org/bigbluebutton/api/Util.java and...

8.1CVSS6.1AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/16 5:58 p.m.45 views

CVE-2026-46351 BigBlueButton: Insecure Randomness allows to guess user's conference session token and impersonate them

BigBlueButton is an open-source virtual classroom. Prior to 3.0.21, bbb-web generated conference sessionToken values with insufficiently secure randomness in bbb-common-web/src/main/java/org/bigbluebutton/api/Util.java and...

8.1CVSS0.00258EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/01 5:16 a.m.22 views

CVE-2026-7830

UltraVNC through 1.8.2.2 uses inadequate cryptography in the MS-Logon II authentication scheme rfbUltraVNCMsLogonIIAuth. In rfb/dh.cpp the Diffie-Hellman key exchange is performed with parameters that fit in an unsigned 64-bit integer DHMAXBITS controls the prime size. A 64-bit DH key can be brok...

7.4CVSS0.0022EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/06/15 2:36 p.m.15 views

CVE-2026-9638

Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

7.5CVSS5.2AI score0.00305EPSS
SaveExploits0References2
NVD
NVD
added 2026/06/12 4:16 p.m.28 views

CVE-2026-9638

Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

7.5CVSS0.00305EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/06/12 2:41 p.m.18 views

CVE-2026-9638

Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

7.5CVSS5.2AI score0.00305EPSS
SaveExploits0
OSV
OSV
added 2026/06/12 2:41 p.m.9 views

CVE-2026-9638 Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts

Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

7.5CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/06/12 2:41 p.m.34 views

CVE-2026-9638 Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts

Crypt::PBKDF2 versions before 0.261630 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography...

0.00305EPSS
SaveExploits0References2
Rows per page
Query Builder