Lucene search
+L

10055 matches found

Debian CVE
Debian CVE
added 2025/09/17 2:56 p.m.17 views

CVE-2023-53353

In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone memmgr IDR destruction to hprivrelease The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point the user context might be still held, and memory buffe...

5.5CVSS5.2AI score0.00167EPSS
SaveExploits0
OSV
OSV
added 2025/09/17 2:56 p.m.8 views

CVE-2023-53351 drm/sched: Check scheduler work queue before calling timeout handling

In the Linux kernel, the following vulnerability has been resolved: drm/sched: Check scheduler work queue before calling timeout handling During an IGT GPU reset test we see again oops despite of commit 0c8c901aaaebc9 drm/sched: Check scheduler ready before calling timeout handling. It uses ready...

5.5CVSS6.1AI score
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/17 8:11 a.m.11 views

Moderate: Red Hat Security Advisory: mysql:8.4 security update

An update for the mysql:8.4 module is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

7.5CVSS6.8AI score0.01287EPSS
SaveExploits2References52
Positive Technologies
Positive Technologies
added 2025/09/17 12:00 a.m.13 views

PT-2025-38261

Name of the Vulnerable Software and Affected Versions Dragonfly versions prior to 2.1.0 Description The access control mechanism for the Proxy feature uses simple string comparisons and is vulnerable to timing attacks. An attacker may attempt to guess the password character by character by sendin...

6.9CVSS8AI score0.00338EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/09/17 12:00 a.m.11 views

Dragonfly 安全漏洞

Dragonfly is an open source framework from DragonflyDB that allows dynamic processing of any content type. A security vulnerability exists in Dragonfly versions prior to 2.1.0, which stems from the proxy function access control mechanism using simple string comparisons, which is vulnerable to...

6.9CVSS8.9AI score0.00338EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/17 12:00 a.m.19 views

ALSA-2025:16046 Moderate: mysql:8.4 security update

MySQL is a multi-user, multi-threaded SQL database server. It consists of the MySQL server daemon mysqld and many client programs and libraries. Security Fixes: openssl: Timing side-channel in ECDSA signature computation CVE-2024-13176 mysql: mysqldump unspecified vulnerability CPU Apr 2025...

7.5CVSS7.1AI score0.01287EPSS
SaveExploits2References107
AlmaLinux
AlmaLinux
added 2025/09/17 12:00 a.m.26 views

Moderate: mysql:8.4 security update

MySQL is a multi-user, multi-threaded SQL database server. It consists of the MySQL server daemon mysqld and many client programs and libraries. Security Fixes: openssl: Timing side-channel in ECDSA signature computation CVE-2024-13176 mysql: mysqldump unspecified vulnerability CPU Apr 2025...

7.5CVSS7.1AI score0.01287EPSS
SaveExploits2References107
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:00 a.m.6 views

RHEL 9 : mysql:8.4 (RHSA-2025:16046)

The remote Redhat Enterprise Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2025:16046 advisory. MySQL is a multi-user, multi-threaded SQL database server. It consists of the MySQL server daemon mysqld and many client programs and...

6.8CVSS6.5AI score0.01007EPSS
SaveExploits1References105
GitLab Advisory Database
GitLab Advisory Database
added 2025/09/17 12:00 a.m.15 views

Dragonfly vulnerable to timing attacks against Proxy’s basic authentication

The access control mechanism for the Proxy feature uses simple string comparisons and is therefore vulnerable to timing attacks. An attacker may try to guess the password one character at a time by sending all possible characters to a vulnerable mechanism and measuring the comparison instruction’...

6.9CVSS7.1AI score0.00338EPSS
SaveExploits0References6Affected Software1
Snyk
Snyk
added 2025/09/16 10:20 p.m.5 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack via the verifyClientProof function which use Arrays.equals function. An attacker can infer sensitive authentication material by exploiting timing differences during the comparison of secret values. Remediation Upgrade...

8.7CVSS6.8AI score0.00702EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/09/16 10:20 p.m.15 views

Timing Attack Vulnerability in SCRAM Authentication

Impact A timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how...

8.7CVSS7AI score0.00702EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/16 10:20 p.m.9 views

GHSA-3WFH-36RX-9537 Timing Attack Vulnerability in SCRAM Authentication

Impact A timing attack vulnerability exists in the SCRAM Java implementation. The issue arises because Arrays.equals was used to compare secret values such as client proofs and server signatures. Since Arrays.equals performs a short-circuit comparison, the execution time varies depending on how...

8.7CVSS6AI score0.00702EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/09/16 12:20 p.m.6 views

CVE-2025-55114 BMC Control-M/Agent improper IP address filtering order

The improper order of AUTHORIZEDCTMIP validation in the Control-M/Agent, where the Control-M/Server IP address is validated only after the SSL/TLS handshake is completed, exposes the Control-M/Agent to vulnerabilities in the SSL/TLS implementation under certain non-default conditions e.g...

6.9CVSS6.6AI score0.00388EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/09/16 10:45 a.m.4 views

Race Condition within a Thread

Overview Affected versions of this package are vulnerable to Race Condition within a Thread via the Autoupdate helper tool. A local unprivileged attacker can gain elevated privileges by sending a very well-timed XPC message and connect to the daemon when it is spawned as root and requesting...

8.8CVSS6.6AI score0.00193EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.8 views

PT-2025-38753

Name of the Vulnerable Software and Affected Versions versions prior to 3.2 Description A timing attack issue exists in the SCRAM Java implementation due to the use of Arrays.equals for comparing sensitive values like client proofs and server signatures. Arrays.equals performs a short-circuit...

8.7CVSS6.8AI score0.00702EPSS
SaveExploits0References33
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.6 views

PT-2025-37619

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue has been resolved in the Linux kernel’s drm/bridge module, specifically within the megachips driver. This occurs during module removal, potentially...

6AI score0.00156EPSS
SaveExploits0References10
Packet Storm News
Packet Storm News
added 2025/09/15 12:00 a.m.26 views

Exploiting Timing Side-Channels in Quantum Circuits Simulation Via ML-Based Methods

As quantum computing advances, quantum circuit simulators serve as critical tools to bridge the current gap caused by limited quantum hardware availability. These simulators are typically deployed on cloud platforms, where users submit proprietary circuit designs for simulation. In this work, we...

6.7AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/09/14 1:33 p.m.17 views

CVE-2025-59058

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.8AI score0.00283EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/09/13 2:20 p.m.13 views

CVE-2025-58145

This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE. There are two issues related to the mapping of pages belonging to other domains: For one, an assertion is wrong there, where the case actually needs handling. A NULL...

7.5CVSS7AI score0.0045EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/09/12 9:11 p.m.21 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
Rows per page
Query Builder