CVE-2026-1965 Vulnerability Analysis & Exploit Details

CVE-2026-1965
Vulnerability Scoring

6.5
/10
High Risk

If left unpatched, CVE-2026-1965 could lead to major system disruptions or data loss.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: Low
    Some privileges are necessary to exploit the vulnerability.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2026-1965 Details

Status: Analyzed

Last updated: 🕑 12 Mar 2026, 14:11 UTC
Originally published on: 🕚 11 Mar 2026, 11:15 UTC

Time between publication and last update: 1 days

CVSS Release: version 3

CVSS3 Source

134c704f-9b21-4f2e-91b3-4a467353bcc0

CVSS3 Type

Secondary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N

CVE-2026-1965 Vulnerability Summary

CVE-2026-1965: libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it then sees that the Negotiate negotiation is already made, it just sends the request over that connection thinking it uses the user2 credentials when it is in fact still using the connection authenticated for user1... The set of authentication methods to use is set with `CURLOPT_HTTPAUTH`. Applications can disable libcurl's reuse of connections and thus mitigate this problem, by using one of the following libcurl options to alter how connections are or are not reused: `CURLOPT_FRESH_CONNECT`, `CURLOPT_MAXCONNECTS` and `CURLMOPT_MAX_HOST_CONNECTIONS` (if using the curl_multi API).

Assessing the Risk of CVE-2026-1965

Access Complexity Graph

The exploitability of CVE-2026-1965 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2026-1965

CVE-2026-1965 presents an accessible attack vector with minimal effort required. Restricting access controls and implementing security updates are critical to reducing exploitation risks.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2026-1965, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2026-1965, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: None
    CVE-2026-1965 has no significant impact on data confidentiality.
  • Integrity: High
    CVE-2026-1965 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: None
    CVE-2026-1965 does not impact system availability.

CVE-2026-1965 References

External References

CWE Common Weakness Enumeration

CWE-305

Vulnerable Configurations

  • cpe:2.3:a:haxx:curl:7.10.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.10.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.10.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.10.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.10.8:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.10.8:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.11.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.11.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.12.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.12.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.12.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.12.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.13.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.13.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.13.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.13.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.15.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.15.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.16.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.16.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.16.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.16.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.16.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.16.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.16.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.16.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.17.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.17.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.18.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.18.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.18.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.18.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.18.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.18.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.19.7-53:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.19.7-53:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.20.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.20.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.20.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.20.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.4:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.4:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.5:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.5:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.6:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.6:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.21.7:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.21.7:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.22.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.22.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.23.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.23.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.23.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.23.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.24.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.24.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.25.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.25.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.26.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.26.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.27.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.27.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.28.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.28.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.28.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.28.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.29.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.29.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.30.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.30.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.31.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.31.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.32.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.32.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.33.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.33.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.34.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.34.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.35.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.35.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.36.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.36.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.37.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.37.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.37.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.37.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.38.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.38.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.39.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.39.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.40.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.40.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.41.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.41.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.42.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.42.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.42.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.42.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.43.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.43.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.44.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.44.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.45.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.45.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.46.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.46.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.47.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.47.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.47.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.47.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.48.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.48.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.49.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.49.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.49.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.49.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.50.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.50.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.50.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.50.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.50.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.50.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.50.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.50.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.51.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.51.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.52.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.52.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.52.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.52.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.53.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.53.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.53.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.53.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.54.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.54.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.54.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.54.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.55.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.55.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.55.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.55.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.56.0:*:*:*:*:*:x86:*
    cpe:2.3:a:haxx:curl:7.56.0:*:*:*:*:*:x86:*
  • cpe:2.3:a:haxx:curl:7.56.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.56.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.56.1:*:*:*:*:*:x86:*
    cpe:2.3:a:haxx:curl:7.56.1:*:*:*:*:*:x86:*
  • cpe:2.3:a:haxx:curl:7.56.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.56.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.57.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.57.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.58.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.58.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.59.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.59.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.60.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.60.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.61.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.61.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.61.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.61.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.62.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.62.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.63.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.63.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.64.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.64.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.64.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.64.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.65.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.65.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.65.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.65.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.65.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.65.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.65.3:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.65.3:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.66.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.66.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.67.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.67.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.68.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.68.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.69.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.69.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.69.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.69.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.70.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.70.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.71.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.71.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.71.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.71.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.72.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.72.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.73.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.73.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.74.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.74.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.75.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.75.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.76.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.76.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.76.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.76.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.77.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.77.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.78.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.78.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.79.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.79.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.79.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.79.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.80.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.80.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.81.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.81.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.82.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.82.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.83.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.83.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.83.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.83.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.84.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.84.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.85.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.85.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.86.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.86.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.87.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.87.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.88.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.88.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:7.88.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:7.88.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.1.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.1.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.1.2:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.1.2:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.2.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.2.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.4.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.6.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.6.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.7.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.7.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.7.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.7.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.8.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.8.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.9.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.9.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.9.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.9.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.10.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.10.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.10.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.11.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.11.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.11.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.11.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.12.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.12.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.12.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.12.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.13.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.13.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.14.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.14.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.14.1:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.14.1:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.15.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.15.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.16.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.16.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.17.0:*:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.17.0:*:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.18.0:-:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.18.0:-:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.18.0:rc1:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.18.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.18.0:rc2:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.18.0:rc2:*:*:*:*:*:*
  • cpe:2.3:a:haxx:curl:8.18.0:rc3:*:*:*:*:*:*
    cpe:2.3:a:haxx:curl:8.18.0:rc3:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2026-1965: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2026-40688 – A out-of-bounds write vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.3, FortiWeb 7.6.0 through 7.6.6, FortiWeb 7.4.0 through 7.4.11 may allow...
  • CVE-2026-39399 – NuGet Gallery is a package repository that powers nuget.org. A security vulnerability exists in the NuGetGallery backend job’s handling of .nuspec ...
  • CVE-2026-39387 – BoidCMS is an open-source, PHP-based flat-file CMS for building simple websites and blogs, using JSON as its database. Versions prior to 2.1.3 are ...
  • CVE-2026-35589 – nanobot is a personal AI assistant. Versions prior to 0.1.5 contain a Cross-Site WebSocket Hijacking (CSWSH) vulnerability exists in the bridge's W...
  • CVE-2026-35034 – Jellyfin is an open source self hosted media server. Versions prior to 10.11.7 contain a denial of service vulnerability in the SyncPlay group crea...