Lucene search
+L

3054 matches found

CVE
CVE
added yesterday17 views

CVE-2026-69246

CVE-2026-69246 affects the PHP HTTP client Guzzle. Before versions 7.15.2 and 8.0.1, Guzzle passes the request URI to the transport as text and separately provides a Host header. The cURL handlers set CURLOPT_URL to the URI as written and push the Host into CURLOPT_HTTPHEADER; StreamHandler does ...

7.2CVSS5.6AI score
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/07/24 3:22 p.m.5 views

libcurl: libcurl: Information disclosure via cached SSL session and early data

A flaw was found in libcurl. An attacker can exploit this by replacing a legitimate HTTP/3 server with an impostor machine. When libcurl attempts a second transfer to the same site with a cached SSL session and early data enabled, it may send sensitive request data before verifying the server's...

7.5CVSS5.2AI score0.00268EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/19 3:46 a.m.4 views

OESA-2026-2987 curl security update

cURL is a computer software project providing a library libcurl and command-line tool curl for transferring data using various protocols. Security Fixes: A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or...

9.8CVSS5.2AI score0.0056EPSS
SaveExploits6References7
OSV
OSV
added 2026/07/19 3:46 a.m.6 views

OESA-2026-2986 curl security update

cURL is a computer software project providing a library libcurl and command-line tool curl for transferring data using various protocols. Security Fixes: A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or...

9.8CVSS5.2AI score0.0056EPSS
SaveExploits6References7
RedHat Linux
RedHat Linux
added 2026/07/17 1:46 p.m.5 views

libcurl: libcurl: Information disclosure via cached SSL session and early data

A flaw was found in libcurl. An attacker can exploit this by replacing a legitimate HTTP/3 server with an impostor machine. When libcurl attempts a second transfer to the same site with a cached SSL session and early data enabled, it may send sensitive request data before verifying the server's...

7.5CVSS5.2AI score0.00268EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2026/07/17 1:46 p.m.3 views

libcurl: libcurl: Use-after-free vulnerability leading to Denial of Service

A flaw was found in libcurl. This use-after-free vulnerability occurs when an application configures an HTTP/2 stream-dependency tree and then performs a sequence of operations involving curleasyreset and curleasycleanup. During the final cleanup, libcurl attempts to access memory that has alread...

9.8CVSS5.8AI score0.00507EPSS
SaveExploits1References7
The Hacker News
The Hacker News
added 2026/07/13 5:36 p.m.18 views

CrashStealer macOS Malware Uses Notarized Dropper to Pass Gatekeeper Checks

Cybersecurity researchers have flagged a new macOS information stealer called CrashStealer that's capable of harvesting sensitive data from compromised systems. Unlike other information stealers that are built on AppleScript droppers or Objective-C-based wrappers, CrashStealer is implemented in...

6.2AI score
SaveExploits0
OSV
OSV
added 2026/07/13 2:36 p.m.4 views

PYSEC-2026-2431 curl_cffi: Redirect-based SSRF leads to internal network access in curl_cffi (with TLS impersonation bypass)

Summary curlcffi does not restrict requests to internal IP ranges, and follows redirects automatically via the underlying libcurl. Because of this, an attacker-controlled URL can redirect requests to internal services such as cloud metadata endpoints. In addition, curlcffi’s TLS impersonation...

8.6CVSS6.1AI score0.00463EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.11 views

SUSE CVE-2026-8458

libcurl might in some circumstances reuse the wrong connection when asked to do Negotiate-authenticated ones, even when they are set to use different 'services'. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When...

4.2CVSS6.1AI score0.00315EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.11 views

SUSE CVE-2026-8927

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...

5.3CVSS6.1AI score0.0044EPSS
SaveExploits1References11
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.9 views

SUSE CVE-2026-8932

libcurl would reuse a previously created connection even when some mTLS config related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, some TLS...

7.4CVSS6.2AI score0.00396EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.7 views

SUSE CVE-2026-9079

libcurl had a flaw that when instructed to clear proxy authentication credentials which made it not do so, leaving the old credentials around to get used for subsequent transfers that should not know nor use them...

7.5CVSS6.1AI score0.00584EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.8 views

SUSE CVE-2026-9080

Calling curleasypause within the event-based CURLMOPTSOCKETFUNCTION callback triggers a use-after-free vulnerability, where libcurl attempts to store a flag using a dangling struct pointer immediately after that pointer's memory has been freed...

5.9CVSS6AI score0.00295EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.10 views

SUSE CVE-2026-9545

In this scenario, libcurl first uses a proper HTTP/3 server for the initial transfers, and when it makes a second transfer to the same site it has been replaced by the attacker's impostor machine - without a valid certificate. When libcurl returns to the hostname the second time with a cached SSL...

5.9CVSS6AI score0.00268EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.11 views

SUSE CVE-2026-9546

A vulnerability in libcurl caused the HTTP Referer: header to persist even when explicitly cleared. While the documentation states that passing NULL to CURLOPTREFERER suppresses the header, the option failed to clear the internal state. As a result the previous referrer string was erroneously...

5.3CVSS6.1AI score0.00399EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.10 views

SUSE CVE-2026-9547

When a libcurl-based application performs transfers via SCP:// or SFTP:// and utilizes the CURLOPTSSHKEYFUNCTION callback, it may silently accept an untrusted server. This vulnerability occurs when a server presents a host key type that does not match the specific key type already recorded for th...

7.4CVSS6.1AI score0.00325EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.11 views

SUSE CVE-2026-10536

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via CURLOPTSTREAMDEPENDS or CURLOPTSTREAMDEPENDSE, subsequently invokes curleasyreset, and finally terminates the handle with curleasycleanup. During this final cleanup phase, libcurl...

5.5CVSS6.1AI score0.00507EPSS
SaveExploits1References10
SUSE CVE
SUSE CVE
added 2026/07/10 3:20 a.m.7 views

SUSE CVE-2026-11564

libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. An easy handle that first uses default native CA trust can continue trusting the native platform store after the application switches that same handle to custom CA...

7.4CVSS6.1AI score0.00363EPSS
SaveExploits1References3
Tenable Nessus
Tenable Nessus
added 2026/07/10 12:0 a.m.14 views

libcurl 8.15.0 < 8.21.0 SASL Double-Free (CVE-2026-8925)

The version of libcurl installed on the remote host is 8.15.0 prior to 8.21.0. It is, therefore, affected by a double-free vulnerability: - The curl logic that works with SASL authentication could end up cleaning up the GSASL context twice without clearing the pointer in between, making it free t...

9.8CVSS6.1AI score0.00592EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2026/07/10 12:0 a.m.14 views

libcurl 7.30.0 < 8.21.0 Wrong STARTTLS Connection Reuse (CVE-2026-8286)

The version of libcurl installed on the remote host is 7.30.0 prior to 8.21.0. It is, therefore, affected by a vulnerability: - A vulnerability exists where a new transfer that uses STARTTLS to upgrade the connection might reuse an existing live connection even though the TLS configuration...

8.1CVSS6.1AI score0.00309EPSS
SaveExploits1References2
Rows per page
Query Builder