Lucene search
+L

73 matches found

NVD
NVD
added 2026/09/22 5:17 p.m.4 views

CVE-2026-94456

Postiz generates security-sensitive credentials using Math.random instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8’s...

9.1CVSS0.00522EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/22 4:11 p.m.25 views

CVE-2026-94456 Unauthenticated recovery of the Math.random() state behind OAuth tokens, authorization codes, client secrets and organization API keys

Postiz generates security-sensitive credentials using Math.random instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8’s...

9.1CVSS0.00522EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/22 4:11 p.m.6 views

CVE-2026-94456

Postiz generates security-sensitive credentials using Math.random instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8’s...

9.1CVSS0.00522EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/22 4:11 p.m.5 views

EUVD-2026-84543

Postiz generates security-sensitive credentials using Math.random instead of a cryptographically secure source. The same helper is used for OAuth access tokens, authorization codes, client secrets, organization API keys, and PKCE verifiers, meaning these credentials depend entirely on V8’s...

9.1CVSS0.00522EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 8:31 p.m.10 views

ReplicatedRandom

Node MWC1616 See README in node folder Java LCG Given a double generated from nextDouble of a java.util.Random, recreate a Random with the same state. This ReplicatedRandom can then be used to predict the future values of the original Random. Example: root@kitploit: Random r = new Random;...

6AI score
SaveExploits0
CVE
CVE
added 2026/08/25 9:43 p.m.26 views

CVE-2026-62862

Typebot (open-source chatbot builder), self-hosted versions ≤ 3.17.1 , is vulnerable to account takeover via brute-forcing of the passwordless email magic-link login code. The root cause is a 6-digit code generated with Math.random() (only 900,000 combinations) with a 10-minute expiry, no attempt...

9.1CVSS5.5AI score0.00507EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
added 2026/08/25 12:00 a.m.4 views

CVE-2026-62862: Improper Restriction of Excessive Authentication Attempts

Typebot is an open-source chatbot builder. In self-hosted versions up to and including 3.17.1, the default passwordless email magic-link authentication is vulnerable to login-code brute forcing that leads to account takeover. The email provider overrides NextAuth's default cryptographically secur...

9.1CVSS0.00507EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/19 8:17 p.m.17 views

CVE-2026-55086

Etherpad is a real-time collaborative editor. Prior to 3.1.0, src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts derive temporary filenames from Math.random and place them in os.tmpdir. On a host with a shared world-writable temporary directory, a local unprivileged attacker...

4.2CVSS0.00175EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/19 7:35 p.m.19 views

EUVD-2026-62741

Etherpad is a real-time collaborative editor. Prior to 3.1.0, src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts derive temporary filenames from Math.random and place them in os.tmpdir. On a host with a shared world-writable temporary directory, a local unprivileged attacker...

4.2CVSS5.3AI score0.00175EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/19 7:35 p.m.41 views

CVE-2026-55086 Etherpad: Import/export use Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

Etherpad is a real-time collaborative editor. Prior to 3.1.0, src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts derive temporary filenames from Math.random and place them in os.tmpdir. On a host with a shared world-writable temporary directory, a local unprivileged attacker...

4.2CVSS0.00175EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 7:35 p.m.42 views

CVE-2026-55086

Etherpad (ep_etherpad-lite) versions prior to 3.1.0 are vulnerable to a symlink-based file overwrite via predictable temporary filenames. The ImportHandler.ts and ExportHandler.ts components derive temp-file paths from Math.random() (~32 bits of entropy), which is predictable within the same Node...

4.2CVSS5.3AI score0.00175EPSS
SaveExploits0References4
Anthropic
Anthropic
added 2026/08/17 8:01 p.m.50 views

ANT-2026-110HTZ5M · jsrsasign · Cryptographically Weak PRNG / Predictable ECDSA Nonce

other high Severity Claude high · Security research firm high · Maintainer - REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Calif. ANT-2026-110HTZ5M: jsrsasign npm — ECDSA nonce RNG seeded entirely from Math.random in Node.js The npm wrapper at...

6AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/13 5:40 p.m.40 views

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

sm-crypto provides JavaScript implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. Prior to 0.5.0, the default no-argument sm2.generateKeyPairHex path in Node.js uses the module-wide SecureRandom instance in src/sm2/utils.js, supplied by [email protected], which seeds an ARC4 strea...

9.1CVSS0.00321EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/13 5:40 p.m.63 views

CVE-2026-73567

Summary: The vulnerability affects the sm-crypto library (SM2/SM3/SM4) prior to version 0.5.0. The default Node.js key generation path for sm2.generateKeyPairHex() relied on a module-wide SecureRandom seeded from Math.random() and Date to an ARC4 stream because window.crypto.getRandomValues was u...

9.1CVSS5.3AI score0.00321EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/13 5:40 p.m.20 views

EUVD-2026-58182

sm-crypto provides JavaScript implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. Prior to 0.5.0, the default no-argument sm2.generateKeyPairHex path in Node.js uses the module-wide SecureRandom instance in src/sm2/utils.js, supplied by [email protected], which seeds an ARC4 strea...

9.1CVSS5.3AI score0.00321EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/08/13 5:40 p.m.11 views

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

sm-crypto provides JavaScript implementations of the Chinese cryptographic algorithms SM2, SM3, and SM4. Prior to 0.5.0, the default no-argument sm2.generateKeyPairHex path in Node.js uses the module-wide SecureRandom instance in src/sm2/utils.js, supplied by [email protected], which seeds an ARC4 strea...

9.1CVSS5.4AI score0.00321EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/08/13 2:11 p.m.13 views

Insufficient Entropy in PRNG

Overview epetherpad-lite is a modern really-real-time collaborative document editor. Affected versions of this package are vulnerable to Insufficient Entropy in PRNG through the ImportHandler and ExportHandler in src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts. An attacker...

4.2CVSS5.5AI score0.00175EPSS
SaveExploits0References4
Patchstack
Patchstack
added 2026/08/13 2:11 p.m.10 views

NPM: ep_etherpad-lite: Import/export uses Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

NPM: epetherpad-lite: Import/export uses Math.random for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite vulnerability discovered by ? in WordPress Npm epetherpad-lite versions = 3.0.0...

4.2CVSS5.2AI score0.00175EPSS
SaveExploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/08/13 2:11 p.m.13 views

ep_etherpad-lite: Import/export uses Math.random() for temp file paths; predictable paths on shared /tmp enable symlink-based file overwrite

Description src/node/handler/ImportHandler.ts and src/node/handler/ExportHandler.ts both compute their temporary working-file paths as: ts const randNum = Math.floorMath.random 0xFFFFFFFF; const srcFile = $os.tmpdir/etherpadexport$randNum.html; const destFile =...

4.2CVSS5.6AI score0.00175EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/07 7:18 p.m.9 views

UBUNTU-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.4AI score0.00335EPSS
SaveExploits0References5
Rows per page
Query Builder