Lucene search
+L

55 matches found

Github Security Blog
Github Security Blog
added 4 hours ago3 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 =...

5.6AI score
SaveExploits0References4Affected Software1
Patchstack
Patchstack
added 4 hours ago3 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...

5.2AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 6 days ago4 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.00317EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/13 5:21 p.m.8 views

CVE-2026-61500

Rejetto HFS 3.0.0 through 3.2.0 derives its session-cookie signing key from the non-cryptographic Math.random generator and discloses outputs of the same generator to unauthenticated clients during login. A remote attacker can collect a small number of login responses, reconstruct the generator's...

9.8CVSS6.5AI score0.00747EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2015-8873

Malware in sbrugna...

5.3CVSS6.6AI score0.02393EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-2379

Malicious code in bioql PyPI...

7.5CVSS7.6AI score0.02688EPSS
SaveExploits0References17
Github Security Blog
Github Security Blog
added 2025/07/21 7:4 p.m.54 views

form-data uses unsafe random function in form-data for choosing boundary

Summary form-data uses Math.random to select a boundary value for multipart form-encoded data. This can lead to a security issue if an attacker: 1. can observe other values produced by Math.random in the target application, and 2. can control one field of a request made using form-data Because th...

9.4CVSS7.1AI score0.01735EPSS
SaveExploits1References6Affected Software1
Veracode
Veracode
added 2025/01/27 6:26 a.m.20 views

Predictable Boundary Selection

Undici is vulnerable to predictable boundary selection. The vulnerability is due to the use of Math.random to choose the boundary, which can be predicted if several of its values are known, potentially allowing an attacker to tamper with requests to backend APIs...

6.8CVSS6.5AI score0.00748EPSS
SaveExploits0References8Affected Software2
The Hacker News
The Hacker News
added 2023/10/18 6:48 a.m.45 views

New Admin Takeover Vulnerability Exposed in Synology's DiskStation Manager

A medium-severity flaw has been discovered in Synology's DiskStation Manager DSM that could be exploited to decipher an administrator's password and remotely hijack the account. "Under some rare conditions, an attacker could leak enough information to restore the seed of the pseudorandom number...

7.5CVSS6.8AI score0.00875EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2022/09/20 8:45 p.m.37 views

Fastly Compute@Edge JS Runtime has fixed random number seed during compilation

Impact Math.random and crypto.getRandomValues methods failed to use sufficiently random values. The initial value to seed the CSPRNG cryptographically secure pseudorandom number generator was baked-in to the final WebAssembly module meaning the sequence of numbers generated was predictable for th...

7.5CVSS7.1AI score0.00802EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2022/09/20 8:45 p.m.24 views

GHSA-CMR8-5W4C-44V8 Fastly Compute@Edge JS Runtime has fixed random number seed during compilation

Impact Math.random and crypto.getRandomValues methods failed to use sufficiently random values. The initial value to seed the CSPRNG cryptographically secure pseudorandom number generator was baked-in to the final WebAssembly module meaning the sequence of numbers generated was predictable for th...

7.5CVSS7.3AI score0.00802EPSS
SaveExploits0References4
NVD
NVD
added 2022/08/31 3:15 p.m.46 views

CVE-2022-36045

NodeBB Forum Software is powered by Node.js and supports either Redis, MongoDB, or a PostgreSQL database. It utilizes web sockets for instant interactions and real-time notifications. utils.generateUUID, a helper function available in essentially all versions of NodeBB as far back as v1.0.1 and...

9.8CVSS0.01073EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/05/17 3:43 a.m.41 views

phpMyAdmin Cryptographic Vulnerability

The suggestPassword function in js/functions.js in phpMyAdmin 4.0.x before 4.0.10.13, 4.4.x before 4.4.15.3, and 4.5.x before 4.5.4 relies on the Math.random JavaScript function, which makes it easier for remote attackers to guess passwords via a brute-force approach...

7.5CVSS7.3AI score0.02688EPSS
SaveExploits0References14Affected Software1
NVD
NVD
added 2022/05/16 6:15 a.m.22 views

CVE-2022-30782

Openmoney API through 2020-06-29 uses the JavaScript Math.random function, which does not provide cryptographically secure random numbers...

7.5CVSS0.01198EPSS
SaveExploits0References2
CVE
CVE
added 2022/05/16 5:25 a.m.454 views

CVE-2022-30782

The CVE-2022-30782 entry concerns the Openmoney API (through 2020-06-29) that uses JavaScript Math.random for randomness. The provided sources state this function does not provide cryptographically secure random numbers, implying potential security weaknesses in any cryptographic or security-sens...

7.5CVSS7.5AI score0.01198EPSS
SaveExploits0References2Affected Software1
Jake Archibald's Blog
Jake Archibald's Blog
added 2020/12/11 1:0 a.m.23 views

CSS paint API: Being predictably random

Take a look at this: Space invaders If you're using a browser that supports the CSS paint API, the element will have a 'random' pixel-art gradient in the background. But it turns out, doing random in CSS isn't as easy as it seems… Initial implementation This isn't a full tutorial on the CSS paint...

6.8AI score
SaveExploits0
Veracode
Veracode
added 2020/04/10 12:43 a.m.50 views

Insecure Randomness

firefox is vulnerable to insecure randomness. The vulnerability exists as a flaw was found in the Firefox Math.random function. This function could be used to identify a browsing session and track a user across different websites...

4.9CVSS2.7AI score0.01141EPSS
SaveExploits1References31Affected Software7
OpenVAS
OpenVAS
added 2020/01/23 12:0 a.m.28 views

Huawei EulerOS: Security Advisory for libxslt (EulerOS-SA-2019-1052)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2020 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

5.3CVSS6.9AI score0.02393EPSS
SaveExploits0References2
NVD
NVD
added 2019/11/04 3:15 p.m.22 views

CVE-2013-4102

Cryptocat before 2.0.22 strophe.js Math.random Random Number Generator Weakness...

9.1CVSS9.3AI score0.0197EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2019/05/30 12:0 a.m.36 views

EulerOS Virtualization for ARM 64 3.0.2.0 : libxslt (EulerOS-SA-2019-1625)

According to the versions of the libxslt packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - libxslt through 1.1.33 allows bypass of a protection mechanism because callers of xsltCheckRead and xsltCheckWrite...

9.8CVSS7.2AI score0.05089EPSS
SaveExploits0References3
Rows per page
Query Builder