Lucene search
+L

9950 matches found

RedhatCVE
RedhatCVE
added 2026/02/23 7:26 a.m.19 views

CVE-2026-27480

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS5.5AI score0.00349EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/02/22 7:24 a.m.19 views

CVE-2026-27467

BigBlueButton is an open-source virtual classroom. In versions 3.0.19 and below, when first joining a session with the microphone muted, the client sends audio to the server regardless of mute state. Media is discarded at the server side, so it isn't audible to any participants, but this may allo...

2.4CVSS5.4AI score0.00174EPSS
SaveExploits0References1
NVD
NVD
added 2026/02/21 10:16 a.m.16 views

CVE-2026-27480

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS0.00349EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/02/21 9:14 a.m.8 views

CVE-2026-27480

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS5.6AI score0.00349EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2026/02/21 9:14 a.m.33 views

CVE-2026-27480 Static Web Server: Timing-Based Username Enumeration in Basic Authentication

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS0.00349EPSS
SaveExploits1References2
CVE
CVE
added 2026/02/21 9:14 a.m.31 views

CVE-2026-27480

CVE-2026-27480 affects Static Web Server (SWS) versions 2.1.0 through 2.40.1. The vulnerability is a timing-based username enumeration in Basic Authentication: the server checks whether a username exists before validating the password, causing valid usernames to take a slower path (e.g., bcrypt h...

5.3CVSS5.6AI score0.00349EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/02/21 9:14 a.m.6 views

CVE-2026-27480 Static Web Server: Timing-Based Username Enumeration in Basic Authentication

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS5.5AI score0.00349EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/21 9:14 a.m.11 views

CVE-2026-27480 Static Web Server: Timing-Based Username Enumeration in Basic Authentication

Static Web Server SWS is a production-ready web server suitable for static web files or assets. In versions 2.1.0 through 2.40.1, a timing-based username enumeration vulnerability in Basic Authentication allows attackers to identify valid users by exploiting early responses for invalid usernames,...

5.3CVSS5.7AI score
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/02/20 6:25 p.m.17 views

Static Web Server affected by timing-based username enumeration in Basic Authentication due to early response on invalid usernames

Summary A Timing-based username enumeration in Basic Authentication vulnerability due to early response on invalid usernames could allow attackers to identify valid users and focus their efforts on targeted brute-force or credential-stuffing attacks. Details SWS validates the provided username...

5.3CVSS5.9AI score0.00349EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/02/20 6:25 p.m.24 views

GHSA-QHP6-635J-X7R2 Static Web Server affected by timing-based username enumeration in Basic Authentication due to early response on invalid usernames

Summary A Timing-based username enumeration in Basic Authentication vulnerability due to early response on invalid usernames could allow attackers to identify valid users and focus their efforts on targeted brute-force or credential-stuffing attacks. Details SWS validates the provided username...

5.3CVSS5.9AI score0.00349EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/02/20 12:00 a.m.23 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.00349EPSS
SaveExploits1References14
OSV
OSV
added 2026/02/19 10:09 p.m.2 views

GHSA-WFQV-66VQ-46RM Cosign considered signatures valid with expired intermediate certificates when transparency log verification is skipped

Summary When verifying artifact signatures using a certificate, Cosign first verifies the certificate chain using the leaf certificate's "not before" timestamp and later checks expiry of the leaf certificate using either a signed timestamp provided by the Rekor transparency log or from a timestam...

3.7CVSS5.5AI score0.00197EPSS
SaveExploits2References5
Snyk
Snyk
added 2026/02/19 8:15 p.m.14 views

Timing Attack

Overview hono is an Ultrafast web framework for the Edges Affected versions of this package are vulnerable to Timing Attack via the timingSafeEqual function. An attacker can infer sensitive information by performing timing analysis attacks during authentication comparisons. Remediation Upgrade ho...

6.3CVSS5.6AI score
SaveExploits0References2
OSV
OSV
added 2026/02/19 8:15 p.m.16 views

GHSA-GQ3J-XVXP-8HRF Hono added timing comparison hardening in basicAuth and bearerAuth

Summary The basicAuth and bearerAuth middlewares previously used a comparison that was not fully timing-safe. The timingSafeEqual function used normal string equality === when comparing hash values. This comparison may stop early if values differ, which can theoretically cause small timing...

3.7CVSS5.8AI score0.00229EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/02/19 8:15 p.m.136 views

Hono added timing comparison hardening in basicAuth and bearerAuth

Summary The basicAuth and bearerAuth middlewares previously used a comparison that was not fully timing-safe. The timingSafeEqual function used normal string equality === when comparing hash values. This comparison may stop early if values differ, which can theoretically cause small timing...

5.4AI score
SaveExploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/02/19 12:00 a.m.11 views

Debian dla-4484 : python-django-doc - security update

The remote Debian 11 host has packages installed that are affected by multiple vulnerabilities as referenced in the dla-4484 advisory. - ------------------------------------------------------------------------- Debian LTS Advisory DLA-4484-1 [email protected]...

8.5CVSS6.1AI score0.15656EPSS
SaveExploits6References16
Snyk
Snyk
added 2026/02/17 2:56 p.m.6 views

Use After Free

Overview Affected versions of this package are vulnerable to Use After Free in the RecordBatchFileReader::PreBufferMetadata API call . An attacker can cause memory corruption or application crashes by providing a specially crafted IPC file with variadic buffers and exploiting multi-threaded IO...

7CVSS5.8AI score0.00807EPSS
SaveExploits0References2
Schneier on Security
Schneier on Security
added 2026/02/17 12:01 p.m.11 views

Side-Channel Attacks Against LLMs

Here are three papers describing different side-channel attacks against LLMs. "Remote Timing Attacks on Efficient Language Model Inference": Abstract: Scaling up language models has significantly increased their capabilities. But larger models are slower models, and so there is now an extensive...

5.7AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2026/02/16 12:13 p.m.13 views

kernel: nvme-tcp: fix NULL pointer dereferences in nvmet_tcp_build_pdu_iovec

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: fix NULL pointer dereferences in nvmettcpbuildpduiovec Commit efa56305908b "nvmet-tcp: Fix a kernel panic when host sends an invalid H2C PDU length" added ttag bounds checking and dataoffset validation in...

7.5CVSS5.7AI score0.0071EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2026/02/14 4:27 p.m.9 views

CVE-2026-23210 ice: Fix PTP NULL pointer dereference during VSI rebuild

In the Linux kernel, the following vulnerability has been resolved: ice: Fix PTP NULL pointer dereference during VSI rebuild Fix race condition where PTP periodic work runs while VSI is being rebuilt, accessing NULL vsi-rxrings. The sequence was: 1. iceptpprepareforreset cancels PTP work 2...

5.3AI score0.00106EPSS
SaveExploits0References3
Rows per page
Query Builder