Lucene search
+L

420 matches found

Kitploit
Kitploit
added 2026/08/27 2:05 a.m.3 views

CVE-2022-40769---Profanity

DONATE: bc1qps62cyk9f9unmdkc9k3ccj9e2h8ywfhg2j53ec Construído com ❤️ para a comunidade de pesquisa cripto. ============================================================ CVE-2023-39910 + CVE-2022-40769 - GERADOR DE CHAVES PARA TXT DESCRIÇÃO: Esta ferramenta gera chaves privadas a partir de duas...

7.5CVSS7.3AI score0.01804EPSS
SaveExploits1References2
Kitploit
Kitploit
added 2026/08/27 12:29 a.m.3 views

ML-for-RNGs

ML-for-RNGs استخدام التعلم الآلي للتنبؤ بتسلسلات RNGs...

5.3AI score
SaveExploits0
Kitploit
Kitploit
added 2026/08/26 11:40 p.m.2 views

BLEBoy

BLEBoy Objetivo Crear un periférico BLE compatible con todos los métodos de emparejamiento BLE que puedan utilizarse para formación y pruebas, incluido el emparejamiento fuera de banda OOB. El periférico debe ser configurable y fácil de recrear con componentes comerciales. Acerca de BLEBoy es un...

5.4AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/26 11:51 a.m.2 views

CVE-2022-40769

CVE-2022-40769 profanity fino alla versione 1.60 ha solo quattro miliardi di possibili inizializzazioni RNG. Pertanto, gli attaccanti possono recuperare le chiavi private dagli indirizzi vanity di Ethereum e rubare criptovaluta, come sfruttato in the wild a giugno 2022. autenticazione| complessit...

7.5CVSS7.4AI score0.01161EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/25 4:32 a.m.1 views

CVE-2026-21009-ECDSA-Nonce-Reuse-in-IoT-Firmware-Signing

CVE-2026-21009 – ECDSA-Nonce-Wiederverwendung bei der IoT-Firmware-Signierung Programmcode Python root@kitploit: ecdsanoncereusesim.py - Signing firmware with repeated nonce k import ecdsa, hashlib sk = ecdsa.SigningKey.generatecurve=ecdsa.NIST256p vk = sk.getverifyingkey Sign two different...

6.8CVSS5.4AI score0.00227EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/08/20 11:23 p.m.10 views

CVE-2026-74438

A flaw was found in the Linux kernel's sun4i-ss cryptographic random number generator RNG. This component contains multiple vulnerabilities, including a buffer overflow in the sun4issprngseed function that could lead to a denial of service. Furthermore, the sun4issprnggenerate function may not...

7.8CVSS6AI score0.00133EPSS
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/20 7:56 p.m.3 views

You-re-Doing-IoT-RNG

Du machst IoT RNG Dieses Repository enthält unsere Ergebnisse sowie den Gerätecode, der zur Erzeugung der Zufallszahlen auf mehreren Geräten verwendet wird. Eine vollständigere Erklärung der Schwachstellen und Probleme findest du in unserem DEF CON 21-Vortrag hier:...

5.3AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74402

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer...

5.8AI score0.00177EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 5:49 p.m.7 views

GHSA-92HR-GMR6-H8CP Etherpad addressed weak token RNG, login timing, plugin path handling, API request handling

Fix: PR 7906 ether/etherpad. A set of medium/low hardening fixes: - Weak RNG for tokens CWE-330: author/session/readonly IDs were generated with Math.random client and server. Now use crypto.getRandomValues. - Login timing / no failure delay CWE-208/CWE-307: the OIDC interaction login used a...

5.6AI score
SaveExploits0References5
NVD
NVD
added 2026/08/15 6:22 a.m.10 views

CVE-2026-74438

In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rngalg Remove sun4issrng, as it is insecure and unused: - It has multiple vulnerabilities. sun4issprngseed is missing locking and has a buffer overflow. sun4issprnggenerate fails to...

7.8CVSS0.00133EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:22 a.m.6 views

UBUNTU-CVE-2026-74402

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

5.6AI score0.00177EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.6 views

CVE-2026-74402

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

5.7AI score0.00177EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:59 a.m.37 views

CVE-2026-74438

The CVE-2026-74438 issue concerns the Linux kernel crypto sun4i-ss RNG code, which has been removed because it was insecure and unused. The vulnerabilities include sun4i_ss_prng_seed() lacking proper locking and a buffer overflow, and sun4i_ss_prng_generate() failing to fill the full buffer due t...

7.8CVSS6.2AI score0.00133EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:59 a.m.8 views

EUVD-2026-59585

In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rngalg Remove sun4issrng, as it is insecure and unused: - It has multiple vulnerabilities. sun4issprngseed is missing locking and has a buffer overflow. sun4issprnggenerate fails to...

6.2AI score0.00133EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:59 a.m.18 views

CVE-2026-74438 crypto: sun4i-ss - Remove insecure and unused rng_alg

In the Linux kernel, the following vulnerability has been resolved: crypto: sun4i-ss - Remove insecure and unused rngalg Remove sun4issrng, as it is insecure and unused: - It has multiple vulnerabilities. sun4issprngseed is missing locking and has a buffer overflow. sun4issprnggenerate fails to...

7.8CVSS6.3AI score
SaveExploits0References10
OSV
OSV
added 2026/08/15 5:59 a.m.10 views

CVE-2026-74402 crypto: atmel-sha204a - fix blocking and non-blocking rng logic

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:59 a.m.28 views

CVE-2026-74402 crypto: atmel-sha204a - fix blocking and non-blocking rng logic

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:59 a.m.7 views

EUVD-2026-59549

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-sha204a - fix blocking and non-blocking rng logic The blocking and non-blocking paths were failing to provide valid entropy due to improper buffer management. Reading the buffer starting from byte 1, only fetch the ...

5.7AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:59 a.m.28 views

CVE-2026-74402

Summary (CVE-2026-74402) : In the Linux kernel, the crypto driver for the Atmel SHA204A RNG had a bug in both blocking and non-blocking paths where entropy was not properly fed due to incorrect buffer management, causing reads to return partial or incorrect data. The issue manifested as reading 3...

5.6AI score0.00177EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/15 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-74438

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - crypto: sun4i-ss - Remove insecure and unused rngalg Remove sun4issrng, as it is insecure and unused: - It has multiple vulnerabilities. sun4issprngseed is...

7.8CVSS6.1AI score0.00133EPSS
SaveExploits0References3
Rows per page
Query Builder