Lucene search
+L

2724 matches found

OSV
OSV
added 2026/08/07 8:11 p.m.7 views

JLSEC-2026-1210 Successfully using libcurl to do a transfer over a specific HTTP proxy (`proxyA`) with **Digest**...

Successfully using libcurl to do a transfer over a specific HTTP proxy proxyA with Digest authentication and then changing the proxy host to a second one proxyB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Proxy-Authorization: header field meant for proxyA, to...

5.3CVSS5.4AI score0.00471EPSS
SaveExploits1References6
OSV
OSV
added 2026/08/07 8:11 p.m.6 views

JLSEC-2026-1201 Successfully using libcurl to do a transfer to a specific HTTP origin (`hostA`) with **Digest**...

Successfully using libcurl to do a transfer to a specific HTTP origin hostA with Digest authentication and then changing the origin to a different one hostB for a second transfer, reusing the same handle, makes libcurl wrongly pass on the Authorization: header field meant for hostA, to hostB...

9.8CVSS5AI score0.00604EPSS
SaveExploits1References5
OSV
OSV
added 2026/08/07 8:11 p.m.7 views

JLSEC-2026-1216 When reusing a libcurl handle for sequential transfers driven by environment-variable proxy...

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against proxyA using Digest auth, a subsequent transfer routed...

9.1CVSS5AI score0.0044EPSS
SaveExploits1References5
Microsoft CVE
Microsoft CVE
added 2026/08/07 8:16 a.m.11 views

nvmet-tcp: check INIT_FAILED before nvmet_req_uninit in digest error path

...

9.8CVSS5.2AI score0.00384EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:0 a.m.8 views

Fedora 43 : curl (2026-097fb2e7e9)

The remote Fedora 43 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2026-097fb2e7e9 advisory. - fix cross-proxy Digest auth state leak CVE-2026-7168 - fix cross-origin Digest auth state leak CVE-2026-11856 - fix password leak with netrc and...

9.8CVSS6AI score0.00604EPSS
SaveExploits5References6
OSV
OSV
added 2026/08/06 4:53 p.m.5 views

GHSA-X677-9FXG-V5C5 Traefik: Incomplete fix for CVE-2026-33433 + CVE-2026-39858 cross-cohort: headerField underscore-variant identity spoofing in BasicAuth / DigestAuth / ForwardAuth

Summary There is a high severity vulnerability in Traefik's BasicAuth, DigestAuth, and ForwardAuth middlewares. The fix for CVE-2026-33433 stripped canonical-cased spoofed identity headers e.g. X-Auth-User before writing Traefik's own value, but did not account for underscore-variant header names...

7.8CVSS5.6AI score0.00208EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:0 a.m.10 views

EulerOS 2.0 SP15 : curl (EulerOS-SA-2026-2920)

According to the versions of the curl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability, which was classified as problematic, has been found in cURL up to 8.19.0 Network Utility Software. Affected by this issue is some...

7.5CVSS6.2AI score0.00719EPSS
SaveExploits7References8
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:0 a.m.13 views

EulerOS 2.0 SP13 : mutt (EulerOS-SA-2026-3032)

According to the versions of the mutt packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : mutt before 2.3.2 sometimes uses strfcpy instead of memcpy for the IMAP authcram MD5 digest.CVE-2026-43859 In mutt before 2.3.2, the imapauthgss...

3.7CVSS5.5AI score0.00201EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/06 12:0 a.m.13 views

EulerOS 2.0 SP15 : curl (EulerOS-SA-2026-2879)

According to the versions of the curl packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : A vulnerability, which was classified as problematic, has been found in cURL up to 8.19.0 Network Utility Software. Affected by this issue is some...

7.5CVSS6.2AI score0.00719EPSS
SaveExploits7References8
NVD
NVD
added 2026/08/04 11:22 a.m.10 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS0.0047EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/04 11:22 a.m.7 views

UBUNTU-CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2026/08/04 11:2 a.m.13 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1
OSV
OSV
added 2026/08/04 11:2 a.m.54 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS5.5AI score
SaveExploits0References4
CVE
CVE
added 2026/08/04 11:2 a.m.392 views

CVE-2026-10050

Summary: CVE-2026-10050 affects Eclipse Jetty’s Digest authentication, where the server-side password encoding uses ISO-8859-1 by default. When characters cannot be represented in ISO-8859-1, they are replaced with “?”, enabling an attacker to submit a Digest header where a password of all “?” ch...

9.1CVSS5.5AI score0.0047EPSS
SaveExploits1References2Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/04 11:2 a.m.8 views

CVE-2026-10050

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS5.5AI score0.0047EPSS
SaveExploits1References3Affected Software3
Cvelist
Cvelist
added 2026/08/04 11:2 a.m.62 views

CVE-2026-10050 Digest authentication lossy encoding

In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons. If the password contains...

8.7CVSS0.0047EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2026/08/04 12:3 a.m.11 views

CVE-2026-11835

Time-of-check time-of-use TOCTOU vulnerability combined with missing input validation in Caliptra Core ROM UpdateResetFlow::run in subsystem mode allows a compromised local attacker to silently bypass secure boot by supplying an AXI staging address that is not validated against the strap-configur...

5.6CVSS5.5AI score0.00082EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/08/04 12:0 a.m.50 views

Linux Distros Unpatched Vulnerability : CVE-2026-10050

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes. This was done because the initial specificati...

9.1CVSS5.4AI score0.0047EPSS
SaveExploits1References4
ATTACKERKB
ATTACKERKB
added 2026/08/03 2:38 p.m.8 views

CVE-2026-18568

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

9.3CVSS5.4AI score0.00191EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/08/03 2:38 p.m.12 views

CVE-2026-18568 XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check

XML::Sig versions from 0.29 before 0.72 for Perl allow signature verification bypass because verify returns true when every signature was skipped before any cryptographic check. verify in lib/XML/Sig.pm counts the //dsig:Signature elements into $numsigs and iterates over them, but two paths reach...

7.5CVSS5.4AI score
SaveExploits0References7
Rows per page
Query Builder