Lucene search
K

217 matches found

CNNVD
CNNVD
added 2026/05/28 12:0 a.m.3 views

TREK 安全漏洞

TREK is a self-hosted, real-time collaboration travel planning tool developed by Maurice’s individual developer. It supports map management, budget tracking, and itinerary management. Versions of TREK prior to 3.0.18 contained security vulnerabilities. These vulnerabilities stemmed from the login...

5.3CVSS5.8AI score0.00036EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2026/05/16 3:26 p.m.6 views

CVE-2021-47980 Fuel CMS 1.4.13 Blind SQL Injection via col Parameter

Fuel CMS 1.4.13 contains a blind SQL injection vulnerability that allows authenticated attackers to manipulate database queries by injecting SQL code through the 'col' parameter in the Activity Log interface. Attackers can send requests to the logs endpoint with malicious SQL payloads in the 'col...

7.1CVSS5.9AI score0.00029EPSS
Exploits0References4
OSV
OSV
added 2026/04/15 6:57 p.m.4 views

GHSA-43FJ-QP3H-HRH5 Sync-in Server has Username Enumeration via Timing Attack

Summary The /api/auth/login endpoint contains a logic flaw that allows unauthenticated remote attackers to enumerate valid usernames by measuring the application's response time. Details The logic flaw can be located at the below point in source:...

6.9CVSS5.8AI score0.00045EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2026/04/15 6:57 p.m.4 views

Sync-in Server has Username Enumeration via Timing Attack

Summary The /api/auth/login endpoint contains a logic flaw that allows unauthenticated remote attackers to enumerate valid usernames by measuring the application's response time. Details The logic flaw can be located at the below point in source:...

6.9CVSS5.8AI score0.00045EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/04/13 7:31 p.m.6 views

Note Mark: Username Enumeration via Login Endpoint Timing Side-Channel

Summary A timing side-channel in the login endpoint allows unauthenticated attackers to determine whether a username exists by measuring response time differences. Requests for valid usernames take noticeably longer because the server performs bcrypt password verification, while requests for...

3.7CVSS5.9AI score0.00041EPSS
Exploits0References4Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2026/04/13 11:58 a.m.3 views

Security Bulletin: Multiple vulnerabilities in IBM SDK, Java technology affect IBM Tivoli Composite Application Manager for Transactions (Response Time)

Summary IBM SDK, Java Technology Edition is used by IBM Tivoli Composite Application Manager for Transactions Response Time Vulnerability Details CVEID:CVE-2025-53066 DESCRIPTION: An unspecified vulnerability in Java SE related to the JAXP component could allow a remote attacker to cause high...

7.5CVSS5.8AI score0.00068EPSS
Exploits0Affected Software1
OSV
OSV
added 2026/03/18 4:17 p.m.2 views

GHSA-26F5-8H2X-34XH h3 has an observable timing discrepancy in basic auth utils

Summary A Timing Side-Channel vulnerability exists in the requireBasicAuth function due to the use of unsafe string comparison !==. This allows an attacker to deduce the valid password character-by-character by measuring the server's response time, effectively bypassing password complexity...

5.9CVSS6.1AI score0.00055EPSS
Exploits1References5
Snyk
Snyk
added 2026/03/18 4:17 p.m.3 views

Timing Attack

Overview org.webjars.npm:h3 is a Minimal HTTP framework built for high performance and portability. Affected versions of this package are vulnerable to Timing Attack via the requireBasicAuth function. An attacker can recover valid authentication credentials by measuring response times and deducin...

8.2CVSS5.8AI score0.00055EPSS
Exploits1References2
Positive Technologies
Positive Technologies
added 2026/03/18 12:0 a.m.2 views

PT-2026-26193

Summary A Timing Side-Channel vulnerability exists in the requireBasicAuth function due to the use of unsafe string comparison !==. This allows an attacker to deduce the valid password character-by-character by measuring the server's response time, effectively bypassing password complexity...

5.9CVSS6AI score0.00055EPSS
Exploits1References8
CNNVD
CNNVD
added 2026/03/12 12:0 a.m.3 views

