Lucene search
+L

729 matches found

CNNVD
CNNVD
added 2026/04/24 12:0 a.m.15 views

Mojic 安全漏洞

Mojic is a C-language code obfuscation tool developed by Amit Dutta. Versions of Mojic prior to 2.1.4 contained security vulnerabilities. These vulnerabilities stemmed from the use of the standard equality operator by CipherEngine to verify HMAC-SHA256 integrity checks, which could allow attacker...

4.7CVSS5.9AI score0.00108EPSS
SaveExploits0References1
Spring Security Advisories
Spring Security Advisories
added 2026/04/23 12:0 a.m.9 views

DevTools remote secret comparison is vulnerable to timing attacks

An attacker on the same network as the remote application may be able to utilize a timing attack to discover information about the remote secret. In extreme circumstances this could result in the attacker determining the secret and uploading changed classes, thereby achieving remote code executio...

7.5CVSS6.5AI score0.00262EPSS
SaveExploits0References1Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.6 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-013091)

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

8.1CVSS5.6AI score0.00426EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.6 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011046)

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

8.1CVSS5.6AI score0.00426EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/14 12:31 a.m.10 views

EUVD-2026-22136

Crypt::SecretBuffer versions before 0.019 for Perl is suseceptible to timing attacks. For example, if Crypt::SecretBuffer was used to store and compare plaintext passwords, then discrepencies in timing could be used to guess the secret password...

5.8AI score0.00396EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/04/13 10:54 p.m.22 views

CVE-2026-5086 Crypt::SecretBuffer versions before 0.019 for Perl is suseceptible to timing attacks

Crypt::SecretBuffer versions before 0.019 for Perl is suseceptible to timing attacks. For example, if Crypt::SecretBuffer was used to store and compare plaintext passwords, then discrepencies in timing could be used to guess the secret password...

0.00396EPSS
SaveExploits0References1
CVE
CVE
added 2026/04/13 10:54 p.m.21 views

CVE-2026-5086

CVE-2026-5086 affects Crypt::SecretBuffer

7.5CVSS5.8AI score0.00396EPSS
SaveExploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.14 views

PT-2026-32548

Perl CPAN CVE-2026-5086: Crypt::SecretBuffer versions before 0.019 is susceptible to timing attacks https://t.co/9mQfUsrqkz For example, if it was used to store and compare plaintext passwords, then discrepancies in timing could be used to guess the secret password...

5.8AI score0.00396EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2026/04/13 12:0 a.m.9 views

Crypt::SecretBuffer 安全漏洞

Crypt::SecretBuffer is a cryptographic buffer module developed by NERDVANA’s individual developers, designed for secure storage and memory protection of sensitive data. Versions of Crypt::SecretBuffer prior to 0.019 contained security vulnerabilities, which were due to susceptibility to timing...

7.5CVSS5.9AI score0.00396EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/03/27 12:0 a.m.13 views

Open-Xchange OX Dovecot Pro 安全漏洞

Open-Xchange OX Dovecot Pro is a mail storage and delivery system provided by the German company Open-Xchange. Open-Xchange OX Dovecot Pro has a security vulnerability; this vulnerability stems from direct comparison in credential verification and makes it vulnerable to timing attack attacks, whi...

7.4CVSS5.8AI score0.00392EPSS
SaveExploits1References1
Microsoft CVE
Microsoft CVE
added 2026/03/26 8:3 a.m.10 views

ksmbd: Compare MACs in constant time

...

7.4CVSS5.8AI score0.00392EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/03/25 6:47 p.m.7 views

CVE-2026-23364

A flaw was found in ksmbd, a Linux kernel module. This vulnerability stems from the use of a non-constant time memory comparison function when verifying Message Authentication Codes MACs. A remote attacker could exploit this timing difference to conduct a timing attack, potentially leading to the...

5.8AI score0.00392EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.8 views

SUSE CVE-2026-23364

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in constant time To prevent timing attacks, MAC comparisons need to be constant-time. Replace the memcmp with the correct function, cryptomemneq...

7.4CVSS5.7AI score0.00392EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/25 12:30 p.m.7 views

EUVD-2026-15344

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in constant time To prevent timing attacks, MAC comparisons need to be constant-time. Replace the memcmp with the correct function, cryptomemneq...

5.6AI score0.00392EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/25 10:27 a.m.9 views

CVE-2026-23364 ksmbd: Compare MACs in constant time

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in constant time To prevent timing attacks, MAC comparisons need to be constant-time. Replace the memcmp with the correct function, cryptomemneq...

7.4CVSS5.7AI score
SaveExploits0References10
CVE
CVE
added 2026/03/25 10:27 a.m.30 views

CVE-2026-23364

CVE-2026-23364 concerns the Linux kernel’s ksmbd path, where MAC comparisons were not performed in constant time. The underlying issue is a timing-attack-prone memcmp() usage; the recommended fix is to replace memcmp() with crypto_memneq() to ensure constant-time comparisons. The vulnerability is...

7.4CVSS5.6AI score0.00392EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/03/25 10:27 a.m.13 views

CVE-2026-23364

In the Linux kernel, the following vulnerability has been resolved: ksmbd: Compare MACs in constant time To prevent timing attacks, MAC comparisons need to be constant-time. Replace the memcmp with the correct function, cryptomemneq...

5.6AI score0.00392EPSS
SaveExploits0References7Affected Software1
CNNVD
CNNVD
added 2026/03/25 12:0 a.m.11 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from comparing MAC addresses using non-constant time functions, potentially leading to timing attacks...

7.4CVSS7AI score0.00392EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added 2026/03/07 1:44 a.m.10 views

CVE-2026-28475

OpenClaw versions prior to 2026.2.13 use non-constant-time string comparison for hook token validation, allowing attackers to infer tokens through timing measurements. Remote attackers with network access to the hooks endpoint can exploit timing side-channels across multiple requests to gradually...

6.3CVSS5.8AI score0.00284EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/03/07 1:44 a.m.6 views

CVE-2026-28464

OpenClaw versions prior to 2026.2.12 use non-constant-time string comparison for hook token validation, allowing attackers to infer tokens through timing measurements. Remote attackers with network access to the hooks endpoint can exploit timing side-channels across multiple requests to gradually...

8.2CVSS5.8AI score0.00386EPSS
SaveExploits0References1
Rows per page
Query Builder