Lucene search
+L

9972 matches found

EUVD
EUVD
added 2026/01/21 10:27 p.m.10 views

EUVD-2026-4139

FastAPI Api Key has a timing side-channel in verifykey that allows statistical key validity detection...

3.7CVSS5.3AI score0.00264EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/01/21 10:27 p.m.15 views

FastAPI Api Key has a timing side-channel in verify_key that allows statistical key validity detection

Impact Timing side-channel vulnerability in verifykey. The method applied a random delay only on verification failures, allowing an attacker to statistically distinguish valid from invalid API keys by measuring response latencies. With enough repeated requests, an adversary could infer whether a...

3.7CVSS5.6AI score0.00264EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/01/21 10:27 p.m.19 views

GHSA-95C6-P277-P87G FastAPI Api Key has a timing side-channel in verify_key that allows statistical key validity detection

Impact Timing side-channel vulnerability in verifykey. The method applied a random delay only on verification failures, allowing an attacker to statistically distinguish valid from invalid API keys by measuring response latencies. With enough repeated requests, an adversary could infer whether a...

3.7CVSS5.6AI score0.00264EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/01/21 10:27 p.m.11 views

Timing Attack

Overview fastapi-api-key is a fastapi-api-key provides secure, production-ready API key management for FastAPI. It offers pluggable hashing strategies Argon2 or bcrypt, backend-agnostic persistence currently SQLAlchemy, and an optional cache layer aiocache. Includes a Typer CLI and a FastAPI rout...

6.3CVSS5.7AI score0.00264EPSS
SaveExploits0References2
OSV
OSV
added 2026/01/21 5:29 a.m.7 views

USN-7970-1 iperf3 vulnerabilities

Jorge Sancho Larraz discovered that iperf3 did not properly manage certain inputs, which could cause the server process to stop responding, waiting for input on the control connection. A remote attacker could possibly use this issue to cause a denial of service. This issue was only addressed in...

10CVSS7.3AI score0.01098EPSS
SaveExploits1References6
Ubuntu
Ubuntu
added 2026/01/21 5:29 a.m.18 views

USN-7970-1: iperf3 vulnerabilities

Jorge Sancho Larraz discovered that iperf3 did not properly manage certain inputs, which could cause the server process to stop responding, waiting for input on the control connection. A remote attacker could possibly use this issue to cause a denial of service. This issue was only addressed in...

10CVSS6.7AI score0.01098EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/01/21 1:02 a.m.17 views

File Browser Vulnerable to Username Enumeration via Timing Attack in /api/login

Summary The JSONAuth.Auth function contains a logic flaw that allows unauthenticated attackers to enumerate valid usernames by measuring the response time of the /api/login endpoint. Details The vulnerability exists due to a "short-circuit" evaluation in the authentication logic. When a username ...

5.3CVSS6AI score0.00433EPSS
SaveExploits1References4Affected Software2
OSV
OSV
added 2026/01/21 1:02 a.m.10 views

GHSA-43MM-M3H2-3PRC File Browser Vulnerable to Username Enumeration via Timing Attack in /api/login

Summary The JSONAuth.Auth function contains a logic flaw that allows unauthenticated attackers to enumerate valid usernames by measuring the response time of the /api/login endpoint. Details The vulnerability exists due to a "short-circuit" evaluation in the authentication logic. When a username ...

5.3CVSS6AI score0.00433EPSS
SaveExploits1References4
EUVD
EUVD
added 2026/01/21 1:02 a.m.15 views

EUVD-2026-3287

File Browser Vulnerable to Username Enumeration via Timing Attack in /api/login...

5.3CVSS5.3AI score0.00433EPSS
SaveExploits1References3
Snyk
Snyk
added 2026/01/21 1:02 a.m.2 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack via the JSONAuth.Auth function. An unauthenticated attacker can determine valid usernames by measuring the response time of the /api/login endpoint, exploiting the timing discrepancy between valid and invalid username...

