Upstream information

CVE-2026-1965 at MITRE

Description

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

Upstream Security Advisories:

SUSE information

Overall state of this security issue: Pending

This issue is currently rated as having important severity.

CVSS v3 Scores
CVSS detail CNA (CISA-ADP) SUSE
Base Score 6.5 7.5
Vector CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N
Attack Vector Network Local
Attack Complexity Low High
Privileges Required Low Low
User Interaction None None
Scope Unchanged Changed
Confidentiality Impact None High
Integrity Impact High High
Availability Impact None None
CVSSv3 Version 3.1 3.1
CVSS v4 Scores
CVSS detail SUSE
Base Score 6.9
Vector CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:P/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N
Attack Vector Local
Attack Complexity Low
Attack Requirements Present
Privileges Required Low
User Interaction Passive
Vulnerable System Confidentiality Impact High
Vulnerable System Integrity Impact High
Vulnerable System Availability Impact None
Subsequent System Confidentiality Impact High
Subsequent System Integrity Impact High
Subsequent System Availability Impact None
CVSSv4 Version 4.0
SUSE Bugzilla entry: 1259362 [NEW]

SUSE Security Advisories:

List of released packages

Product(s) Fixed package version(s) References
Container suse/sl-micro/6.0/baremetal-os-container:2.1.3-6.140
Container suse/sl-micro/6.0/kvm-os-container:2.1.3-6.126
Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.140
  • libcurl-mini4 >= 8.14.1-slfo.1.1_6.1
Container suse/sl-micro/6.0/base-os-container:2.1.3-7.107
Container suse/sl-micro/6.0/toolbox:13.2-9.77
Image SL-Micro
Image SLE-Micro
Image SLE-Micro-BYOS
Image SLE-Micro-BYOS-EC2
Image SLE-Micro-BYOS-GCE
Image SLE-Micro-EC2
Image SLE-Micro-GCE
  • curl >= 8.14.1-slfo.1.1_6.1
  • libcurl-mini4 >= 8.14.1-slfo.1.1_6.1
Container suse/sl-micro/6.1/baremetal-os-container:2.2.1-7.69
Container suse/sl-micro/6.1/kvm-os-container:2.2.1-5.95
Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.83
  • libcurl4 >= 8.14.1-slfo.1.1_6.1
Container suse/sl-micro/6.1/base-os-container:2.2.1-5.91
Image SL-Micro-EC2
  • curl >= 8.14.1-slfo.1.1_6.1
  • libcurl4 >= 8.14.1-slfo.1.1_6.1
Container suse/sle-micro-rancher/5.2:latest
Container suse/sle-micro/5.2/toolbox:14.2-7.11.253
  • curl >= 8.14.1-150200.4.103.1
  • libcurl4 >= 8.14.1-150200.4.103.1
Image SLE-Micro-Azure
Image SLE-Micro-BYOS-Azure
  • curl >= 8.14.1-slfo.1.1_6.1
  • libcurl-mini4 >= 8.14.1-slfo.1.1_6.1
  • regionServiceClientConfigAzure >= 3.0.0-1.1
SUSE Linux Enterprise Micro 5.2
  • curl >= 8.14.1-150200.4.103.1
  • libcurl4 >= 8.14.1-150200.4.103.1
Patchnames:
SUSE-SUSE-MicroOS-5.2-2026-879
SUSE Linux Enterprise Server 15 SP6-LTSS
  • curl >= 8.14.1-150600.4.40.1
  • libcurl-devel >= 8.14.1-150600.4.40.1
  • libcurl4 >= 8.14.1-150600.4.40.1
  • libcurl4-32bit >= 8.14.1-150600.4.40.1
Patchnames:
SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-885
SUSE Linux Enterprise Server for SAP Applications 15 SP6
  • curl >= 8.14.1-150600.4.40.1
  • libcurl-devel >= 8.14.1-150600.4.40.1
  • libcurl4 >= 8.14.1-150600.4.40.1
  • libcurl4-32bit >= 8.14.1-150600.4.40.1
Patchnames:
SUSE-SLE-Product-SLES_SAP-15-SP6-2026-885
openSUSE Leap 15.6
  • curl >= 8.14.1-150600.4.40.1
  • libcurl-devel >= 8.14.1-150600.4.40.1
  • libcurl-devel-32bit >= 8.14.1-150600.4.40.1
  • libcurl4 >= 8.14.1-150600.4.40.1
  • libcurl4-32bit >= 8.14.1-150600.4.40.1
