Lucene search
+L

78 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/05 6:11 p.m.9 views

CVE-2026-8470

IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, and 1.0.0 through 1.10.3 use Python's non-cryptographic random module for generating Fernet encryption keys from user secrets under 32 characters. The deterministic Mersenne Twister PRNG produces identical keys for...

7.4CVSS5.5AI score0.00111EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/08/05 6:11 p.m.43 views

CVE-2026-8470 Langflow is affected by weaknesses in secret handling and sensitive configuration access

IBM Langflow OSS 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, 1.0.0 through 1.10.3, and 1.0.0 through 1.10.3 use Python's non-cryptographic random module for generating Fernet encryption keys from user secrets under 32 characters. The deterministic Mersenne Twister PRNG produces identical keys for...

7.4CVSS0.00111EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/05 6:11 p.m.58 views

CVE-2026-8470

IBM Langflow OSS versions 1.0.0–1.10.3 generate Fernet encryption keys from user secrets using Python’s non-cryptographic random module. The deterministic Mersenne Twister PRNG yields identical keys for identical seeds, enabling an attacker to reproduce encryption keys and decrypt stored API keys...

9.1CVSS5.5AI score0.00111EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/07/30 6:25 a.m.14 views

CVE-2026-47882

When enabling Spring Boot DevTools support for a remote application target for example a Docker container or Cloud Foundry app from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret w...

8.3CVSS0.00174EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 5:26 a.m.10 views

CVE-2026-47882

When enabling Spring Boot DevTools support for a remote application target for example a Docker container or Cloud Foundry app from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret w...

8.3CVSS5.9AI score0.00174EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/07/30 5:26 a.m.12 views

EUVD-2026-50973

When enabling Spring Boot DevTools support for a remote application target for example a Docker container or Cloud Foundry app from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret w...

8.3CVSS5.9AI score0.00174EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/30 5:26 a.m.43 views

CVE-2026-47882

CVE-2026-47882 affects Spring Tools for Eclipse (5.2.0 and earlier) where Spring Tools DevTools remote-restart uploads authenticate with a shared secret generated by a non-cryptographic PRNG. Root cause: secret generation relies on non-cryptographic randomness, weakening authenticity of remote-re...

8.3CVSS5.9AI score0.00174EPSS
SaveExploits0References1
Spring Security Advisories
Spring Security Advisories
added 2026/07/29 12:0 a.m.10 views

cve-2026-47882 - LOW - CVE-2026-47882: Spring Boot DevTools remote secret generated with a non-cryptographic PRNG

When enabling Spring Boot DevTools support for a remote application target for example a Docker container or Cloud Foundry app from the Spring Tools Boot Dashboard, Spring Tools generates a shared secret that authenticates DevTools remote-restart uploads to the deployed application. This secret w...

8.3CVSS5.9AI score0.00174EPSS
SaveExploits0Affected Software1
PyPA
PyPA
added 2026/07/23 11:41 a.m.34 views

bytedance InfiniStore: Denial of Service via Non-Cryptographic Hashing in InfiniStore KV Map

A vulnerability was found in bytedance InfiniStore up to 0.2.33. The impacted element is the function purgekvmap in the library /src/infinistore.h of the component KV Map Handler. Performing a manipulation results in inefficient algorithmic complexity. The attack requires a local approach. The...

4.8CVSS4.3AI score0.00112EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/23 11:41 a.m.12 views

PYSEC-2026-3469 bytedance InfiniStore: Denial of Service via Non-Cryptographic Hashing in InfiniStore KV Map

A vulnerability was found in bytedance InfiniStore up to 0.2.33. The impacted element is the function purgekvmap in the library /src/infinistore.h of the component KV Map Handler. Performing a manipulation results in inefficient algorithmic complexity. The attack requires a local approach. The...

4.8CVSS5AI score0.00112EPSS
SaveExploits0References9
NVD
NVD
added 2026/07/22 9:18 p.m.14 views

CVE-2026-64798

Joomla Extension - regularlabs.com - Insecure login URL keys in IP login extension - Persistent URL login keys were also generated using a non-cryptographic random generator with insufficient entropy...

9.1CVSS0.00245EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/22 8:41 p.m.15 views

EUVD-2026-47809

Persistent URL login keys were also generated using a non-cryptographic random generator with insufficient entropy...

5.3AI score0.00245EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/22 8:41 p.m.9 views

CVE-2026-64798

Joomla Extension - regularlabs.com - Insecure login URL keys in IP login extension - Persistent URL login keys were also generated using a non-cryptographic random generator with insufficient entropy...

5.2AI score0.00245EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2026/07/22 8:41 p.m.34 views

CVE-2026-64798

Summary: CVE-2026-64798 affects the Joomla Extension from regularlabs.com, specifically the IP login extension. The root cause is the use of a non-cryptographic random generator with insufficient entropy to generate persistent URL login keys. Impact: high confidentiality and integrity risk for lo...

9.1CVSS5.8AI score0.00245EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/18 2:17 p.m.28 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS0.00421EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/07/18 1:51 p.m.17 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/07/18 1:51 p.m.13 views

CVE-2026-9323

The urwid web display backend urwid/display/web.py generates web session identifiers urwidid in Screen.start by concatenating two random.randrange109 calls that use Python's Mersenne Twister PRNG, which is not cryptographically secure. Each call consumes approximately 30 bits of PRNG state, and t...

9.2CVSS6AI score0.00421EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/07/18 12:0 a.m.24 views

PT-2026-60967

Name of the Vulnerable Software and Affected Versions urwid affected versions not specified Description The web display backend in urwid/display/web.py uses Python's Mersenne Twister PRNG to generate web session identifiers urwid id within the Screen.start function. Because this PRNG is not...

9.2CVSS6.2AI score0.00421EPSS
SaveExploits0References21
Positive Technologies
Positive Technologies
added 2026/07/13 12:0 a.m.20 views

PT-2026-57841

Name of the Vulnerable Software and Affected Versions Rejetto HFS versions 3.0.0 through 3.2.0 Description The software derives its session-cookie signing key from the non-cryptographic Math.random generator and discloses outputs of this generator to unauthenticated clients during login. A remote...

9.8CVSS6.5AI score0.00747EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/06/30 11:5 a.m.13 views

CVE-2026-57082 Net::BitTorrent versions before 2.1.0 for Perl generate the MSE Diffie-Hellman private key with a non-cryptographic PRNG

Net::BitTorrent versions before 2.1.0 for Perl generate the MSE Diffie-Hellman private key with a non-cryptographic PRNG. The MSE Message Stream Encryption handshake derives its 160-bit Diffie-Hellman private key from Perl's rand, a non-cryptographic drand48-class generator seeded once per proces...

5.3AI score0.00175EPSS
SaveExploits0References2
Rows per page
Query Builder