Lucene search
+L

285 matches found

CVE
CVE
added 2026/09/14 5:14 p.m.7 views

CVE-2026-70658

Pay is a payments engine for Ruby on Rails 6.0+. Prior to version 11.6.2 , the method Pay::Webhooks::PaddleBillingController#valid_signature? compares the computed 64-character SHA-256 HMAC against the attacker-controlled h1 token from the Paddle-Signature header using Ruby's String#== (a non-con...

7.4CVSS5.8AI score0.00501EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/14 5:14 p.m.5 views

CVE-2026-70658 pay-rails/pay: non-constant-time HMAC comparison in Paddle Billing webhook signature verifier

Pay is a payments engine for Ruby on Rails 6.0 and higher. Prior to 11.6.2, Pay::Webhooks::PaddleBillingControllervalidsignature? in app/controllers/pay/webhooks/paddlebillingcontroller.rb compares the computed 64-character SHA-256 HMAC with the attacker-controlled h1 token from the...

7.4CVSS5.8AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/14 5:14 p.m.29 views

CVE-2026-70658 pay-rails/pay: non-constant-time HMAC comparison in Paddle Billing webhook signature verifier

Pay is a payments engine for Ruby on Rails 6.0 and higher. Prior to 11.6.2, Pay::Webhooks::PaddleBillingControllervalidsignature? in app/controllers/pay/webhooks/paddlebillingcontroller.rb compares the computed 64-character SHA-256 HMAC with the attacker-controlled h1 token from the...

7.4CVSS0.00501EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/08 9:24 p.m.8 views

phpseclib — non-constant-time X25519 scalar multiplication permits full private-key recovery

The pure-PHP X25519 scalar multiplication in phpseclib is not constant-time. Field addition and subtraction each perform a data-dependent conditional modular reduction, so the cost of each Montgomery-ladder step is a linear function of that step's reduction count which is a quantity determined by...

6.3CVSS5.8AI score0.00212EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/09/08 9:24 p.m.6 views

GHSA-Q97C-8QH3-FPC6 phpseclib — non-constant-time X25519 scalar multiplication permits full private-key recovery

The pure-PHP X25519 scalar multiplication in phpseclib is not constant-time. Field addition and subtraction each perform a data-dependent conditional modular reduction, so the cost of each Montgomery-ladder step is a linear function of that step's reduction count which is a quantity determined by...

6.3CVSS5.8AI score0.00212EPSS
SaveExploits0References6
Ubuntu
Ubuntu
added 2026/09/03 12:35 p.m.11 views

USN-8719-1: APR-util vulnerabilities

It was discovered that APR-util incorrectly performed password hash comparisons in a way that was not constant-time. An attacker could possibly use this issue to obtain sensitive information. CVE-2025-49506 It was discovered that APR-util incorrectly handled recursive XML element quoting. An...

9.1CVSS6.3AI score0.00508EPSS
SaveExploits0
NVD
NVD
added 2026/08/28 11:17 p.m.20 views

CVE-2026-55785

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the AUSF component performs cryptographic authentication comparisons in internal/sbi/processor/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS0.00284EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/28 10:25 p.m.30 views

CVE-2026-55785

free5GC's AUSF component (prior to version 1.4.5) performs 5G-AKA cryptographic authentication comparisons in ue_authentication.go using non-constant-time helpers: strings.EqualFold for RES*/XRES* and bytes.Equal for AT_MAC/XMAC. Additionally, the expected XRES* value is logged at INFO level befo...

3.7CVSS5.9AI score0.00284EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/28 10:25 p.m.43 views

CVE-2026-55785 free5GC AUSF uses non-constant-time authentication comparisons and logs XRES* in 5G-AKA

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the AUSF component performs cryptographic authentication comparisons in internal/sbi/processor/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS0.00284EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/28 10:25 p.m.16 views

EUVD-2026-68017

free5GC is an open-source implementation of the 5G core network. Prior to 1.4.5, the AUSF component performs cryptographic authentication comparisons in internal/sbi/processor/ueauthentication.go with ordinary equality helpers. Auth5gAkaComfirmRequestProcedure compares RES and XRES with...

3.7CVSS5.9AI score0.00284EPSS
SaveExploits0References4
NVD
NVD
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.9CVSS0.00257EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:57 p.m.53 views

CVE-2026-59276 Timing Attack via Non-Constant-Time Comparison of Sensitive Values

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.9CVSS0.00257EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:57 p.m.113 views

CVE-2026-59276

Spring Security is affected by a timing attack vulnerability in several components that compare security-sensitive values using standard String.equals() instead of a constant-time comparison. Because String.equals() returns as soon as a differing character is found, the response time for rejectin...

5.9CVSS5.3AI score0.00257EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/08/25 2:16 a.m.16 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.21 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.10 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.20 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
Cvelist
Cvelist
added 2026/08/25 1:30 a.m.35 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.18 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.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
Rows per page
Query Builder