Lucene search
+L

122 matches found

Kitploit
Kitploit
added 2026/09/12 10:25 p.m.9 views

holos

Docker compose for KVM. Define multi-VM stacks in one YAML file. No libvirt, no XML, no distributed control plane. Website and docs: https://zeroecco.github.io/holos/ The primitive is a VM, not a container. Every workload instance gets its own kernel boundary, qcow2 overlay, cloud-init seed, and...

5.8AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/12 12:06 p.m.7 views

Vulnerable-to-Debian-OpenSSL-bug-CVE-2008-0166

Búsqueda de monedas BTC en versiones anteriores de Bitcoin Core con la vulnerabilidad crítica OpenSSL 0.9.8 CVE-2008-0166 En este artículo, crearemos una herramienta que generará direcciones de Bitcoin P2PKH utilizando la vulnerabilidad CVE-2008-0166. Este es un proyecto de investigación para...

7.8CVSS6.9AI score0.70721EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/12 1:35 a.m.10 views

debian-ssh

Debian OpenSSL Предсказуемый PRNG Ссылки Оригинальный URL: http://metasploit.com/users/hdm/tools/debian-openssl/ Зеркало Эксплоит: https://www.exploit-db.com/exploits/5622/ Perl https://www.exploit-db.com/exploits/5720/ Python https://www.exploit-db.com/exploits/5632/ Ruby Рекомендуемый инструмен...

7.8CVSS7AI score0.70721EPSS
SaveExploits11References1
Kitploit
Kitploit
added 2026/09/06 5:42 p.m.8 views

Cartero

Cartero Cartero is now a Go CLI with an embedded, no-configuration workspace database instead of the old MongoDB-dependent runtime. The current implementation provides: a polished terminal experience powered by Cobra and Lip Gloss a local admin web UI and safe testing pages via cartero serve...

6AI score
SaveExploits0References6
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: x86/coco: Requires seeding the RNG with RDRAND on CoCo systems. There are few uses of CoCo that do not rely on functional cryptography and, consequently, a functioning RNG. Unfortunately, the CoCo threat model means that the VM...

8.4CVSS6.3AI score0.00252EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/13 5:40 p.m.38 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
OSV
OSV
added 2026/07/06 11:11 a.m.16 views

OESA-2026-2833 python-zeroconf security update

Pure Python Multicast DNS Service Discovery Library Bonjour/Avahi compatible Security Fixes: readcharacterstring and readstring in src/zeroconf/protocol/incoming.py sliced self.dataself.offset : self.offset + length and advanced self.offset by the declared length without checking it against...

6.5CVSS6AI score0.00248EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/02 9:16 p.m.19 views

CVE-2026-38968

ntopng through 6.6 is vulnerable to Predictable Session Identifier which can lead to Session Hijacking. HTTP session identifiers in src/HTTPserver.cpp use weak time-seeded pseudo-randomness during session creation. As a result, fresh authenticated logins can receive deterministic or colliding...

9.8CVSS0.00553EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/07/02 7:56 p.m.15 views

CVE-2026-58466 AutoBangumi < 3.2.8 - Hard-coded Default Credentials via add_default_user()

AutoBangumi before 3.2.8 contains a hard-coded default credentials vulnerability that allows unauthenticated attackers to authenticate as the administrator by using the publicly known default credentials seeded at startup via adddefaultuser in the database user module when the users table is empt...

9.8CVSS6AI score0.00804EPSS
SaveExploits0References4
OSV
OSV
added 2026/06/25 6:43 p.m.18 views

GO-2026-5350 Cloudreve is vulnerable to Account Takeover via Weak Cryptographic Token Generation (Insecure PRNG Seeding) in github.com/cloudreve/Cloudreve

Cloudreve is vulnerable to Account Takeover via Weak Cryptographic Token Generation Insecure PRNG Seeding in github.com/cloudreve/Cloudreve...

9.8CVSS5.8AI score0.00376EPSS
SaveExploits0References3
Ubuntu
Ubuntu
added 2026/05/27 3:01 p.m.24 views

USN-8325-1: tgt vulnerability

It was discovered that tgt incorrectly tried to achieve entropy by calling rand without srand. An attacker could possibly use this issue to make tgt generate an identical sequence of challenges, resulting in authentication bypass...

