Lucene search
+L

150 matches found

Kitploit
Kitploit
added 2026/09/22 1:42 a.m.11 views

CVE-2024-29868

CVE-2024-29868: Use of Cryptographically Weak PRNG in Recovery Token Generation This repository contains the proof of concept related to CVE-2024-29868 that affects Apache StreamPipes from v0.69.0 through 0.93.0. Description : Use of Cryptographically Weak Pseudo-Random Number Generator PRNG...

9.1CVSS6.1AI score0.05995EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/09/21 6:52 p.m.12 views

Bluetooth-Attacks-CVE-2025-27840

This paper discusses how an attacker can introduce a hidden list of vulnerabilities through module updates, which can lead to compromise of ESP32 devices and gaining unauthorized access to private keys, affecting billions of devices using this microcontroller. One of the key issues is the...

6.8CVSS7AI score0.0133EPSS
SaveExploits1References18
OSV
OSV
added 2026/09/18 7:56 p.m.6 views

CVE-2026-93868 Cotonti through 1.0.0 Predictable Password Recovery Token via Weak PRNG

Cotonti through 1.0.0 derives password recovery validation tokens from md5microtime in users.passrecover.php, creating a predictable token space of approximately one million values per second. Unauthenticated attackers can read the server Date header, precompute candidate tokens within a narrow...

9.2CVSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/09/18 4:03 p.m.9 views

CVE-2026-71851

A flaw was found in crypto-js. The CryptoJS.lib.WordArray.random function, used for generating cryptographic secrets, employs a weak pseudorandom number generator instead of a cryptographically secure source. This significantly reduces the randomness of generated values, such as those used for...

9CVSS0.00335EPSS
SaveExploits0References6
NVD
NVD
added 2026/09/17 12:18 p.m.7 views

CVE-2026-92913

AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 uses a cryptographically weak pseudo-random number generator when creating account activation / login pairing codes. getRandomCode in objects/functions.php derives the code entirely from uniqid sprintf'%08x%05x', seconds, microseconds...

9.1CVSS0.00509EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 11:16 a.m.14 views

CVE-2026-92913

AVideo (through commit c3edcc274c389816d434acadac07ee78eaf330c1) uses a cryptographically weak PRNG in getRandomCode() (objects/functions.php), deriving account activation/login pairing codes from uniqid() with a single non-CSPRNG rand() character as padding, reducing the code space to ~2^25 valu...

9.1CVSS0.00509EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/17 11:16 a.m.18 views

CVE-2026-92912

AVideo (through commit c3edcc274c389816d434acadac07ee78eaf330c1) uses cryptographically weak uniqid() values for RTMP publish keys in its LiveTransmition module. This reduces key entropy to approximately one million possibilities per creation second, allowing an attacker who knows the channel cre...

8.3CVSS0.00229EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/17 11:16 a.m.26 views

CVE-2026-92912 AVideo Cryptographically Weak PRNG via uniqid Stream Key

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.3CVSS0.00229EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/16 10:51 a.m.7 views

sslWeakness

sslWeakness Ejemplo de script que muestra un PRNG débil, CVE-2008-0166...

7.8CVSS7.1AI score0.70721EPSS
SaveExploits11
Ubuntu
Ubuntu
added 2026/09/14 3:34 a.m.10 views

USN-8751-1: Urwid vulnerabilities

Katriel Moses discovered that Urwid used a weak PRNG. A local attacker could possibly use this issue to cause a denial of service or execute arbitrary code...

9.2CVSS5.8AI score0.0043EPSS
SaveExploits0
OSV
OSV
added 2026/09/14 3:34 a.m.6 views

USN-8751-1 urwid vulnerabilities

Katriel Moses discovered that Urwid used a weak PRNG. A local attacker could possibly use this issue to cause a denial of service or execute arbitrary code...

9.2CVSS5.8AI score0.0043EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/10 11:49 p.m.5 views

CVE-2008-0166-BTC-satoshi-mining-wallets

