Lucene search
+L

1978 matches found

UbuntuCve
UbuntuCve
added 2026/08/28 12:00 a.m.9 views

CVE-2026-42393

The comparison used for the doveadm password and API key is not fully timing safe and can reveal the length of the configured secret. An attacker with access to the same network as the doveadm service, able to make repeated requests and measure response timing accurately, can learn the length of...

3.1CVSS7.1AI score0.00145EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/27 8:17 p.m.11 views

CVE-2026-59276

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.9AI score0.00257EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/27 5:57 p.m.12 views

EUVD-2026-67168

Several components in Spring Security compare security-sensitive values using standard string equality String.equals rather than a constant-time comparison. Because String.equals returns as soon as it finds a differing character, the time taken to reject an incorrect value is proportional to the...

5.9CVSS5.3AI score0.00257EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/25 1:30 a.m.15 views

EUVD-2026-65214

The getgrav/grav-plugin-login Composer plugin before 3.9.1 used by Grav compares password reset and account activation tokens using a non-constant-time === string comparison instead of hashequals in classes/Controller.php taskReset and login.php activation handler. Because the token-submission...

8.7CVSS5.3AI score0.00255EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/24 3:21 p.m.10 views

CVE-2026-53525

A flaw was found in WeeChat, a free chat client. The relay authentication mechanism uses a non-constant-time comparison when verifying password hashes. This vulnerability allows a remote attacker to exploit subtle timing differences during the authentication process. By analyzing these timing...

7.4CVSS5.6AI score0.00254EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.10 views

Astra Linux – Vulnerability in mbedtls

A timing side channel in mbedtlsssldecryptbuf in library/sslmsg.c in Trusted Firmware Mbed TLS from version 2.23.0 allows an attacker to obtain secret key information. This issue affects the CBC mode, as it involves a calculated time difference based on the padding length...

5.5CVSS6AI score0.00384EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in gnutls28

A timing side-channel vulnerability in the handling of RSA ClientKeyExchange messages was discovered in GnuTLS. This side-channel can be used to recover the key encrypted in the RSA ciphertext across a network, in a Bleichenbacher-style attack. To successfully decrypt the data, the attacker would...

7.4CVSS6.8AI score0.01415EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.14 views

Astra Linux – Vulnerability in gnutls28

A vulnerability was discovered in GnuTLS. The response times to malformed ciphertexts in the RSA-PSK ClientKeyExchange differ from those of ciphertexts with correct PKCS1 v1.5 padding. This issue may allow a remote attacker to perform a timing side-channel attack during the RSA-PSK key exchange,...

7.5CVSS6.7AI score0.01614EPSS
SaveExploits1References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.7 views

Astra Linux – Vulnerability in mbedtls

A issue was discovered in Mbed TLS 2.x before 2.28.7, and in 3.x before 3.5.2. There was a timing-related side channel in RSA private operations. This side channel could allow a local attacker to recover the plaintext. It required the attacker to send a large number of messages for decryption, as...

5.5CVSS5.9AI score0.00314EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2026/08/24 12:00 a.m.6 views

Vulnerabilities of the functions tcp_inbound_md5_hash(), tcp_v4_send_reset(), and tcp_v6_send_reset() in the Linux operating system, allowing attackers to compromise the confidentiality, integrity, and accessibility of protected information

The vulnerabilities of the functions tcpinboundmd5hash, tcpv4sendreset, and tcpv6sendreset in the Linux operating system are related to the disclosure of information due to the observed difference in execution time. Exploiting these vulnerabilities can allow a remote attacker to compromise the...

9.7CVSS6.8AI score0.00443EPSS
SaveExploits0References13Affected Software3
Cvelist
Cvelist
added 2026/08/19 4:15 p.m.41 views

CVE-2026-44255 Wazuh: Username Enumeration via Timing Side-Channel

Wazuh is a free and open source platform used for threat prevention, detection, and response. From 4.0.0 until 4.14.6 and 5.0.0-beta2, AuthenticationManager.checkuser in framework/wazuh/rbac/orm.py performs checkpasswordhash only when the supplied username exists. A nonexistent username returns...

5.3CVSS0.00488EPSS
SaveExploits1References5
UbuntuCve
UbuntuCve
added 2026/08/19 8:17 a.m.15 views

CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/19 8:17 a.m.9 views

UBUNTU-CVE-2026-75589

Net::OAuth versions before 0.33 for Perl check HMAC-SHA1, HMAC-SHA256 and PLAINTEXT signatures with a non-constant-time comparison in verify. Each of the three compares the signature carried in the message against the locally computed one with the eq operator, which returns as soon as the two...

7.5CVSS5.4AI score0.00409EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/17 9:45 a.m.8 views

OSEC-2026-17 Timing leak in NIST elliptic curves scalar multiplication

The scalar multiplication includes pre-computed tables for speedup introduced in mirage-crypto-ec 0.11.3. The lookup algorithm for these tables performs secret-dependent reads instead of scanning the entire table. Solution Instead of using the index n - 1, where n is secret-dependent, use i - 1, ...

5.9CVSS5.5AI score0.00212EPSS
SaveExploits0
NVD
NVD
added 2026/08/13 10:17 a.m.9 views

CVE-2026-59502

: Observable Discrepancy vulnerability in Priority Portal Generator addon to Priority ERP developed by Soft Solutions. This issue affects Portal Generator addon to Priority ERP developed by Soft Solutions: All versions without Priwall v3...

5.3CVSS0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 8:31 a.m.44 views

CVE-2026-16458

The CVE concerns Oberon microsystem AG’s ocrypto library, affected in all versions since 3.0.0 and before 4.0.1. The issue is a padding oracle/timing side-channel flaw in RSA PKCS#1 v1.5 decryption that enables an attacker with local access to recover plaintexts by measuring decryption timing. Th...

5.9CVSS5.2AI score0.0007EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/13 8:31 a.m.42 views

CVE-2026-16458 Timing side-channel in RSA PKCS#1 v1.5 decryption in ocrypto

Padding oracle attack vulnerability in Oberon microsystem AG’s ocrypto library in all versions since 3.0.0 and prior to 4.0.1 allows an attacker to recover plaintexts via timing measurements of RSA PKCS1 v1.5 decrypt operations...

5.9CVSS0.0007EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/13 8:29 a.m.42 views

CVE-2026-16459 Timing side-channel in RSA PKCS#1 v1.5 decryption in Oberon PSA Crypto

Padding oracle attack vulnerability in Oberon microsystem AG’s Oberon PSA Crypto library in all versions since 1.0.0 and prior to 2.1.1 allows an attacker to recover plaintexts via timing measurements of RSA PKCS1 v1.5 decrypt operations...

5.9CVSS0.0007EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/13 8:29 a.m.52 views

CVE-2026-16459

CVE-2026-16459 : Padding oracle timing side-channel vulnerability in Oberon Microsystems’ Oberon PSA Crypto library. All versions from 1.0.0 up to, but not including, 2.1.1 are affected. An attacker can recover plaintexts by measuring execution time during RSA PKCS#1 v1.5 decryption. The public d...

5.9CVSS5.2AI score0.0007EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/11 4:17 p.m.20 views

DEBIAN-CVE-2026-6727

A timing side-channel vulnerability exists in the RSA OAEP decryption implementation. A privileged local attacker with access to the TPM command interface may be able to exploit timing differences to recover information that could allow decryption of ciphertexts encrypted to TPM-managed RSA keys,...

5.9CVSS5.3AI score0.00203EPSS
SaveExploits0References1
Rows per page
Query Builder