Patchnames:
openSUSE-SLE-15.6-2026-885

List of packages in QA

Product(s) Package(s)
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Installer Updates 15 SP4
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server 15 SP4
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Desktop 15 SP4
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise High Performance Computing 15 SP4
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Manager Server 4.3
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Manager Proxy 4.3
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Manager Retail Branch Server 4.3
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Installer Updates 15 SP5
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server 15 SP5
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Desktop 15 SP5
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise High Performance Computing 15 SP5
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Micro 5.3
  • curl >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Micro 5.4
  • curl >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Micro 5.5
  • curl >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Module for Basesystem 15 SP7
  • curl >= 8.14.1-150700.7.14.1
  • libcurl-devel >= 8.14.1-150700.7.14.1
  • libcurl4 >= 8.14.1-150700.7.14.1
  • libcurl4-32bit >= 8.14.1-150700.7.14.1
SUSE Linux Enterprise Server 15 SP7
  • curl >= 8.14.1-150700.7.14.1
  • libcurl-devel >= 8.14.1-150700.7.14.1
  • libcurl4 >= 8.14.1-150700.7.14.1
  • libcurl4-32bit >= 8.14.1-150700.7.14.1
SUSE Linux Enterprise Desktop 15 SP7
  • curl >= 8.14.1-150700.7.14.1
  • libcurl-devel >= 8.14.1-150700.7.14.1
  • libcurl4 >= 8.14.1-150700.7.14.1
  • libcurl4-32bit >= 8.14.1-150700.7.14.1
SUSE Linux Enterprise Server for SAP Applications 15 SP7
  • curl >= 8.14.1-150700.7.14.1
  • libcurl-devel >= 8.14.1-150700.7.14.1
  • libcurl4 >= 8.14.1-150700.7.14.1
  • libcurl4-32bit >= 8.14.1-150700.7.14.1
SUSE Linux Enterprise High Performance Computing 15 SP7
  • curl >= 8.14.1-150700.7.14.1
  • libcurl-devel >= 8.14.1-150700.7.14.1
  • libcurl4 >= 8.14.1-150700.7.14.1
  • libcurl4-32bit >= 8.14.1-150700.7.14.1
SUSE Linux Enterprise Server 15 SP4-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server 15 SP4-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server 15 SP5-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server 15 SP5-LTSS
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server for SAP Applications 15 SP4
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Linux Enterprise Server for SAP Applications 15 SP5
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Manager Proxy LTS 4.3
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Manager Retail Branch Server LTS 4.3
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1
SUSE Manager Server LTS 4.3
  • curl >= 8.14.1-150400.5.80.1
  • libcurl-devel >= 8.14.1-150400.5.80.1
  • libcurl4 >= 8.14.1-150400.5.80.1
  • libcurl4-32bit >= 8.14.1-150400.5.80.1


Status of this issue by product and package

Please note that this evaluation state might be work in progress, incomplete or outdated. Also information for service packs in the LTSS phase is only included for issues meeting the LTSS criteria. If in doubt, feel free to contact us for clarification. The updates are grouped by state of their lifecycle. SUSE product lifecycles are documented on the lifecycle page.