6.3CVSS5.9AI score0.00433EPSS
SaveExploits1References2
Snyk
Snyk
added 2026/01/21 1:02 a.m.5 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack via the JSONAuth.Auth function. An unauthenticated attacker can determine valid usernames by measuring the response time of the /api/login endpoint, exploiting the timing discrepancy between valid and invalid username...

6.3CVSS5.6AI score0.00433EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2026/01/21 12:00 a.m.35 views

PT-2026-3874

Name of the Vulnerable Software and Affected Versions FastAPI Api Key versions prior to 1.1.0 Description The verify key function in FastAPI Api Key contains a timing side-channel that allows an attacker to differentiate between valid and invalid API keys by measuring response latencies. The meth...

3.7CVSS5.3AI score0.00264EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2026/01/21 12:00 a.m.18 views

FastAPI API Key security vulnerability

The FastAPI API Key is a secure key store developed by Athroniaeth’s individual developers. There is a security vulnerability in the FastAPI API Key version 1.1.0; this vulnerability stems from a timing side channel in the verifykey method, which may allow attackers to infer the validity of the A...

3.7CVSS5.8AI score0.00264EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/01/20 9:22 p.m.5 views

CVE-2026-23849

File Browser provides a file managing interface within a specified directory and can be used to upload, delete, preview, rename, and edit files. Prior to version 2.55.0, the JSONAuth. Auth function contains a logic flaw that allows unauthenticated attackers to enumerate valid usernames by measuri...

5.3CVSS5.7AI score0.00433EPSS
SaveExploits1References1
AlpineLinux
AlpineLinux
added 2026/01/20 8:41 p.m.19 views

CVE-2025-55131

A flaw in Node.js's buffer allocation logic can expose uninitialized memory when allocations are interrupted, when using the vm module with the timeout option. Under specific timing conditions, buffers allocated with Buffer.alloc and other TypedArray instances like Uint8Array may contain leftover...

7.1CVSS7.3AI score0.03383EPSS
SaveExploits0
NVD
NVD
added 2026/01/20 7:15 p.m.21 views

CVE-2025-66803

Race condition in the turbo-frame element handler in Hotwired Turbo before 8.0.x causes logout operations to fail when delayed frame responses reapply session cookies after logout. This can be exploited by remote attackers via selective network delays e.g. delaying requests based on sequence or...

4.8CVSS0.00252EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:00 a.m.6 views

MiracleLinux 9 : buildah-1.33.6-2.el9 (AXSA:2024-7786:03)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2024-7786:03 advisory. golang: net/http/internal: Denial of Service DoS via Resource Consumption via HTTP requests CVE-2023-39326 golang: crypto/tls: Timing Side Channel...

7.5CVSS7.6AI score0.0125EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:00 a.m.8 views

MiracleLinux 8 : gnutls-3.6.16-6.el8 (AXSA:2023-5270:02)

The remote MiracleLinux 8 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2023-5270:02 advisory. gnutls: timing side-channel in the TLS RSA key exchange code CVE-2023-0361 Tenable has extracted the preceding description block directly from the MiracleLin...

7.4CVSS8.6AI score0.01403EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:00 a.m.4 views

MiracleLinux 9 : java-1.8.0-openjdk-1.8.0.402.b06-2.el9.ML.1 (AXSA:2024-7446:04)

The remote MiracleLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the AXSA:2024-7446:04 advisory. OpenJDK: array out-of-bounds access due to missing range check in C1 compiler 8314468 CVE-2024-20918 OpenJDK: RSA padding issue and timing...

7.4CVSS7.5AI score0.01035EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/01/20 12:00 a.m.9 views

MiracleLinux 9 : nss-3.90.0-4.el9_3 (AXSA:2024-7386:01)

The remote MiracleLinux 9 host has packages installed that are affected by a vulnerability as referenced in the AXSA:2024-7386:01 advisory. nss: timing attack against RSA decryption CVE-2023-5388 Tenable has extracted the preceding description block directly from the MiracleLinux security advisor...

6.5CVSS8.2AI score0.00822EPSS
SaveExploits0References2
Rows per page
Query Builder