Lucene search
+L

126 matches found

ATTACKERKB
ATTACKERKB
added 2026/05/13 8:28 a.m.25 views

CVE-2026-6429

When asked to both use a .netrc file for credentials and to follow HTTP redirects, libcurl could leak the password used for the first host to the followed-to host under certain circumstances...

5.8AI score0.00519EPSS
SaveExploits1References4Affected Software1
Cvelist
Cvelist
added 2026/05/13 8:28 a.m.70 views

CVE-2026-6429 netrc credential leak with reused proxy connection

When asked to both use a .netrc file for credentials and to follow HTTP redirects, libcurl could leak the password used for the first host to the followed-to host under certain circumstances...

0.00519EPSS
SaveExploits1References3
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/11 12:00 a.m.25 views

Malicious code in briantreehttp (npm)

briantreehttp is a typosquatting package impersonating braintreehttp, the HTTP client library published by Braintree/PayPal. The package bundles the legitimate library source to appear functional while hiding a credential-theft payload in index1.js, which is executed at install time via the...

5.8AI score
SaveExploits0
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/05/10 12:00 a.m.22 views

Malicious code in dit-envv (npm)

dit-envv is a typosquatting package impersonating dotenv, the widely-used environment variable loader. The package bundles the legitimate dotenv source and documentation to appear functional while hiding a credential-theft payload in index1.js, executed at install time via the postinstall script...

5.8AI score
SaveExploits0References1
OSV
OSV
added 2026/05/04 1:12 p.m.13 views

JLSEC-2026-413 When asked to both use a `.netrc` file for credentials and to follow HTTP redirects, curl could leak...

When asked to both use a .netrc file for credentials and to follow HTTP redirects, curl could leak the password used for the first host to the followed-to host under certain circumstances. This flaw only manifests itself if the netrc file has an entry that matches the redirect target hostname but...

3.4CVSS6.8AI score0.01378EPSS
SaveExploits1References12
RedhatCVE
RedhatCVE
added 2026/04/30 1:37 p.m.11 views

CVE-2026-6429

A flaw was found in libcurl. When configured to use a .netrc file for credentials and follow HTTP redirects, libcurl can inadvertently send the password from the initial connection to the redirected host. This sensitive information disclosure occurs when both the original and redirect URLs use...

6.5CVSS5.3AI score0.00519EPSS
SaveExploits1References4
OSV
OSV
added 2026/04/29 2:00 p.m.11 views

UBUNTU-CVE-2026-6429

When asked to both use a .netrc file for credentials and to follow HTTP redirects, libcurl could leak the password used for the first host to the followed-to host under certain circumstances...

5.3CVSS5.8AI score0.00519EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2026/04/29 12:00 a.m.13 views

PT-2026-35896

Name of the Vulnerable Software and Affected Versions libcurl affected versions not specified Description When configured to use a .netrc file for credentials and to follow HTTP redirects, libcurl may leak the password used for the initial host to the subsequent host during the redirect process...

7.5CVSS5.2AI score0.00719EPSS
SaveExploits5References59
RedHat Linux
RedHat Linux
added 2026/04/07 3:43 p.m.10 views

curl: curl: Information disclosure via OAuth2 bearer token leakage during HTTP(S) redirect

A flaw was found in curl. When an OAuth2 bearer token is used for an HTTPS transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the .netrc file, allowing the bearer token intended for the first host to be sent to the...

5.3CVSS6.6AI score0.00454EPSS
SaveExploits1References8
Hacker One
Hacker One
added 2026/03/17 7:06 p.m.37 views

curl: Bearer Token Leaked to Attacker via .netrc Despite CVE-2026-3783 Fix

curl versions 8.19.0 and later were meant to fix CVE-2026-3783, which causes OAuth2 bearer tokens to leak on HTTP redirects when the user has a .netrc file configured. However, the vulnerability still exists in the current codebase. VULNERABILITY: When a curl user specifies an OAuth2 bearer token...

5.3CVSS5.9AI score0.00454EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2026/03/11 11:56 p.m.10 views

CVE-2026-3783

A flaw was found in curl. When an OAuth2 bearer token is used for an HTTPS transfer that redirects to a second URL, curl could unintentionally leak the token. This occurs if the second hostname has entries in the .netrc file, allowing the bearer token intended for the first host to be sent to the...

5.7CVSS5.7AI score0.00454EPSS
SaveExploits1References7
Snyk
Snyk
added 2026/03/11 12:43 p.m.10 views

Insufficiently Protected Credentials

Overview Affected versions of this package are vulnerable to Insufficiently Protected Credentials which can be leaked from outputauthheaders when redirecting with an OAuth2 bearer token. If a hostname that is the target of a redirect matches an entry in the .netrc file with either the machine or...

7.1CVSS5.8AI score0.00454EPSS
SaveExploits1References2
NVD
NVD
added 2026/03/11 11:16 a.m.12 views

CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS0.00454EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2026/03/11 10:09 a.m.14 views

CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS7.7AI score0.00454EPSS
SaveExploits1
CVE
CVE
added 2026/03/11 10:09 a.m.126 views

CVE-2026-3783

CVE-2026-3783 affects curl: when using an OAuth2 bearer token for an HTTP(S) transfer that is redirected to a second URL, curl may leak the first host’s bearer token to the second host if the redirected-to hostname has .netrc machine/default entries. This is a token leakage vulnerability tied to ...

5.3CVSS5.8AI score0.00454EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/03/11 10:09 a.m.12 views

CVE-2026-3783 token leak with redirect and netrc

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS6.8AI score0.00454EPSS
SaveExploits1References6
AlpineLinux
AlpineLinux
added 2026/03/11 10:09 a.m.31 views

CVE-2026-3783

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS5.8AI score0.00454EPSS
SaveExploits1References4
OSV
OSV
added 2026/03/11 8:00 a.m.13 views

CURL-CVE-2026-3783 token leak with redirect and netrc

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS5.8AI score0.00454EPSS
SaveExploits1
curl security advisories
curl security advisories
added 2026/03/11 8:00 a.m.31 views

token leak with redirect and netrc

When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with eithe...

5.3CVSS7.6AI score0.00454EPSS
SaveExploits1References1Affected Software2
Positive Technologies
Positive Technologies
added 2026/03/11 12:00 a.m.10 views

PT-2026-24663

Name of the Vulnerable Software and Affected Versions curl affected versions not specified Description When an OAuth2 bearer token is used for an HTTPS transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under certain circumstances...

7.5CVSS6.8AI score0.00745EPSS
SaveExploits4References89
Rows per page
Query Builder