Lucene search
+L

1667 matches found

Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.4 views

Unity Linux 20.1050a Security Update: kernel (UTSA-2026-098748)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-098748 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be...

9.8CVSS6.3AI score0.00422EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.4 views

SUSE SLES15 Security Update : kernel (Live Patch 42 for SUSE Linux Enterprise 15 SP4) (SUSE-SU-2026:3707-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2026:3707-1 advisory. This update for the SUSE Linux Enterprise Kernel 5.14.21-150400.24.170 fixes various security issues: The following security issues were fixed:...

9.8CVSS5.9AI score0.00583EPSS
SaveExploits21References58
NVD
NVD
added 2026/08/25 2:16 a.m.10 views

CVE-2026-72701

Grav CMS before 2.0.16 contains a timing vulnerability in Utils::verifyNonce that uses non-constant-time string comparison with the === operator instead of hashequals for CSRF nonce validation. Attackers can measure response timing differences to recover valid nonce values byte-by-byte through...

6.3CVSS0.00179EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/25 2:16 a.m.15 views

CVE-2026-72700

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.7CVSS0.00255EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/25 1:30 a.m.7 views

EUVD-2026-65215

Grav CMS before 2.0.16 contains a timing vulnerability in Utils::verifyNonce that uses non-constant-time string comparison with the === operator instead of hashequals for CSRF nonce validation. Attackers can measure response timing differences to recover valid nonce values byte-by-byte through...

6.3CVSS5.4AI score0.00179EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 1:30 a.m.17 views

CVE-2026-72701

Grav CMS before 2.0.16 is affected by a timing side-channel vulnerability in Utils::verifyNonce(). The function uses a non-constant-time string comparison (the === operator) instead of PHP's hash_equals() when validating CSRF nonces . An attacker can measure response-time differences across multi...

6.3CVSS5.4AI score0.00179EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/25 1:30 a.m.15 views

CVE-2026-72701 Grav CMS before 2.0.16 Timing Attack via verifyNonce

Grav CMS before 2.0.16 contains a timing vulnerability in Utils::verifyNonce that uses non-constant-time string comparison with the === operator instead of hashequals for CSRF nonce validation. Attackers can measure response timing differences to recover valid nonce values byte-by-byte through...

6.3CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/25 1:30 a.m.31 views

CVE-2026-72700 Grav before 3.9.1 Timing Attack via Non-Constant-Time Token Comparison

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.7CVSS0.00255EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/25 1:30 a.m.14 views

CVE-2026-72700

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

8.7CVSS5.3AI score0.00255EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/24 3:21 p.m.7 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.7 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: SCTP: The comparison of MACs has been fixed to require constant-time operations. To prevent timing attacks, MACs need to be compared in constant-time. Use the appropriate helper function for this purpose...

8.1CVSS5.9AI score0.00432EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Heimdal

The fix for CVE-2022-3437 involved changing the memcmp function to run in constant time, as well as providing a workaround for a compiler bug by adding comparisons of the result with the value “!= 0” to the memcmp function. When these patches were backported to the heimdal-7.7.1 and heimdal-7.8.0...

7.5CVSS6.7AI score0.00491EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/08/22 12:58 a.m.20 views

apr-util: Apache Portable Runtime Utility: Information disclosure via timing attack in password validation

A flaw was found in Apache Portable Runtime Utility apr-util. The aprpasswordvalidate function does not perform constant-time comparisons for hashes or passwords. This vulnerability allows a remote attacker to conduct a timing attack, particularly on platforms without crypt such as Windows, BeOS,...

7.5CVSS5.3AI score0.00379EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/21 11:16 p.m.10 views

CVE-2026-53525

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions weechatstrcasecmp and strcmp to verify password hashes and plaintext passwords. An attacker can exploit timing...

7.4CVSS0.00254EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/21 10:19 p.m.21 views

EUVD-2026-64186

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions weechatstrcasecmp and strcmp to verify password hashes and plaintext passwords. An attacker can exploit timing...

7.4CVSS5.4AI score0.00254EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/21 10:19 p.m.8 views

CVE-2026-53525

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions weechatstrcasecmp and strcmp to verify password hashes and plaintext passwords. An attacker can exploit timing...

7.4CVSS5.5AI score0.00254EPSS
SaveExploits0
OSV
OSV
added 2026/08/21 10:19 p.m.24 views

CVE-2026-53525 WeeChat has Non-Constant-Time Password Hash Comparison in Relay Authentication

WeeChat Wee Enhanced Environment for Chat is a free chat client. In versions 0.3.1 through 4.9.0, the WeeChat relay authentication uses non-constant-time string comparison functions weechatstrcasecmp and strcmp to verify password hashes and plaintext passwords. An attacker can exploit timing...

7.4CVSS5.6AI score
SaveExploits0References3
CVE
CVE
added 2026/08/21 10:19 p.m.52 views

CVE-2026-53525

WeeChat (a free chat client) versions 0.3.1 through 4.9.0 are affected by a timing side-channel in relay authentication. The relay uses non-constant-time string comparison functions (weechat_strcasecmp and strcmp ) to verify password hashes and plaintext passwords. An attacker can exploit timing ...

7.4CVSS5.4AI score0.00254EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2026/08/20 12:00 a.m.9 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/20 12:00 a.m.7 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
Rows per page
Query Builder