Threats Tagged 'cwe-338'
View all threats tagged with 'cwe-338'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-338'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-71851: CWE-331: Insufficient Entropy in brix crypto-jsCVE-2026-71851 0 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. This generator was introduced in version 3.1.2-4 and remained present in nearly every 3.x release. Nominal requests for 128 or 256 bits of entropy through this function produce effective search spaces of approximately 2 to the 39th and 2 to the 47th possibilities, small enough to enumerate on commodity hardware. Downstream wallet applications that used CryptoJS.lib.WordArray.random() as the entropy source for BIP39 recovery phrases are affected, and an attacker who enumerates the reduced output space can recover the resulting private keys and control the associated funds. This issue is fixed in version 4.0.0. Join the discussion | CVE Database V5 | 08/07/2026, 18:48:08 UTC Added: 08/08/2026, 03:26:45 UTC |
CVE-2026-9205: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in IBM Langflow OSSCVE-2026-9205 0 IBM Langflow OSS contains a weak cryptographic key derivation vulnerability in the ensure_fernet_key() function. Join the discussion | GCVE Database | 08/05/2026, 18:09:11 UTC Added: 08/07/2026, 05:57:17 UTC |
CVE-2026-9205: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in IBM Langflow OSSCVE-2026-9205 0 IBM Langflow OSS contains a weak cryptographic key derivation vulnerability in the ensure_fernet_key() function. Join the discussion | CVE Database V5 | 08/05/2026, 18:09:11 UTC Added: 08/05/2026, 18:27:02 UTC |
CVE-2026-47882: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Spring Spring Tools for EclipseCVE-2026-47882 0 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 was generated using a non-cryptographic pseudo-random number generator rather than a cryptographically secure source of randomness. Affected Spring Products and Versions: Spring Tools for Eclipse: 5.2.0 and earlier Join the discussion | CVE Database V5 | 07/30/2026, 05:26:07 UTC Added: 07/30/2026, 06:24:12 UTC |
Red Hat Security Advisory: rest security updateCVE-2026-16615 0 CVE-2026-16615 is a vulnerability in the GNOME librest library where the PKCE implementation for OAuth authorization uses a cryptographically weak pseudo-random number generator (PRNG) from the GLib API. This weak PRNG generates a code verifier with insufficient entropy, enabling attackers to potentially predict or reconstruct the code verifier. This can allow bypassing PKCE protections and impersonating clients during OAuth 2.0 authorization flows. The vulnerability affects librest packages in Red Hat Enterprise Linux 10 and related distributions. A security update addressing this weakness is available from Red Hat. Join the discussion | GCVE Database | 07/28/2026, 14:15:53 UTC Added: 07/22/2026, 23:24:22 UTC |
CVE-2026-64798: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in regularlabs.com IP Login extension for JoomlaCVE-2026-64798 0 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. Join the discussion | CVE Database V5 | 07/22/2026, 20:41:53 UTC Added: 07/22/2026, 21:08:29 UTC |
CVE-2026-8169: CWE-338: Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in Extreme Networks Switch Engine (EXOS)CVE-2026-8169 0 ExtremeXOS (EXOS) uses a challenge-response mechanism to authorize access to the privileged debug-mode function. The challenge value is generated using an insufficiently random source, which under certain conditions may allow an attacker to predict the expected response and activate debug-mode without authorization. Depending on device configuration and version, this may enable escalation to root-level access and persistent modification of the device software stack. Exploitation requires either a valid low-privilege account on the device (remote scenario) or physical serial console access (local scenario). This vulnerability is distinct from CVE-2017-14329, which addressed a different issue involving Python script privileges. Extreme would like to thank Hadrien Barral (Université Gustave Eiffel) and Georges-Axel Jaloyan (French Ministry of the Interior) for responsible disclosure of their findings. Join the discussion | CVE Database V5 | 07/20/2026, 17:33:05 UTC Added: 07/20/2026, 17:57:40 UTC |
CVE-2026-13577: CWE-340 Generation of Predictable Numbers or Identifiers in CROMEDOME Dancer2CVE-2026-13577 0 Dancer2 versions up to 2.1.0 for Perl generate insecure, predictable session IDs when required cryptographically secure random number generator (CSPRNG) modules are unavailable. The fallback mechanism uses low-entropy sources including the built-in rand() function, which is seeded with only 32 bits and is unsuitable for security purposes. This vulnerability could allow attackers to predict session IDs and potentially gain unauthorized access. Join the discussion | CVE Database V5 | 07/20/2026, 07:11:10 UTC Added: 07/20/2026, 08:12:17 UTC |
CVE-2026-16235: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) in DRSTEVE Crypt::PasswordCVE-2026-16235 0 Crypt::Password versions through 0.28 for Perl generate insecure random values for salts. These versions use the built-in rand function, which is predictable and unsuitable for cryptography. Join the discussion | CVE Database V5 | 07/20/2026, 07:02:11 UTC Added: 07/20/2026, 07:12:36 UTC |
CVE-2026-13082: CWE-338 Use of Cryptographically Weak Pseudo-Random Number Generator in BURAK GD::SecurityImageCVE-2026-13082 0 GD::SecurityImage versions through 1.75 for Perl use rand to generate secrets. The random method creates the challenge text used for the CAPTCHA by sampling characters from an array using Perl's built-in rand function, and generates a (by default) six-character string. The built-in rand function is unsuitable for security applications because it is predictable and reversible. Join the discussion | CVE Database V5 | 07/17/2026, 12:54:07 UTC Added: 07/18/2026, 11:08:38 UTC |
Showing 1 to 10 of 10 results