Uptime Kuma 安全漏洞

Uptime Kuma is an easy-to-use, self-hosted monitoring tool developed by Louis Lam as a personal project. Versions of Uptime Kuma from 2.0.0 to 2.1.3 contained security vulnerabilities. These vulnerabilities stemmed from the lack of verification that the monitored devices belonged to public groups...

5.3CVSS5.8AI score0.00782EPSS
Exploits1References5
Positive Technologies
Positive Technologies
added 2026/02/20 12:0 a.m.5 views

PT-2026-21333

Name of the Vulnerable Software and Affected Versions Static Web Server versions 2.1.0 through 2.40.1 Description Static Web Server SWS has a timing-based username enumeration issue in Basic Authentication. The server checks if a username exists before verifying the password. Valid usernames...

5.3CVSS5.6AI score0.00025EPSS
Exploits1References14
OSV
OSV
added 2026/02/12 10:13 p.m.1 views

GHSA-JR94-GJ3H-C8RF Directus Vulnerable to User Enumeration via Password Reset Timing Attack

Summary A timing-based user enumeration vulnerability exists in the password reset functionality. When an invalid reseturl parameter is provided, the response time differs by approximately 500ms between existing and non-existing users, enabling reliable user enumeration. Details The password rese...

5.3CVSS5.9AI score0.00014EPSS
Exploits0References6
ATTACKERKB
ATTACKERKB
added 2026/02/06 8:47 p.m.4 views

CVE-2026-25597

PrestaShop is an open source e-commerce web application. Prior to 8.2.4 and 9.0.3, there is a time-based user enumeration vulnerability in the user authentication functionality of PrestaShop. This vulnerability allows an attacker to determine whether a customer account exists in the system by...

5.3CVSS5.5AI score0.0006EPSS
Exploits0References4Affected Software1
Veracode
Veracode
added 2026/01/29 12:44 p.m.3 views

Timing Attack

OctoPrint is vulnerable to Timing Attack. The vulnerability is due to character-by-character API key comparison with early termination, which allows a network-based attacker to infer valid API keys by measuring response times and guessing the key one character at a time...

6CVSS5.9AI score0.00015EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/22 9:33 p.m.12 views

Spring Security has a broken timing attack mitigation implemented in DaoAuthenticationProvide

The fix applied in CVE-2025-22228 inadvertently broke the timing attack mitigation implemented in DaoAuthenticationProvider. This can allow attackers to infer valid usernames or other authentication behavior via response-time differences under certain configurations...

7.4CVSS5.5AI score0.00065EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/01/22 9:2 p.m.365 views

CVE-2025-22234

CVE-2025-22234 is associated with Spring Security’s timing-attack mitigation in DaoAuthenticationProvider. The described issue states that the fix applied in CVE-2025-22228 accidentally broke the mitigation, enabling an attacker to infer usernames or authentication behavior via response-time diff...

5.3CVSS5.5AI score0.00022EPSS
Exploits0References1
ATTACKERKB
ATTACKERKB
added 2026/01/22 9:2 p.m.1 views

CVE-2025-22234

The fix applied in CVE-2025-22228 inadvertently broke the timing attack mitigation implemented in DaoAuthenticationProvider. This can allow attackers to infer valid usernames or other authentication behavior via response-time differences under certain configurations...

7.4CVSS5.4AI score0.00065EPSS
Exploits0References2Affected Software1
Packet Storm News
Packet Storm News
added 2025/12/04 12:0 a.m.4 views

A Novel Trust-Based DDoS Cyberattack Detection Model for Smart Business Environments

As the frequency and complexity of Distributed Denial-of-Service DDoS attacks continue to increase, the level of threats posed to Smart Internet of Things SIoT business environments have also increased. These environments generally have several interconnected SIoT systems and devices that are...

6.6AI score
Exploits0
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2003-0300

Malware in sbrugna...

5CVSS6.4AI score0.00655EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/07 12:30 a.m.2 views

EUVD-2018-20757

Malware in sbrugna...

7.5CVSS7.6AI score0.00436EPSS
Exploits1References2
Rows per page
Query Builder