Lucene search
+L

47133 matches found

CVE
CVE
added 2026/08/17 11:04 a.m.33 views

CVE-2026-74894

The PHP package openssl_encrypt before version 1.4.0 has a broken verify_api_token function that accepts any non-empty Bearer token, allowing unauthenticated attackers to upload arbitrary public keys, enumerate all keys, and revoke any user's keys. CVSS 9.8 Critical. Upgrade to 1.4.0. No in-the-w...

9.8CVSS5.5AI score0.00393EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.15 views

CVE-2026-74894 openssl_encrypt before 1.4.0 Authentication Bypass via Bearer Token

opensslencrypt before 1.4.0 contains an authentication bypass vulnerability in the verifyapitoken function that accepts any non-empty Bearer token string without validation. Attackers can upload arbitrary public keys, enumerate all keys, and revoke keys belonging to any user by providing any Bear...

9.3CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 11:04 a.m.13 views

EUVD-2026-60113

opensslencrypt before 1.4.0 contains an authentication bypass vulnerability in the verifyapitoken function that accepts any non-empty Bearer token string without validation. Attackers can upload arbitrary public keys, enumerate all keys, and revoke keys belonging to any user by providing any Bear...

9.8CVSS5.5AI score0.00393EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 11:04 a.m.13 views

EUVD-2026-60111

opensslencrypt 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 can predict or forge API key hashes to compromise telemetry API authentication...

8.7CVSS5.4AI score0.00306EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.36 views

CVE-2026-74892

The openssl_encrypt package (versions before 1.4.0) ships a hardcoded default secret key in its standalone telemetry server configuration, used for API key hashing. Attackers who know this key can forge API key hashes to bypass telemetry API authentication. CVSS 3.1 rates this HIGH (7.5) due to r...

8.7CVSS5.4AI score0.00306EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.6 views

CVE-2026-74892 openssl_encrypt before 1.4.0 Hardcoded Secret Key

opensslencrypt 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 can predict or forge API key hashes to compromise telemetry API authentication...

8.7CVSS5.5AI score
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/08/17 11:04 a.m.12 views

CVE-2026-74892

opensslencrypt 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 can predict or forge API key hashes to compromise telemetry API authentication...

8.7CVSS5.4AI score0.00306EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.39 views

CVE-2026-74892 openssl_encrypt before 1.4.0 Hardcoded Secret Key

opensslencrypt 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 can predict or forge API key hashes to compromise telemetry API authentication...

8.7CVSS0.00306EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.9 views

CVE-2026-74889 openssl_encrypt before 1.4.0 Weak Key Derivation via HKDF

opensslencrypt 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 key derivation with identical inputs to weaken cryptographic security against multi-target attacks...

9.3CVSS5.4AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.39 views

CVE-2026-74889 openssl_encrypt before 1.4.0 Weak Key Derivation via HKDF

opensslencrypt 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 key derivation with identical inputs to weaken cryptographic security against multi-target attacks...

9.8CVSS0.00201EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 11:04 a.m.11 views

EUVD-2026-60108

opensslencrypt 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 key derivation with identical inputs to weaken cryptographic security against multi-target attacks...

9.8CVSS5.2AI score0.00201EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.27 views

CVE-2026-74889

The openssl_encrypt library (PHP package) before version 1.4.0 uses HKDF with no salt and a static info parameter in its key normalization functions, producing deterministic, low-entropy derived keys. Attackers with identical inputs can predict derived keys, weakening cryptographic security again...

9.8CVSS5.2AI score0.00201EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.44 views

CVE-2026-74888 openssl_encrypt before 1.4.0 Non-Standard PBKDF2 Key Derivation

opensslencrypt 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 formally analyzed. Attackers can exploit this weakened key derivation to more efficiently crack passwords...

8.7CVSS0.00167EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 11:04 a.m.13 views

EUVD-2026-60107

opensslencrypt 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 formally analyzed. Attackers can exploit this weakened key derivation to more efficiently crack passwords...

8.7CVSS5.3AI score0.00167EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.6 views

CVE-2026-74888 openssl_encrypt before 1.4.0 Non-Standard PBKDF2 Key Derivation

opensslencrypt 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 formally analyzed. Attackers can exploit this weakened key derivation to more efficiently crack passwords...

8.7CVSS5.5AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 11:04 a.m.9 views

EUVD-2026-60095

opensslencrypt versions before 1.4.0 contain a vulnerability in PublicKeyBundle.fromdict that creates key bundles from untrusted data without verifying signatures. Attackers can call fromdict followed by toidentity without signature verification to encrypt data using attacker-controlled public...

9.8CVSS5.3AI score0.00201EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.9 views

CVE-2026-74877 openssl_encrypt before 1.4.0 Missing Ownership Verification via revoke_key

opensslencrypt versions before 1.4.0 contain a missing ownership verification vulnerability in the revokekey method that allows authenticated clients to revoke any other client's key. Attackers can revoke arbitrary keys by providing a valid ML-DSA signature, bypassing the intended ownership...

8.7CVSS5.6AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/17 11:04 a.m.9 views

EUVD-2026-60096

opensslencrypt versions before 1.4.0 contain a missing ownership verification vulnerability in the revokekey method that allows authenticated clients to revoke any other client's key. Attackers can revoke arbitrary keys by providing a valid ML-DSA signature, bypassing the intended ownership...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.25 views

CVE-2026-74877

openssl_encrypt versions before 1.4.0 contain a missing ownership verification flaw in the revoke_key method (keyserver/service.py, lines 195–270). The method accepts a client_id parameter but never verifies it matches key.owner_client_id, allowing any authenticated client to revoke another clien...

8.8CVSS5.5AI score0.00261EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 11:04 a.m.5 views

CVE-2026-74876 openssl_encrypt before 1.4.0 Unverified Key Bundle Encryption

opensslencrypt versions before 1.4.0 contain a vulnerability in PublicKeyBundle.fromdict that creates key bundles from untrusted data without verifying signatures. Attackers can call fromdict followed by toidentity without signature verification to encrypt data using attacker-controlled public...

9.3CVSS5.5AI score
SaveExploits0References4
Rows per page
Query Builder