Lucene search
+L

1366 matches found

Github Security Blog
Github Security Blog
added 2026/03/20 5:25 p.m.11 views

Vikunja has a 2FA Bypass via Caldav Basic Auth

Summary The Caldav endpoint allows login using Basic Authentication, which in turn allows users to bypass the TOTP on 2FA-enabled accounts. The user can then access standard project information that would normally be protected behind 2FA if enabled, such as project name, description, etc. Details...

6.9CVSS5.8AI score0.00302EPSS
SaveExploits1References5Affected Software1
EUVD
EUVD
added 2026/03/20 3:43 p.m.11 views

EUVD-2026-13664

Traefik Affected by BasicAuth Middleware Timing Attack Allows Username Enumeration...

6.3CVSS5.8AI score0.00385EPSS
SaveExploits0References5
Snyk
Snyk
added 2026/03/20 12:44 p.m.11 views

Timing Attack

Overview Affected versions of this package are vulnerable to Timing Attack via the BasicAuth middleware. An attacker can enumerate valid usernames by measuring the response time differences when submitting authentication requests. Remediation Upgrade...

6.3CVSS5.8AI score0.00385EPSS
SaveExploits0References2
Snyk
Snyk
added 2026/03/20 12:44 p.m.7 views

Timing Attack

Overview github.com/traefik/traefik/v2/pkg/middlewares/auth is a Cloud Native Application Proxy. Affected versions of this package are vulnerable to Timing Attack via the BasicAuth middleware. An attacker can enumerate valid usernames by measuring the response time differences when submitting...

6.3CVSS5.8AI score0.00385EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/03/20 10:08 a.m.13 views

CVE-2026-32595

Traefik is an HTTP reverse proxy and load balancer. Versions 2.11.40 and below, 3.0.0-beta1 through 3.6.11, and 3.7.0-ea.1 comtain BasicAuth middleware that allows username enumeration via a timing attack. When a submitted username exists, the middleware performs a bcrypt password comparison taki...

6.3CVSS5.8AI score0.00385EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/20 9:41 a.m.7 views

CVE-2026-33129 h3 has an observable timing discrepancy in basic auth utils

H3 is a minimal HTTP framework. Versions 2.0.1-beta.0 through 2.0.0-rc.8 contain a Timing Side-Channel vulnerability 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...

5.9CVSS5.8AI score0.00319EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/20 9:41 a.m.6 views

CVE-2026-33129

H3 is a minimal HTTP framework. Versions 2.0.1-beta.0 through 2.0.0-rc.8 contain a Timing Side-Channel vulnerability 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...

5.9CVSS5.8AI score0.00319EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/20 9:41 a.m.9 views

CVE-2026-33129 h3 has an observable timing discrepancy in basic auth utils

H3 is a minimal HTTP framework. Versions 2.0.1-beta.0 through 2.0.0-rc.8 contain a Timing Side-Channel vulnerability 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...

5.9CVSS5.8AI score
SaveExploits0References5
GitLab Advisory Database
GitLab Advisory Database
added 2026/03/20 12:00 a.m.15 views

Vikunja has a 2FA Bypass via Caldav Basic Auth

The Caldav endpoint allows login using Basic Authentication, which in turn allows users to bypass the TOTP on 2FA-enabled accounts. The user can then access standard project information that would normally be protected behind 2FA if enabled, such as project name, description, etc...

6.9CVSS5.8AI score0.00302EPSS
SaveExploits1References6Affected Software1
Positive Technologies
Positive Technologies
added 2026/03/20 12:00 a.m.9 views

PT-2026-26752

Name of the Vulnerable Software and Affected Versions Vikunja versions prior to 2.1.0 Description The Caldav endpoint allows login using Basic Authentication, which bypasses the TOTP for accounts with 2FA enabled. This allows access to project information normally protected by 2FA, such as projec...

6.9CVSS5.9AI score0.00302EPSS
SaveExploits1
CNNVD
CNNVD
added 2026/03/20 12:00 a.m.13 views

Traefik 安全漏洞

Traefik is an open-source reverse proxy and load balancing tool developed by Traefik. Versions of Traefik such as 2.11.40, 3.0.0-beta1 to 3.6.11, and 3.7.0-ea.1 contain security vulnerabilities. These vulnerabilities stem from a timing discrepancy in the BasicAuth middleware, which may lead to...

6.3CVSS6.4AI score0.00385EPSS
SaveExploits0References4
NVD
NVD
added 2026/03/18 6:16 p.m.11 views

CVE-2026-32633

Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.2, in Central Browser mode, the /api/4/serverslist endpoint returns raw server objects from GlancesServersList.getserverslist. Those objects are mutated in-place during background polling and can contain a uri...

9.1CVSS0.00472EPSS
SaveExploits1References3
ATTACKERKB
ATTACKERKB
added 2026/03/18 5:53 p.m.5 views

CVE-2026-32633

Glances is an open-source system cross-platform monitoring tool. Prior to version 4.5.2, in Central Browser mode, the /api/4/serverslist endpoint returns raw server objects from GlancesServersList.getserverslist. Those objects are mutated in-place during background polling and can contain a uri...

9.1CVSS5.8AI score0.00472EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/03/18 4:17 p.m.11 views

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.00319EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/18 4:17 p.m.43 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.00319EPSS
SaveExploits1References5
NVD
NVD
added 2026/03/13 7:54 p.m.14 views

CVE-2026-31882

Dagu is a workflow engine with a built-in Web user interface. Prior to 2.2.4, when Dagu is configured with HTTP Basic authentication DAGUAUTHMODE=basic, all Server-Sent Events SSE endpoints are accessible without any credentials. This allows unauthenticated attackers to access real-time DAG...

7.5CVSS0.00778EPSS
SaveExploits1References4
CVE
CVE
added 2026/03/13 7:28 p.m.24 views

CVE-2026-31882

Summary: CVE-2026-31882 affects Dagu, a workflow engine. Before v2.2.4, when DAGU_AUTH_MODE=basic, SSE endpoints are accessible without credentials, allowing unauthenticated access to real-time DAG data, configurations, logs, and queue status via a flaw in buildStreamAuthOptions() where BasicAuth...

7.5CVSS6AI score0.00778EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/03/13 7:28 p.m.42 views

CVE-2026-31882 Dagu SSE Authentication Bypass in Basic Auth Mode

Dagu is a workflow engine with a built-in Web user interface. Prior to 2.2.4, when Dagu is configured with HTTP Basic authentication DAGUAUTHMODE=basic, all Server-Sent Events SSE endpoints are accessible without any credentials. This allows unauthenticated attackers to access real-time DAG...

7.5CVSS0.00778EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/03/13 7:28 p.m.5 views

CVE-2026-31882

Dagu is a workflow engine with a built-in Web user interface. Prior to 2.2.4, when Dagu is configured with HTTP Basic authentication DAGUAUTHMODE=basic, all Server-Sent Events SSE endpoints are accessible without any credentials. This allows unauthenticated attackers to access real-time DAG...

7.5CVSS6AI score0.00778EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/03/13 7:28 p.m.10 views

CVE-2026-31882 Dagu SSE Authentication Bypass in Basic Auth Mode

Dagu is a workflow engine with a built-in Web user interface. Prior to 2.2.4, when Dagu is configured with HTTP Basic authentication DAGUAUTHMODE=basic, all Server-Sent Events SSE endpoints are accessible without any credentials. This allows unauthenticated attackers to access real-time DAG...

7.5CVSS6AI score
SaveExploits0References6
Rows per page
Query Builder