Lucene search
+L

62 matches found

EUVD
EUVD
added 2026/09/01 7:23 p.m.12 views

EUVD-2026-56554

nanoid: Integer Overflow or Wraparound...

7.4CVSS5.9AI score0.00296EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/08/22 4:28 p.m.13 views

SUSE CVE-2026-73086

nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoidsize function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer, allowing a value of 2147483648 to become -2147483648 and corru...

7.4CVSS5.4AI score0.00296EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.29 views

Linux Distros Unpatched Vulnerability : CVE-2026-73086

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoidsize function in index.js and...

7.4CVSS5.8AI score0.00296EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/11 5:19 p.m.16 views

CVE-2026-73086

nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoidsize function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer, allowing a value of 2147483648 to become -2147483648 and corru...

7.4CVSS0.00296EPSS
SaveExploits0References6
CVE
CVE
added 2026/08/11 4:46 p.m.207 views

CVE-2026-73086

CVE-2026-73086 affects the nanoid JavaScript library. Prior to versions 3.3.12 and 5.1.11 , nanoid’s nanoid(size) coerces the user-provided size to a signed 32-bit int, which can wrap 2147483648 to -2147483648. This corrupts the process-wide CSPRNG poolOffset in fillPool(), causing subsequent ses...

7.4CVSS5.3AI score0.00296EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/11 4:46 p.m.12 views

CVE-2026-73086 nanoid: Integer Overflow or Wraparound

nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoidsize function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer, allowing a value of 2147483648 to become -2147483648 and corru...

7.4CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/11 4:46 p.m.32 views

CVE-2026-73086 nanoid: Integer Overflow or Wraparound

nanoid is a secure, URL-friendly, unique string ID generator for JavaScript. Prior to versions 3.3.12 and 5.1.11, the nanoidsize function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer, allowing a value of 2147483648 to become -2147483648 and corru...

7.4CVSS0.00296EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/11 12:00 a.m.7 views

PT-2026-70784

Name of the Vulnerable Software and Affected Versions anoid versions prior to 3.3.12 anoid versions prior to 5.1.11 Description The nanoidsize function in index.js and index.cjs coerces the user-influenced size parameter to a signed 32-bit integer. Providing a value of 2147483648 causes it to...

7.4CVSS6AI score0.00296EPSS
SaveExploits0References34
Cvelist
Cvelist
added 2026/07/20 7:11 a.m.47 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.00452EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2022-5096

Malicious code in bioql PyPI...

5.9CVSS6.2AI score0.03465EPSS
SaveExploits0References21
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2023-35450

Malicious code in bioql PyPI...

3.7CVSS6.5AI score0.00936EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.21 views

EUVD-2024-39635

Malicious code in bioql PyPI...

6.5CVSS6.6AI score0.0025EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/05/23 7:54 a.m.28 views

CVE-2024-42475

In the OAuth library for nim prior to version 0.11, the state values generated by the generateState function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the attacker's protected...

6.5CVSS7AI score0.0025EPSS
SaveExploits0References1
Filippo.io
Filippo.io
added 2024/12/31 12:43 p.m.27 views

Benchmarking RSA Key Generation

RSA key generation is both conceptually simple, and one of the worst implementation tasks of the field of cryptography engineering. Even benchmarking it is tricky, and involves some math: here’s how we generated a stable but representative “average case” instead of using the ordinary statistical...

7.3AI score
SaveExploits0
Amazon
Amazon
added 2024/10/02 12:00 a.m.28 views

Medium: c-ares

Issue Overview: Insufficient randomness in generation of DNS query IDs When /dev/urandom or RtlGenRandom are unavailable, c-ares uses rand to generate random numbers used for DNS query ids. This is not a CSPRNG, and it is also not seeded by srand so will generate predictable output. Input from th...

6.5CVSS7.2AI score0.00905EPSS
SaveExploits0
NVD
NVD
added 2024/08/15 7:15 p.m.69 views

CVE-2024-42475

In the OAuth library for nim prior to version 0.11, the state values generated by the generateState function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the attacker's protected...

6.5CVSS0.0025EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/15 6:40 p.m.20 views

CVE-2024-42475 OAuth library for nim allows insecure generation of state values by generateState - entropy too low and uses regular PRNG instead of CSPRNG

In the OAuth library for nim prior to version 0.11, the state values generated by the generateState function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the attacker's protected...

6.5CVSS6.9AI score0.0025EPSS
SaveExploits0References2
CVE
CVE
added 2024/08/15 6:40 p.m.123 views

CVE-2024-42475

The CVE describes the nim OAuth library prior to 0.11 having insecure generateState entropy in the state values, enabling potential CSRF with a user. The root cause is that generateState did not use a cryptographically secure generator, producing insufficient entropy (less than 128 bits). Version...

6.5CVSS6.5AI score0.0025EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/15 6:40 p.m.63 views

CVE-2024-42475 OAuth library for nim allows insecure generation of state values by generateState - entropy too low and uses regular PRNG instead of CSPRNG

In the OAuth library for nim prior to version 0.11, the state values generated by the generateState function do not have sufficient entropy. These can be successfully guessed by an attacker allowing them to perform a CSRF vs a user, associating the user's session with the attacker's protected...

6.5CVSS0.0025EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2024/07/03 12:00 a.m.33 views

CBL Mariner 2.0 Security Update: c-ares / fluent-bit / grpc / nodejs (CVE-2023-31147)

The version of c-ares / fluent-bit / grpc / nodejs installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2023-31147 advisory. - c-ares is an asynchronous resolver library. When /dev/urandom or RtlGenRandom a...

6.5CVSS6.8AI score0.00905EPSS
SaveExploits0References2
Rows per page
Query Builder