GhostRNG — 漏洞分析:Bitcoin 2009-2012 中的 OpenSSL 0.9.8c CVE-2008-0166 作者: 基于 bitcoin-code-r252 0.1.5 / 0.2.0 / 0.3.24 以及 原始 make-OpenSSL-0-9-8c-vulnerable-again.diff THC 的分析 日期: 2026-09-10 1. 引言 Bitcoin 0.1.5(2009 年 1 月)仅在 Windows 上运行,使用 OpenSSL 0.9.8c 进行 EC 密钥生成(ECKEYgeneratekey)。2008 年,...

7.8CVSS7.1AI score0.70721EPSS
SaveExploits11
EUVD
EUVD
added 2026/09/08 8:11 a.m.8 views

EUVD-2026-72662

A vulnerability has been identified in Reyrolle 7SR5 All versions V2.70. A random number generator is used to generate security-relevant values such as session identifiers used for authentication purposes that is not initialized with a True Random Number Generator TRNG, resulting in a predictable...

9.3CVSS5.8AI score0.00337EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/05 12:09 p.m.16 views

CVE-2026-86187

WWBN AVideo is vulnerable to password recovery via weak PRNG in its external-login account creation process. Passwords are generated using rand() rather than a cryptographically secure generator, yielding only 31-bit integers that are further weakened by unsalted MD5 hashing. An attacker with acc...

7.4CVSS5.8AI score0.00219EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/05 12:09 p.m.4 views

CVE-2026-86187 WWBN AVideo Weak PRNG Password Generation via External Login

WWBN AVideo generates passwords for external-login accounts using rand instead of a cryptographic generator, producing only 31-bit integers. Attackers with access to password hashes can recover plaintext passwords in minutes through offline brute-force attacks due to unsalted MD5-based hashing...

7.4CVSS5.8AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/05 12:09 p.m.37 views

CVE-2026-86187 WWBN AVideo Weak PRNG Password Generation via External Login

WWBN AVideo generates passwords for external-login accounts using rand instead of a cryptographic generator, producing only 31-bit integers. Attackers with access to password hashes can recover plaintext passwords in minutes through offline brute-force attacks due to unsalted MD5-based hashing...

7.4CVSS0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/03 12:35 p.m.13 views

CVE-2026-3416 Predictable Pseudorandom Number Generation via Webhook HMAC Secret Generation in Multiple WSO2 Products Allows Forged Event Payloads

The API Publisher component previously used a non-cryptographic pseudorandom number generator PRNG to create shared secrets for Webhook HMAC validation. This PRNG lacks sufficient entropy for security-sensitive operations, allowing a sophisticated attacker to predict future secrets. This enables...

5.9CVSS5.9AI score0.0026EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/01 5:31 p.m.14 views

librest: weak random number generation in PKCE implementation

A flaw was found in librest. The PKCE implementation for OAuth authorization uses the GRand function from the GLib API, a cryptographically insecure pseudo-random number generator. Because the generated "code verifier" lacks sufficient cryptographic entropy, a malicious actor can reverse-engineer...

6.8CVSS5.9AI score0.00254EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/26 6:16 a.m.8 views

CVE-2026-19718

The BlogVault Backup & Staging WordPress plugin before 6.65, MalCare WordPress Security Plugin WordPress plugin before 6.65, The WP Remote WordPress Plugin WordPress plugin before 6.65 do not prevent unauthenticated users from obtaining data derived from the secret that binds a site to its remote...

8.1CVSS0.0029EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 6:00 a.m.43 views

CVE-2026-19718 BlogVault, MalCare and WP Remote 5.16 - 6.62 - Unauthenticated Site Takeover via Connection Key Recovery

The BlogVault Backup & Staging WordPress plugin before 6.65, MalCare WordPress Security Plugin WordPress plugin before 6.65, The WP Remote WordPress Plugin WordPress plugin before 6.65 do not prevent unauthenticated users from obtaining data derived from the secret that binds a site to its remote...

0.0029EPSS
SaveExploits0References1
Rows per page
Query Builder