Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
8.7 HIGH
CVE-2026-74892 — openssl_encrypt before 1.4.0 Hardcoded Secret Key

openssl_encrypt versions before 1.4.0 contain a hardcoded default secret key in the standalone telemetry server configuration that is used for API key hashing. Attackers who know this default value c…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Aug 31, 2026
Aug 17, 2026
Aug 31, 2026
9.8 CRITICAL
CVE-2026-74891 — openssl_encrypt before 1.4.0 Hardcoded Database Credentials

openssl_encrypt versions before 1.4.0 contain hardcoded database credentials in standalone server configuration files. Attackers on the same network can access PostgreSQL databases using well-known d…

openssl_encrypt | Remote | Misconfiguration
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.3 CRITICAL
CVE-2026-74890 — openssl_encrypt before 1.4.0 HMAC Authentication Bypass via Environment Variable

openssl_encrypt versions before 1.4.0 contain an authentication bypass vulnerability in CamelliaCipher that disables HMAC tag generation and verification when the PYTEST_CURRENT_TEST environment vari…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.8 CRITICAL
CVE-2026-74889 — openssl_encrypt before 1.4.0 Weak Key Derivation via HKDF

openssl_encrypt versions before 1.4.0 use HKDF with no salt and static info parameter in key normalization functions, reducing entropy extraction and determinism. Attackers can exploit predictable ke…

openssl_encrypt | Remote | Cryptography
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.7 HIGH
CVE-2026-74888 — openssl_encrypt before 1.4.0 Non-Standard PBKDF2 Key Derivation

openssl_encrypt versions before 1.4.0 use a non-standard PBKDF2 key derivation construction with iterations=1 per call in an outer loop, creating a KDF whose security properties have not been formall…

openssl_encrypt | Remote | Cryptography
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.3 CRITICAL
CVE-2026-74887 — openssl_encrypt before 1.4.0 Insecure Random Import in PQC Module

openssl_encrypt before 1.4.0 imports Python's non-cryptographic 'random' module (Mersenne Twister PRNG) at line 15 of openssl_encrypt/modules/pqc.py. No direct calls to random.* were present in the c…

openssl_encrypt | Remote | Cryptography
Aug 17, 2026 Aug 31, 2026
Aug 17, 2026
Aug 31, 2026
9.8 CRITICAL
CVE-2026-74886 — openssl_encrypt before 1.4.0 Plugin Import Guard Bypass

openssl_encrypt versions before 1.4.0 contain a plugin sandbox bypass vulnerability where the PluginImportGuard blocks a different set of modules than the AST analyzer's DANGEROUS_MODULES set. Attack…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.3 CRITICAL
CVE-2026-74885 — openssl_encrypt before 1.4.0 Logging Bug and Race Condition

openssl_encrypt versions before 1.4.0 contain a logging bug in restore_hidden_modules() that logs module counts after clearing, always showing zero restored modules and corrupting audit trails. Addit…

openssl_encrypt | Remote | Information Disclosure
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.7 HIGH
CVE-2026-74884 — openssl_encrypt before 1.4.0 Path Traversal via plugin_id

openssl_encrypt versions before 1.4.0 contain a path traversal vulnerability in the _is_safe_path method where the plugin_id parameter is not sanitized before constructing the plugin config directory…

openssl_encrypt | Remote | Path Traversal
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.8 HIGH
CVE-2026-74883 — openssl_encrypt before 1.4.0 Sandbox Bypass via pathlib and io

openssl_encrypt versions before 1.4.0 contain a sandbox bypass vulnerability where the plugin sandbox fails to restrict alternative file access methods like pathlib.Path and io.open. Attackers can im…

openssl_encrypt | Remote | Misconfiguration
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.1 CRITICAL
CVE-2026-74882 — openssl_encrypt before 1.4.0 Insecure Default Configuration

openssl_encrypt versions before 1.4.0 contain an insecure default configuration that trusts the entire RFC 1918 private address space in IntegrityProxyConfig trusted_proxies. Attackers on private net…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Aug 31, 2026
Aug 17, 2026
Aug 31, 2026
9.3 CRITICAL
CVE-2026-74881 — openssl_encrypt before 1.4.0 CORS Misconfiguration via Wildcard Origins

openssl_encrypt versions before 1.4.0 configure CORS with allow_origins set to wildcard and allow_credentials enabled to true. Attackers can create malicious websites that make authenticated cross-or…

openssl_encrypt | Remote | Misconfiguration
Aug 17, 2026 Sep 10, 2026
Aug 17, 2026
Sep 10, 2026
9.8 CRITICAL
CVE-2026-74880 — openssl_encrypt before 1.4.0 Token Leakage via Query Parameters

openssl_encrypt versions before 1.4.0 accept refresh tokens as URL query parameters in keyserver and telemetry server routes. Attackers can extract tokens from server logs, proxy logs, browser histor…

openssl_encrypt | Remote | Information Disclosure
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.7 HIGH
CVE-2026-74879 — openssl_encrypt before 1.4.0 Information Disclosure via /ready endpoint

openssl_encrypt versions before 1.4.0 contain an information disclosure vulnerability in the /ready endpoint that returns full database exception strings to unauthenticated callers. Attackers can tri…

openssl_encrypt | Remote | Information Disclosure
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.8 CRITICAL
CVE-2026-74878 — openssl_encrypt before 1.4.0 TOTP Rate Limiter Bypass

openssl_encrypt versions before 1.4.0 use an in-memory rate limiter for TOTP brute-force protection that is not shared across workers and is lost on server restart. Attackers can distribute authentic…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.8 HIGH
CVE-2026-74877 — openssl_encrypt before 1.4.0 Missing Ownership Verification via revoke_key

openssl_encrypt versions before 1.4.0 contain a missing ownership verification vulnerability in the revoke_key method that allows authenticated clients to revoke any other client's key. Attackers can…

openssl_encrypt | Remote | Authentication
Aug 17, 2026 Aug 31, 2026
Aug 17, 2026
Aug 31, 2026
9.8 CRITICAL
CVE-2026-74876 — openssl_encrypt before 1.4.0 Unverified Key Bundle Encryption

openssl_encrypt versions before 1.4.0 contain a vulnerability in PublicKeyBundle.from_dict() that creates key bundles from untrusted data without verifying signatures. Attackers can call from_dict() …

openssl_encrypt | Remote | Cryptography
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
9.8 CRITICAL
CVE-2026-74875 — openssl_encrypt before 1.4.0 Schema Validation Bypass

openssl_encrypt versions before 1.4.0 silently skip JSON schema validation when the jsonschema library is not installed, allowing malformed metadata to be accepted. Attackers can remove the jsonschem…

openssl_encrypt | Remote | Misconfiguration
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.7 HIGH
CVE-2026-74874 — openssl_encrypt before 1.4.0 Weak PRNG Steganography Pixel Selection

openssl_encrypt versions before 1.4.0 use Python's non-cryptographic random module for steganographic pixel selection in the generate_pseudorandom_sequence function. Attackers who know the password c…

openssl_encrypt | Remote | Cryptography
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
8.7 HIGH
CVE-2026-74873 — openssl_encrypt before 1.4.0 Password Exposure via CLI Argument

openssl_encrypt versions before 1.4.0 expose passwords passed via the --password CLI argument in process listings accessible to all system users. Attackers can read process arguments through ps aux o…

openssl_encrypt | Remote | Information Disclosure
Aug 17, 2026 Sep 01, 2026
Aug 17, 2026
Sep 01, 2026
Showing 20 of 14393 Results