Lucene search
+L

3317 matches found

RedHat Linux
RedHat Linux
added 2026/07/30 11:11 a.m.5 views

nanoid: nanoid: Predictable ID generation due to integer overflow

A flaw was found in nanoid, a JavaScript library for generating unique string IDs. A remote attacker could exploit an integer overflow vulnerability by providing a specific input to the nanoidsize function. This issue causes the internal random number generator to become predictable, leading to t...

7.4CVSS5.4AI score0.00296EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/07/29 1:09 p.m.10 views

CVE-2026-41701

A flaw was found in Spring AMQP. The system generates predictable correlation identifiers IDs for message replies due to an internal simple counter. This predictability could allow an attacker to potentially infer or manipulate message flows, leading to a low impact on the confidentiality and...

4.4CVSS5.8AI score0.00173EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/24 9:50 p.m.6 views

GHSA-VH45-F885-3848 sm-crypto: Predictable SM2 key generation in Node.js: default RNG uses Math.random + wall clock

Summary sm-crypto npm package 0.4.0, the latest release, published 2026-01-20 generates SM2 private keys and signing ephemeral scalars from a single module-wide RNG instance src/sm2/utils.js: const rng = new SecureRandom. SecureRandom is jsbn's PRNG, which seeds an ARC4 stream from...

9.1CVSS5.9AI score0.00321EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 9:50 p.m.25 views

sm-crypto: Predictable SM2 key generation in Node.js: default RNG uses Math.random + wall clock

Summary sm-crypto npm package 0.4.0, the latest release, published 2026-01-20 generates SM2 private keys and signing ephemeral scalars from a single module-wide RNG instance src/sm2/utils.js: const rng = new SecureRandom. SecureRandom is jsbn's PRNG, which seeds an ARC4 stream from...

9.1CVSS5.9AI score0.00321EPSS
SaveExploits0References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/23 9:05 p.m.8 views

CVE-2026-6924

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.7CVSS5.4AI score0.00263EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/23 9:05 p.m.31 views

CVE-2026-6924

CVE-2026-6924 describes a weak entropy initialization in SiWx917 TinyCrypt used by Silicon Labs Matter, causing the DRBG to seed from a predictable source. As a result, all random numbers in the Matter code may derive from the same stream, reducing unpredictability. The CVSS vector in the documen...

8.7CVSS5.4AI score0.00263EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/23 9:05 p.m.12 views

EUVD-2026-48399

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.7CVSS5.4AI score0.00263EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/23 9:05 p.m.38 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.00263EPSS
SaveExploits0References2
F5 Networks
F5 Networks
added 2026/07/23 2:24 p.m.18 views

K000162395: Spring AMQP vulnerability CVE-2026-41701

Security Advisory Description Correlation IDs for replies in the RabbitTemplate.sendAndReceive with the fixed reply queue are predictable due to internal simple counter. Affected versions: Spring AMQP 4.0.0 through 4.0.3; 3.2.0 through 3.2.10; 3.1.0 through 3.1.15; 2.4.0 through 2.4.17...

4.4CVSS5.3AI score0.00173EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/23 12:00 a.m.15 views

PT-2026-64178

Name of the Vulnerable Software and Affected Versions Silicon Labs Matter SiWx917 affected versions not specified Description A bug in the entropy initialization for SiWx917 causes the Deterministic Random Bit Generator DRBG, a mechanism used to produce random numbers, to use a predictable seed...

8.7CVSS5.9AI score0.00263EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/22 12:00 a.m.21 views

PT-2026-63398

In Progress® Telerik® UI for AJAX prior to v2026.2.708, when Telerik.Upload.ConfigurationHashKey is absent and machineKey is not explicitly configured, upload metadata integrity protection may fall back to a predictable default key, enabling attackers to forge protected upload metadata and unlock...

7.5CVSS5.2AI score0.00202EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/07/21 1:17 p.m.10 views

SUSE CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

8.1CVSS6AI score0.00421EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/07/20 9:35 p.m.12 views

Mistune toc / TableOfContents directive: heading IDs use predictable `toc_N` numbering with no slugification, allowing collision with attacker-controlled `id="toc_N"` content

Summary Type: Predictable identifier generation. The toc plugin and TableOfContents directive both default to generating heading IDs of the form toc1, toc2, toc3, ... with no input-derived component. An attacker who can place a heading anywhere in the document can predict which tocN ID it will...

4.3CVSS5.3AI score0.00138EPSS
SaveExploits1References6Affected Software1
EUVD
EUVD
added 2026/07/20 9:35 p.m.19 views

EUVD-2026-42330

Mistune toc / TableOfContents directive: heading IDs use predictable tocN numbering with no slugification, allowing collision with attacker-controlled id="tocN" content...

4.3CVSS5.1AI score0.00138EPSS
SaveExploits1References5
OSV
OSV
added 2026/07/20 9:35 p.m.11 views

GHSA-2HM2-HC3V-44H9 Mistune toc / TableOfContents directive: heading IDs use predictable `toc_N` numbering with no slugification, allowing collision with attacker-controlled `id="toc_N"` content

Summary Type: Predictable identifier generation. The toc plugin and TableOfContents directive both default to generating heading IDs of the form toc1, toc2, toc3, ... with no input-derived component. An attacker who can place a heading anywhere in the document can predict which tocN ID it will...

4.3CVSS5.3AI score0.00138EPSS
SaveExploits1References6
NVD
NVD
added 2026/07/20 8:16 a.m.10 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.2CVSS0.00289EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/20 7:11 a.m.40 views

CVE-2026-13577 Dancer2 versions through 2.1.0 for Perl generate insecure session ids when required CSPRNG modules are unavailable

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...

0.00289EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/20 7:11 a.m.8 views

CVE-2026-13577 Dancer2 versions through 2.1.0 for Perl generate insecure session ids when required CSPRNG modules are unavailable

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...

5.3AI score0.00289EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/07/20 7:11 a.m.9 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.00361EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/20 7:02 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
Rows per page
Query Builder