Product(s) Source package State
Products under general support and receiving all security fixes.
SLES15-SP5-CHOST-BYOS-SAP-CCloud curl Affected
SLES15-SP6-CHOST-BYOS curl In progress
SLES15-SP6-CHOST-BYOS-Azure curl In progress
SLES15-SP6-CHOST-BYOS-EC2 curl In progress
SLES15-SP6-CHOST-BYOS-GCE curl In progress
SLES15-SP7-CHOST-BYOS-Aliyun curl Affected
SLES15-SP7-CHOST-BYOS-Azure curl Affected
SLES15-SP7-CHOST-BYOS-EC2 curl Affected
SLES15-SP7-CHOST-BYOS-GCE curl Affected
SLES15-SP7-CHOST-BYOS-GDC curl Affected
SLES15-SP7-CHOST-BYOS-SAP-CCloud curl Affected
SUSE Linux Enterprise Desktop 15 SP7 curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP7 curl In progress
SUSE Linux Enterprise Micro 5.2 curl Released
SUSE Linux Enterprise Micro 5.3 curl In progress
SUSE Linux Enterprise Micro 5.4 curl In progress
SUSE Linux Enterprise Micro 5.5 curl In progress
SUSE Linux Enterprise Micro for Rancher 5.2 curl Released
SUSE Linux Enterprise Module for Basesystem 15 SP7 curl In progress
SUSE Linux Enterprise Server 15 SP7 curl In progress
SUSE Linux Enterprise Server 16.1 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP7 curl In progress
SUSE Linux Enterprise Server for SAP applications 16.1 curl Affected
SUSE Linux Micro 6.0 curl Released
SUSE Linux Micro 6.1 curl Released
openSUSE Leap 15.6 curl Released
Products under Long Term Service Pack support and receiving important and critical security fixes.
SLES15-SP3-CHOST-BYOS-Aliyun curl In progress
SLES15-SP3-CHOST-BYOS-Azure curl In progress
SLES15-SP3-CHOST-BYOS-EC2 curl In progress
SLES15-SP3-CHOST-BYOS-GCE curl In progress
SLES15-SP3-CHOST-BYOS-SAP-CCloud curl In progress
SLES15-SP4-CHOST-BYOS curl Affected
SLES15-SP4-CHOST-BYOS-Aliyun curl Affected
SLES15-SP4-CHOST-BYOS-Azure curl Affected
SLES15-SP4-CHOST-BYOS-EC2 curl Affected
SLES15-SP4-CHOST-BYOS-GCE curl Affected
SLES15-SP4-CHOST-BYOS-SAP-CCloud curl Affected
SLES15-SP5-CHOST-BYOS-Aliyun curl Affected
SLES15-SP5-CHOST-BYOS-Azure curl Affected
SLES15-SP5-CHOST-BYOS-EC2 curl Affected
SLES15-SP5-CHOST-BYOS-GCE curl Affected
SLES15-SP5-CHOST-BYOS-GDC curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP4 curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP5 curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS curl In progress
SUSE Linux Enterprise Installer Updates 15 SP4 curl In progress
SUSE Linux Enterprise Installer Updates 15 SP5 curl In progress
SUSE Linux Enterprise Module for Basesystem 15 SP4 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 SP5 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 SP6 curl Affected
SUSE Linux Enterprise Server 11 SP4 LTSS EXTREME CORE curl Affected
SUSE Linux Enterprise Server 12 SP5 curl Affected
SUSE Linux Enterprise Server 12 SP5-LTSS curl Affected
SUSE Linux Enterprise Server 12 SP5-LTSS Extended Security curl Affected
SUSE Linux Enterprise Server 15 SP4 curl In progress
SUSE Linux Enterprise Server 15 SP4-LTSS curl In progress
SUSE Linux Enterprise Server 15 SP5 curl In progress
SUSE Linux Enterprise Server 15 SP5-LTSS curl In progress
SUSE Linux Enterprise Server 15 SP6-LTSS curl Released
SUSE Linux Enterprise Server LTSS Extended Security 12 SP5 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP5 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP6 curl Released
SUSE Manager Proxy 4.3 curl In progress
SUSE Manager Proxy LTS 4.3 curl In progress
SUSE Manager Retail Branch Server 4.3 curl In progress
SUSE Manager Retail Branch Server LTS 4.3 curl In progress
SUSE Manager Server 4.3 curl In progress
SUSE Manager Server LTS 4.3 curl In progress
Products past their end of life and not receiving proactive updates anymore.
HPE Helion OpenStack 8 curl Affected
SUSE CaaS Platform 3.0 curl Affected
SUSE CaaS Platform 4.0 curl Affected
SUSE Enterprise Storage 6 curl Affected
SUSE Enterprise Storage 7 curl Affected
SUSE Enterprise Storage 7.1 curl Affected
SUSE Linux Enterprise Desktop 11 SP3 curl Affected
SUSE Linux Enterprise Desktop 11 SP4 curl Affected
SUSE Linux Enterprise Desktop 12 curl Affected
SUSE Linux Enterprise Desktop 12 SP1 curl Affected
SUSE Linux Enterprise Desktop 12 SP2 curl Affected
SUSE Linux Enterprise Desktop 12 SP3 curl Affected
SUSE Linux Enterprise Desktop 12 SP4 curl Affected
SUSE Linux Enterprise Desktop 15 curl Affected
SUSE Linux Enterprise Desktop 15 SP1 curl Affected
SUSE Linux Enterprise Desktop 15 SP2 curl Affected
SUSE Linux Enterprise Desktop 15 SP3 curl Affected
SUSE Linux Enterprise Desktop 15 SP4 curl In progress
SUSE Linux Enterprise Desktop 15 SP5 curl In progress
SUSE Linux Enterprise Desktop 15 SP6 curl Affected
SUSE Linux Enterprise High Performance Computing 15 curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP1 curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP2 curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP3 curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS curl Affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS curl In progress
SUSE Linux Enterprise High Performance Computing 15 SP6 curl Affected
SUSE Linux Enterprise High Performance Computing 15-ESPOS curl Affected
SUSE Linux Enterprise High Performance Computing 15-LTSS curl Affected
SUSE Linux Enterprise Micro 5.0 curl Affected
SUSE Linux Enterprise Micro 5.1 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 SP1 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 SP2 curl Affected
SUSE Linux Enterprise Module for Basesystem 15 SP3 curl Affected
SUSE Linux Enterprise Point of Sale 11 SP3 curl Affected
SUSE Linux Enterprise Point of Sale 12 SP2-CLIENT curl Affected
SUSE Linux Enterprise Real Time 15 SP2 curl Affected
SUSE Linux Enterprise Real Time 15 SP3 curl Affected
SUSE Linux Enterprise Real Time 15 SP4 curl Affected
SUSE Linux Enterprise Server 11 SP3 curl Affected
SUSE Linux Enterprise Server 11 SP3-LTSS curl Affected
SUSE Linux Enterprise Server 11 SP4 curl Affected
SUSE Linux Enterprise Server 11 SP4-LTSS curl Affected
SUSE Linux Enterprise Server 12 curl Affected
SUSE Linux Enterprise Server 12 SP1 curl Affected
SUSE Linux Enterprise Server 12 SP1-LTSS curl Affected
SUSE Linux Enterprise Server 12 SP2 curl Affected
SUSE Linux Enterprise Server 12 SP2-BCL curl Affected
SUSE Linux Enterprise Server 12 SP2-ESPOS curl Affected
SUSE Linux Enterprise Server 12 SP2-LTSS curl Affected
SUSE Linux Enterprise Server 12 SP3 curl Affected
SUSE Linux Enterprise Server 12 SP3-BCL curl Affected
SUSE Linux Enterprise Server 12 SP3-ESPOS curl Affected
SUSE Linux Enterprise Server 12 SP3-LTSS curl Affected
SUSE Linux Enterprise Server 12 SP4 curl Affected
SUSE Linux Enterprise Server 12 SP4-ESPOS curl Affected
SUSE Linux Enterprise Server 12 SP4-LTSS curl Affected
SUSE Linux Enterprise Server 12-LTSS curl Affected
SUSE Linux Enterprise Server 15 curl Affected
SUSE Linux Enterprise Server 15 SP1 curl Affected
SUSE Linux Enterprise Server 15 SP1-BCL curl Affected
SUSE Linux Enterprise Server 15 SP1-LTSS curl Affected
SUSE Linux Enterprise Server 15 SP2 curl Affected
SUSE Linux Enterprise Server 15 SP2-BCL curl Affected
SUSE Linux Enterprise Server 15 SP2-LTSS curl Affected
SUSE Linux Enterprise Server 15 SP3 curl Affected
SUSE Linux Enterprise Server 15 SP3-BCL curl Affected
SUSE Linux Enterprise Server 15 SP3-LTSS curl Affected
SUSE Linux Enterprise Server 15 SP6 curl Affected
SUSE Linux Enterprise Server 15-LTSS curl Affected
SUSE Linux Enterprise Server for Raspberry Pi 12 SP2 curl Affected
SUSE Linux Enterprise Server for SAP Applications 11 SP3 curl Affected
SUSE Linux Enterprise Server for SAP Applications 11 SP4 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP1 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP2 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP3 curl Affected
SUSE Linux Enterprise Server for SAP Applications 12 SP4 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP1 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP2 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 curl Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 curl In progress
SUSE Linux Enterprise Server for SAP Applications 15 SP5 curl In progress
SUSE Linux Enterprise Software Development Kit 11 SP3 curl Affected
SUSE Linux Enterprise Software Development Kit 11 SP4 curl Affected
SUSE Linux Enterprise Software Development Kit 12 curl Affected
SUSE Linux Enterprise Software Development Kit 12 SP1 curl Affected
SUSE Linux Enterprise Software Development Kit 12 SP2 curl Affected
SUSE Linux Enterprise Software Development Kit 12 SP3 curl Affected
SUSE Linux Enterprise Software Development Kit 12 SP4 curl Affected
SUSE Linux Enterprise Software Development Kit 12 SP5 curl Affected
SUSE Manager Proxy 4.0 curl Affected
SUSE Manager Proxy 4.1 curl Affected
SUSE Manager Proxy 4.2 curl Affected
SUSE Manager Retail Branch Server 4.0 curl Affected
SUSE Manager Retail Branch Server 4.1 curl Affected
SUSE Manager Retail Branch Server 4.2 curl Affected
SUSE Manager Server 4.0 curl Affected
SUSE Manager Server 4.1 curl Affected
SUSE Manager Server 4.2 curl Affected
SUSE OpenStack Cloud 7 curl Affected
SUSE OpenStack Cloud 8 curl Affected
SUSE OpenStack Cloud 9 curl Affected
SUSE OpenStack Cloud Crowbar 8 curl Affected
SUSE OpenStack Cloud Crowbar 9 curl Affected
openSUSE Leap 15.3 curl Affected
openSUSE Leap 15.4 curl Affected
openSUSE Leap 15.5 curl Affected
openSUSE Leap Micro 5.2 curl Affected
openSUSE Leap Micro 5.3 curl Affected
openSUSE Leap Micro 5.4 curl Affected
openSUSE Leap Micro 5.5 curl Affected
Container Status
bci/kiwi
bci/node:18
bci/openjdk:11
bci/python
rancher/seedimage-builder
rancher/seedimage-builder/5.3
suse/manager/4.3/proxy-httpd
suse/manager/4.3/proxy-salt-broker
suse/multi-linux-manager/5.1/x86_64/proxy-httpd
suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker
suse/multi-linux-manager/5.1/x86_64/server
suse/multi-linux-manager/5.2/x86_64/proxy-httpd
suse/multi-linux-manager/5.2/x86_64/server
suse/sle-micro-rancher/5.3
suse/sle-micro-rancher/5.4
suse/sle-micro/5.3/toolbox
suse/sle-micro/5.4/toolbox
suse/sle-micro/5.5/toolbox
suse/sle-micro/base-5.5
suse/sle15:15.4
suse/sle15:15.5
suse/sles/15.4/libguestfs-tools:0.49.0
suse/sles/15.4/virt-handler:0.49.0
suse/sles/15.5/cdi-cloner:1.55.0
suse/sles/15.5/cdi-importer:1.55.0
suse/sles/15.5/cdi-uploadserver:1.55.0
suse/sles/15.5/libguestfs-tools:0.58.0
suse/sles/15.5/virt-handler:0.58.0
suse/sles/15.5/virt-launcher:0.58.0
curlAffected
suse/sle-micro-rancher/5.2
suse/sle-micro/5.2/toolbox
curlReleased
bci/gcc
bci/golang
bci/golang:1.23
bci/golang:1.23-openssl
bci/node:22
bci/openjdk
bci/openjdk:17
bci/python:3
bci/ruby
bci/spack:0.23
containers/open-webui-mcpo:0
containers/open-webui-pipelines:0
containers/open-webui:0
containers/python:3.11
containers/python:3.9
suse/hpc/warewulf4-x86_64/sle-hpc-node
suse/manager/5.0/x86_64/proxy-httpd
suse/manager/5.0/x86_64/proxy-salt-broker
suse/manager/5.0/x86_64/server
suse/sle-micro/5.1/toolbox
suse/sle15:15.3
suse/sles/15.3/libguestfs-tools:0.45.0
suse/sles/15.6/cdi-cloner:1.58.0
suse/sles/15.6/cdi-importer:1.58.0
suse/sles/15.6/cdi-uploadserver:1.58.0
suse/sles/15.6/libguestfs-tools:1.1.1
suse/sles/15.6/virt-handler:1.1.1
suse/sles/15.6/virt-launcher:1.1.1
suse/sles/15.7/cdi-cloner:1.58.0
suse/sles/15.7/cdi-importer:1.58.0
suse/sles/15.7/cdi-uploadserver:1.58.0
suse/sles/15.7/libguestfs-tools:1.5.0
suse/sles/15.7/virt-handler:1.5.0
suse/sles/15.7/virt-launcher:1.5.0
curlIn progress


SUSE Timeline for this CVE

CVE page created: Mon Mar 9 09:30:17 2026
CVE page last modified: Fri Mar 13 01:45:27 2026