Lucene search
+L

215 matches found

CVE
CVE
added 2025/12/09 12:12 a.m.23 views

CVE-2013-10031

Plack-Middleware-Session (Perl) versions before 0.17 are vulnerable to HMAC comparison timing attacks. Affected component: Plack::Middleware::Session; root cause is a timing-attack vulnerability in HMAC comparison. Impact is described as a potential exposure via timing differences, with no explic...

7.5CVSS6.5AI score0.00285EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2025/12/05 5:16 p.m.11 views

CVE-2025-66511

Nextcloud Calendar is a calendar app for Nextcloud. Prior to 6.0.3, the Calendar app generates participant tokens for meeting proposals using a hash function, allowing an attacker to compute valid participant tokens, which allowed them to request details and submit dates in meeting proposals. The...

6.5CVSS0.00288EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/05 4:42 p.m.12 views

CVE-2025-66511 Nextcloud Calendar app used predictable proposal participant tokens

Nextcloud Calendar is a calendar app for Nextcloud. Prior to 6.0.3, the Calendar app generates participant tokens for meeting proposals using a hash function, allowing an attacker to compute valid participant tokens, which allowed them to request details and submit dates in meeting proposals. The...

4.8CVSS6.7AI score
SaveExploits0References6
OSV
OSV
added 2025/12/04 4:54 p.m.8 views

GHSA-869P-CJFG-CM3X auth0/node-jws Improperly Verifies HMAC Signature

Overview An improper signature verification vulnerability exists when using auth0/node-jws with the HS256 algorithm under specific conditions. Am I Affected? You are affected by this vulnerability if you meet all of the following preconditions: 1. Application uses the auth0/node-jws implementatio...

7.5CVSS6.6AI score0.00219EPSS
SaveExploits1References7
Debian
Debian
added 2025/12/03 9:31 p.m.15 views

[SECURITY] [DSA 6069-1] openvpn security update

------------------------------------------------------------------------- Debian Security Advisory DSA-6069-1 [email protected] https://www.debian.org/security/ Salvatore Bonaccorso December 03, 2025 https://www.debian.org/security/faq -...

8.2CVSS6.9AI score0.00627EPSS
SaveExploits0
Packet Storm News
Packet Storm News
added 2025/11/30 12:00 a.m.7 views

Deterministic Random Bit Generators Based on Ascon for Embedded Systems

As the Deterministic Random Bit Generator DRBG serves as a fundamental component in random number generation and cryptographic applications, its performance and security are particularly critical in resource-constrained embedded systems, where memory capacity and computational efficiency are...

7.1AI score
SaveExploits0
Ubuntu
Ubuntu
added 2025/11/27 4:34 p.m.8 views

USN-7898-1: OpenVPN vulnerability

Joshua Rogers discovered that OpenVPN incorrectly handled HMAC verification checks. A remote attacker could possibly use this issue to bypass source IP address validation...

8.2CVSS8AI score0.00627EPSS
SaveExploits0
OSV
OSV
added 2025/11/27 4:34 p.m.9 views

USN-7898-1 openvpn vulnerability

Joshua Rogers discovered that OpenVPN incorrectly handled HMAC verification checks. A remote attacker could possibly use this issue to bypass source IP address validation...

8.2CVSS5.8AI score0.00627EPSS
SaveExploits0References2
CVE
CVE
added 2025/11/18 12:00 a.m.23 views

CVE-2025-55796

OpenML Frontend (openml.org) web app version v2.0.20241110 is affected by a token-generation flaw. Tokens used for signup confirmation, password resets, email confirmations/resends, and email changes are MD5-based and generated from the current timestamp (format "%d %H:%M:%S") without user-specif...

7.5CVSS6.7AI score0.00591EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/11/18 12:00 a.m.8 views

CVE-2025-55796

The openml/openml.org web application version v2.0.20241110 uses predictable MD5-based tokens for critical user workflows such as signup confirmation, password resets, email confirmation resends, and email change confirmation. These tokens are generated by hashing the current timestamp formatted ...

6.7AI score0.00591EPSS
SaveExploits1References3
Packet Storm News
Packet Storm News
added 2025/11/05 12:00 a.m.16 views

Security and Privacy Management of IoT Using Quantum Computing

The convergence of the Internet of Things IoT and quantum computing is redefining the security paradigm of interconnected digital systems. Classical cryptographic algorithms such as RSA, Elliptic Curve Cryptography ECC, and Advanced Encryption Standard AES have long provided the foundation for...

7AI score
SaveExploits0
Snyk
Snyk
added 2025/11/03 5:07 p.m.7 views

Incorrect Comparison

Overview mantisbt/mantisbt is a mantis bug tracker. Affected versions of this package are vulnerable to Incorrect Comparison via the authenticationapi.php process. An attacker can gain unauthorized access to user accounts by exploiting PHP type juggling in the authentication logic, allowing login...

9.1CVSS7.3AI score0.00322EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/27 4:53 p.m.7 views

MGASA-2025-0248 Updated libtpms package fixes security vulnerability

It was discovered that libtpms had a potential out-of-bound access & abort due to HMAC signing issue CVE-2025-49133...

5.9CVSS7AI score0.00141EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2023-38418

Malicious code in bioql PyPI...

8.8CVSS8.6AI score0.00197EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:07 p.m.12 views

EUVD-2023-38529

Malicious code in bioql PyPI...

8.1CVSS8.1AI score0.00304EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/12 9:11 p.m.16 views

GHSA-Q7PG-9PR4-MRP2 httpsig-rs: HMAC verification is vulnerable to timing attack

Summary HMAC signature comparison is not timing-safe and is vulnerable to timing attacks. Details SharedKey::sign returns a Vec which has a non-constant-time equality implementation. Hmac::finalize returns a constant-time wrapper CtOutput which was discarded. Alternatively, Hmac has a constant-ti...

5.9CVSS6.9AI score0.00283EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/09/12 9:11 p.m.20 views

httpsig-rs: HMAC verification is vulnerable to timing attack

Summary HMAC signature comparison is not timing-safe and is vulnerable to timing attacks. Details SharedKey::sign returns a Vec which has a non-constant-time equality implementation. Hmac::finalize returns a constant-time wrapper CtOutput which was discarded. Alternatively, Hmac has a constant-ti...

5.9CVSS6.9AI score0.00283EPSS
SaveExploits0References4Affected Software1
Snyk
Snyk
added 2025/09/12 9:11 p.m.3 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack in the SharedKey::sign function. An attacker can potentially forge signatures by exploiting differences in processing time during HMAC signature verification. Remediation Upgrade httpsig to version 0.0.19 or higher...

8.2CVSS6.7AI score0.00283EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/12 1:10 p.m.13 views

CVE-2025-59058 httpsig-rs's HMAC verification is vulnerable to timing attack

httpsig-rs is a Rust implementation of IETF RFC 9421 http message signatures. Prior to version 0.0.19, the HMAC signature comparison is not timing-safe. This makes anyone who uses HS256 signature verification vulnerable to a timing attack that allows the attacker to forge a signature. Version...

5.9CVSS6.5AI score
SaveExploits0References4
CVE
CVE
added 2025/09/12 1:10 p.m.21 views

CVE-2025-59058

Affected software: httpsig-rs (Rust implementation of IETF RFC 9421 http message signatures). Vulnerability: Prior to version 0.0.19, HMAC signature comparison is not timing-safe, allowing a timing attack to forge signatures during HS256 verification. Impact (as stated): Attack could forge a sign...

5.9CVSS6.4AI score0.00283EPSS
SaveExploits0References2
Rows per page
Query Builder