Lucene search
+L

155 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•1 views

CVE-2026-92912: Use of Insufficiently Random Values

AVideo through c3edcc274c389816d434acadac07ee78eaf330c1 uses cryptographically weak uniqid values for RTMP publish keys in LiveTransmition, reducing key entropy to approximately one million possibilities per creation second. Attackers who know the channel creation time can brute-force the...

8.3CVSS5.8AI score0.00305EPSS
SaveExploits0References2
EUVD
EUVD
•added 2026/08/19 8:11 p.m.•15 views

EUVD-2026-62842

IBM PowerVM Hypervisor FW1110.00 through FW1110.20, FW1060.00 through FW1060.71, and FW950.00 through FW950.H2 could allow a local attacker with administrative privileges to decrypt encrypted data due to certain hypervisor calls utilizing less entropy than requested...

5.3CVSS5.2AI score0.00132EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
•added 2026/08/19 12:00 a.m.•23 views

PT-2026-78673

IBM PowerVM Hypervisor FW1110.00 through FW1110.20, FW1060.00 through FW1060.71, and FW950.00 through FW950.H2 could allow a local attacker with administrative privileges to decrypt encrypted data due to certain hypervisor calls utilizing less entropy than requested...

5.3CVSS5.2AI score0.00132EPSS
SaveExploits0References2
OSV
OSV
•added 2026/08/17 11:16 a.m.•9 views

PYSEC-2026-3765

opensslencrypt versions before 1.4.0 use HKDF with no salt and static info parameter in key normalization functions, reducing entropy extraction and determinism. Attackers can exploit predictable key derivation with identical inputs to weaken cryptographic security against multi-target attacks...

9.3CVSS5.9AI score0.00348EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/08/13 3:26 p.m.•35 views

CVE-2026-73576

In Zimbra Collaboration ZCS before 10.1.17, weak cryptographic key generation vulnerability exists in the OnlyOffice integration. The zimbraDocumentEditingJwtSecret is generated using an insecure random number generator, resulting in insufficient entropy. An attacker who obtains a JWT signed with...

6.3CVSS0.00333EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
•added 2026/08/07 6:48 p.m.•20 views

crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

Summary CryptoJS.lib.WordArray.random in affected versions is not a cryptographically secure random number generator. Nominal requests for 128 or 256 bits of entropy produce effective search spaces of approximately 2^39 and 2^47 possibilities — small enough to enumerate on commodity hardware...

9CVSS5.3AI score0.0055EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2026/08/07 6:48 p.m.•40 views

CVE-2026-71851 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS0.0055EPSS
SaveExploits0References3
attackerkb
attackerkb
•added 2026/08/07 6:48 p.m.•13 views

CVE-2026-71851

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.3AI score0.0055EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
•added 2026/08/07 6:48 p.m.•14 views

CVE-2026-71851 crypto-js: Insufficient Entropy in Cryptographic Secret Generation via Vulnerable CryptoJS Dependency Chain

crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom variation of the Multiply-With-Carry pseudorandom number generator, seeded from Math.random, instead of a cryptographically secure source...

9CVSS5.3AI score0.0055EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/08/07 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-71851

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto-js is a JavaScript library of crypto standards. Versions of crypto-js prior to 4.0.0 generate randomness in CryptoJS.lib.WordArray.random using a custom...

9CVSS5.8AI score0.0055EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/07/28 6:09 p.m.•16 views

EUVD-2026-49954

IBM PowerVM Hypervisor FW1110.00 through FW1110.20, and FW1060.00 through FW1060.71 could allow an attacker with physical access to the Transparent Memory Encryption TME hardware to decrypt encrypted memory due to insufficient cryptographic entropy...

4.2CVSS5.9AI score0.00112EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/07/23 9:05 p.m.•47 views

CVE-2026-6924 Weak entropy initialization in Silicon Labs Matter SiWx917 TinyCrypt path

A bug in the entropy initialization for SiWx917 causes the DRBG to use a predictable seed. As such, all random numbers generated in the Matter code use the same stream of numbers. This vulnerability was discovered after the impacted repository was already deprecated...

8.7CVSS0.00445EPSS
SaveExploits0References2
attackerkb
attackerkb
•added 2026/07/20 7:11 a.m.•14 views

CVE-2026-13577

Dancer2 versions through 2.1.0 for Perl generate insecure session ids when required CSPRNG modules are unavailable. Dancer2::Core::Role::SessionFactory::generateid silently falls back to a built-in rand-derived session id unless both Math::Random::ISAAC::XS and Crypt::URandom are available. The...

8.2CVSS5.3AI score0.0057EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/07/20 12:00 a.m.•25 views

PT-2026-61538

Dancer2 versions through 2.1.0 for Perl generate insecure session ids when CSPRNG modules are unavailable. Dancer2::Core::Role::SessionFactory::generate id silently falls back to a built-in rand-derived session id when both Math::Random::ISAAC::XS and Crypt::URandom are unavailable. The fallback...

5.3AI score0.0057EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/07/10 12:00 a.m.•12 views

Ubuntu 16.04 LTS : Expat vulnerability (USN-8520-1)

The remote Ubuntu 16.04 LTS host has packages installed that are affected by a vulnerability as referenced in the USN-8520-1 advisory. It was discovered that Expat used insufficient entropy when generating hash salt values for its internal hash table. An attacker could use this to craft an XML...

7.5CVSS6.2AI score0.00431EPSS
SaveExploits0References2
NVD
NVD
•added 2026/05/11 6:16 p.m.•28 views

CVE-2026-7210

xml.parsers.expat and xml.etree.ElementTree use insufficient entropy for Expat hash-flooding protection, which allows a crafted XML document to trigger hash flooding.\r\n\r\nFully mitigating this vulnerability requires both updating libexpat to 2.8.0 or later and applying this patch...

7.5CVSS0.01351EPSS
SaveExploits0References12
attackerkb
attackerkb
•added 2026/04/27 2:21 p.m.•9 views

CVE-2026-40514

SmarterTools SmarterMail builds prior to 9610 contain a cryptographic weakness in the file and email sharing endpoints that use DES-CBC encryption with keys and initialization vectors derived from System.Random seeded with insufficient entropy, reducing the seed space to approximately 19,000...

8.2CVSS5.5AI score0.00262EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/04/27 2:21 p.m.•17 views

EUVD-2026-25856

SmarterTools SmarterMail builds prior to 9610 contain a cryptographic weakness in the file and email sharing endpoints that use DES-CBC encryption with keys and initialization vectors derived from System.Random seeded with insufficient entropy, reducing the seed space to approximately 19,000...

8.2CVSS5.5AI score0.00262EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
•added 2026/04/27 2:21 p.m.•9 views

CVE-2026-40514 SmarterTools SmarterMail < Build 9610 Cryptographic Weakness via Weak RNG

SmarterTools SmarterMail builds prior to 9610 contain a cryptographic weakness in the file and email sharing endpoints that use DES-CBC encryption with keys and initialization vectors derived from System.Random seeded with insufficient entropy, reducing the seed space to approximately 19,000...

8.2CVSS5.5AI score0.00262EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2026/04/27 12:00 a.m.•22 views

SmarterTools SmarterMail 安全特征问题漏洞

SmarterTools SmarterMail is a set of email server software developed by SmarterTools Corporation. This software supports features such as spam filtering, data statistics, and Simple Mail Transfer Protocol SMTP authentication. Prior versions of SmarterTools SmarterMail up to version 9610 had...

8.2CVSS5.9AI score0.00262EPSS
SaveExploits0References1
Rows per page
Query Builder