5.9CVSS5.8AI score0.00551EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/05/11 6:37 a.m.12 views

CVE-2026-5084 WebDyne::Session versions before 3.003_704 for Perl generate the session id insecurely

WebDyne::Session versions before 3.003704 for Perl generate the session id insecurely. The session handler generates the session id from an MD5 hash seeded with a call to the built-in rand function. The rand function is passed a maximum value based on the process id, the epoch time and the...

5.5AI score0.00328EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/13 9:31 a.m.26 views

EUVD-2026-21885

Solstice::Session versions through 1440 for Perl generates session ids insecurely. The generateSessionID method returns an MD5 digest seeded by the epoch time, a random hash reference, a call to the built-in rand function and the process id. The same method is used in the generateID method in...

9.1CVSS5.7AI score0.00339EPSS
SaveExploits0References4
CVE
CVE
added 2026/04/03 8:06 p.m.77 views

CVE-2026-25726

CVE-2026-25726 (Cloudreve) : Prior to 4.13.0, Cloudreve uses the weak Go PRNG math/rand seeded with time.Now().UnixNano() to generate critical secrets (secret_key, hash_id_salt) stored in the DB. An attacker can fetch the administrator account creation time via public APIs, brute-force the PRNG s...

9.8CVSS5.8AI score0.00376EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/03 8:06 p.m.5 views

CVE-2026-25726 Cloudreve is vulnerable to Account Takeover via Weak Cryptographic Token Generation (Insecure PRNG Seeding)

Cloudreve is a self-hosted file management and sharing system. Prior to version 4.13.0, the application uses the weak pseudo-random number generator math/rand seeded with time.Now.UnixNano to generate critical security secrets, including the secretkey, and hashidsalt. These secrets are generated...

8.1CVSS5.8AI score0.00376EPSS
SaveExploits0References2
OSV
OSV
added 2026/03/31 10:31 p.m.18 views

GHSA-F8XP-WVCX-P6F4 Cloudreve is vulnerable to Account Takeover via Weak Cryptographic Token Generation (Insecure PRNG Seeding)

Impact This vulnerability affects Cloudreve instances that were first deployed/initialized with versions prior to V4.10.0. The application uses the weak pseudo-random number generator math/rand seeded with time.Now.UnixNano to generate critical security secrets, including the secretkey, and...

8.1CVSS5.9AI score0.00376EPSS
SaveExploits0References4
NVD
NVD
added 2026/02/16 10:22 p.m.17 views

CVE-2025-15578

Maypole versions from 2.10 through 2.13 for Perl generates session ids insecurely. The session id is seeded with the system time which is available from HTTP response headers, a call to the built-in rand function, and the PID...

9.8CVSS0.00278EPSS
SaveExploits0References1
CVE
CVE
added 2026/02/16 9:18 p.m.26 views

CVE-2025-15578

CVE-2025-15578 affects Maypole for Perl, versions 2.10–2.13. The issue is insecure session ID generation: IDs are seeded with the system time (observable via HTTP headers), a call to rand(), and the process PID. This can enable session hijacking or prediction of session tokens, per the provided d...

9.8CVSS5.5AI score0.00278EPSS
SaveExploits0References1Affected Software1
RedhatCVE
RedhatCVE
added 2026/01/09 8:54 a.m.14 views

CVE-2021-41117

keypair is a a RSA PEM key generator written in javascript. keypair implements a lot of cryptographic primitives on its own or by borrowing from other libraries where possible, including node-forge. An issue was discovered where this library was generating identical RSA keys used in SSH. This wou...

9.1CVSS7.1AI score0.03091EPSS
SaveExploits1References1
Malwarebytes
Malwarebytes
added 2025/12/23 12:28 p.m.18 views

Hacktivists claim near-total Spotify music scrape

Hacktivist group Anna’s Archive claims to have scraped almost all of Spotify’s catalog and is now seeding it via BitTorrent, effectively turning a streaming platform into a roughly 300 TB pirate “preservation archive.” On its blog, the group states: “A while ago, we discovered a way to scrape...

7.2AI score
SaveExploits0
Rows per page
Query Builder