Lucene search
+L

47641 matches found

OSV
OSV
added 2026/08/17 1:16 p.m.5 views

UBUNTU-CVE-2026-75010

In Roundcube Webmail before 1.6.18 and 1.7.x before 1.7.3, the modoboa driver of the password plugin could leak a Modoboa API authentication token to a user-controlled host via crafted session data. This issue only affects Roundcube instances using the password plugin with its modoboa driver...

6.4CVSS5.3AI score0.00279EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/17 1:16 p.m.5 views

UBUNTU-CVE-2026-75007

In Roundcube Webmail before 1.6.18 and 1.7.x before 1.7.3, the LDAP search filter was subject to injection via unescaped %u/%fu/%d substitution, which may lead to information disclosure or privilege escalation...

5.4CVSS5.3AI score0.00248EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/08/17 1:16 p.m.12 views

CVE-2026-75003

In Roundcube Webmail before 1.6.18 and 1.7.x before 1.7.3, an unclosed url in a FuncIRI attribute of an SVG image could evade the remote image blocking, which may lead to information disclosure or privilege escalation...

5.8CVSS5.4AI score0.00307EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/17 1:16 p.m.5 views

UBUNTU-CVE-2026-75000

In Roundcube Webmail before 1.6.18 and 1.7.x before 1.7.3, improper HTML/CSS sanitization of the SVG animate "by" attribute may lead to remote image blocking bypass, which in turn may lead to information disclosure or privilege escalation...

5.8CVSS5.4AI score0.00322EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/17 1:01 p.m.9 views

EUVD-2026-60174

In Roundcube Webmail before 1.6.18 and 1.7.x before 1.7.3, the modoboa driver of the password plugin could leak a Modoboa API authentication token to a user-controlled host via crafted session data. This issue only affects Roundcube instances using the password plugin with its modoboa driver...

6.4CVSS5.4AI score0.00279EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/17 11:16 a.m.6 views

CVE-2026-74901

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in pqc.py where AES-GCM decryption failures trigger fallback to unauthenticated AES-CTR mode. Attackers can modify ciphertext in transit to bypass integrity verification and perform bit-flipping attacks without...

9.8CVSS0.0024EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.7 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.7CVSS0.00306EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.9 views

CVE-2026-74893

opensslencrypt versions before 1.4.0 contain hardcoded default JWT signing secrets in config.py that pass validation checks. Attackers with access to source code can forge valid JWT tokens for any clientid to gain authenticated access to keyserver and telemetry APIs...

8.8CVSS0.00264EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.8 views

CVE-2026-74894

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.8CVSS0.00393EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/17 11:16 a.m.6 views

CVE-2026-74890

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in CamelliaCipher that disables HMAC tag generation and verification when the PYTESTCURRENTTEST environment variable is set. Attackers with code execution can set this environment variable to produce unauthenticat...

9.3CVSS0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.56 views

CVE-2026-74901 openssl_encrypt before 1.4.0 Authentication Bypass via AES-CTR Fallback

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in pqc.py where AES-GCM decryption failures trigger fallback to unauthenticated AES-CTR mode. Attackers can modify ciphertext in transit to bypass integrity verification and perform bit-flipping attacks without...

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

CVE-2026-74901 openssl_encrypt before 1.4.0 Authentication Bypass via AES-CTR Fallback

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in pqc.py where AES-GCM decryption failures trigger fallback to unauthenticated AES-CTR mode. Attackers can modify ciphertext in transit to bypass integrity verification and perform bit-flipping attacks without...

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

EUVD-2026-60118

opensslencrypt versions before 1.4.0 contain an authentication bypass vulnerability in pqc.py where AES-GCM decryption failures trigger fallback to unauthenticated AES-CTR mode. Attackers can modify ciphertext in transit to bypass integrity verification and perform bit-flipping attacks without...

9.8CVSS5.3AI score0.0024EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.35 views

CVE-2026-74901

The Python package openssl_encrypt (versions before 1.4.0) has a flaw in pqc.py : when AES-GCM decryption fails, the code silently falls back to unauthenticated AES-CTR mode. This removes integrity verification, allowing an attacker with network access to modify ciphertext in transit via bit-flip...

9.8CVSS5.3AI score0.0024EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/17 11:04 a.m.41 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.8CVSS0.00393EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/17 11:04 a.m.34 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
Rows per page
Query Builder