Upstream information
Description
A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing "up to maxMemory bytes +10MB (reserved for non-file parts) in memory". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type's documentation states, "If stored on disk, the File's underlying concrete type will be an *os.File.". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.SUSE information
Overall state of this security issue: Pending
This issue is currently rated as having moderate severity.
National Vulnerability Database | SUSE | |
---|---|---|
Base Score | 7.5 | 6.5 |
Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Attack Vector | Network | Network |
Attack Complexity | Low | Low |
Privileges Required | None | Low |
User Interaction | None | None |
Scope | Unchanged | Unchanged |
Confidentiality Impact | None | None |
Integrity Impact | None | None |
Availability Impact | High | High |
CVSSv3 Version | 3.1 | 3.1 |
Note from the SUSE Security Team on the go1.* package
SUSE only supports the current and the previous GO language releases. SUSE Bugzilla entry: 1208272 [RESOLVED / FIXED]SUSE Security Advisories:
- SUSE-CU-2023:1897-1, published Wed Jun 14 07:26:47 UTC 2023
- SUSE-CU-2023:2729-1, published Sun Aug 20 07:06:14 UTC 2023
- SUSE-CU-2023:674-1, published Thu Mar 16 08:03:34 UTC 2023
- SUSE-CU-2023:768-1, published Wed Mar 22 12:55:19 UTC 2023
- SUSE-CU-2023:776-1, published Thu Mar 23 08:04:58 UTC 2023
- SUSE-CU-2023:785-1, published Sat Mar 25 08:04:06 UTC 2023
- SUSE-CU-2023:789-1, published Sat Mar 25 08:05:49 UTC 2023
- SUSE-CU-2023:802-1, published Tue Mar 28 07:05:11 UTC 2023
- SUSE-SU-2023:0733-1, published Tue Mar 14 20:30:17 UTC 2023
- SUSE-SU-2023:0735-1, published Tue Mar 14 20:30:10 UTC 2023
- SUSE-SU-2023:0869-1, published Wed Mar 22 12:30:09 UTC 2023
- SUSE-SU-2023:0871-1, published Wed Mar 22 16:30:09 UTC 2023
- SUSE-SU-2023:2312-1, published Tue May 30 08:30:10 UTC 2023
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/golang:1.18-20.6 |
| |
Container bci/golang:1.20-2.2 |
| |
Container bci/golang:oldstable-3.4 |
| |
Container suse/hpc/warewulf4-x86_64/sle-hpc-node:15.6.17.5.5 Container suse/ltss/sle15.3/bci-base:latest Container suse/ltss/sle15.4/bci-base:latest Container suse/sle-micro/5.1/toolbox:13.2-3.8.1 Container suse/sle-micro/5.2/toolbox:13.2-7.8.1 Container suse/sle-micro/5.3/toolbox:13.2-6.8.1 Container suse/sle-micro/5.4/toolbox:13.2-5.15.1 Container suse/sle15:15.1.6.2.748 Container suse/sle15:15.2.9.5.277 Container suse/sle15:15.3.17.20.115 Container suse/sle15:15.4.27.14.42 Container suse/sle15:15.5.36.5.4 Container suse/sle15:15.6.45.31 Container suse/sle15:15.7.50.3 |
| |
SUSE CaaS Platform 4.0 |
| Patchnames: SUSE-SUSE-CAASP-4.0-2023-871 |
SUSE Enterprise Storage 7.1 |
| Patchnames: SUSE-Storage-7.1-2023-2312 SUSE-Storage-7.1-2023-733 SUSE-Storage-7.1-2023-869 SUSE-Storage-7.1-2023-871 |
SUSE Enterprise Storage 7 |
| Patchnames: SUSE-Storage-7-2023-871 |
SUSE Liberty Linux 8 |
| Patchnames: RHSA-2023:3083 |
SUSE Liberty Linux 9 |
| Patchnames: RHSA-2023:6363 RHSA-2023:6402 RHSA-2023:6473 RHSA-2023:6474 |
SUSE Linux Enterprise Desktop 15 SP4 SUSE Linux Enterprise Module for Development Tools 15 SP4 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP4-2023-2312 SUSE-SLE-Module-Development-Tools-15-SP4-2023-733 SUSE-SLE-Module-Development-Tools-15-SP4-2023-735 SUSE-SLE-Module-Development-Tools-15-SP4-2023-869 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise Module for Development Tools 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP5 GA go1.19-1.19.9-150000.1.31.1 SUSE Linux Enterprise Module for Development Tools 15 SP5 GA go1.20-1.20.4-150000.1.11.1 |
SUSE Linux Enterprise Desktop 15 SP6 SUSE Linux Enterprise Module for Development Tools 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Development Tools 15 SP6 GA go1.20-openssl-1.20.12.1-150000.1.17.1 |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-871 |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-871 |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2312 SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-733 SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-869 SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-871 |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2312 SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-733 SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-869 SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-871 |
SUSE Linux Enterprise High Performance Computing 15 SP4 SUSE Linux Enterprise Server 15 SP4 SUSE Linux Enterprise Server for SAP Applications 15 SP4 SUSE Manager Proxy 4.3 SUSE Manager Retail Branch Server 4.3 SUSE Manager Server 4.3 |
| Patchnames: SUSE-SLE-Module-Containers-15-SP4-2023-871 SUSE-SLE-Module-Development-Tools-15-SP4-2023-2312 SUSE-SLE-Module-Development-Tools-15-SP4-2023-733 SUSE-SLE-Module-Development-Tools-15-SP4-2023-735 SUSE-SLE-Module-Development-Tools-15-SP4-2023-869 |
SUSE Linux Enterprise High Performance Computing 15 SP5 SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Containers 15 SP5 GA container-suseconnect-2.4.0-150000.4.28.1 SUSE Linux Enterprise Module for Development Tools 15 SP5 GA go1.19-1.19.9-150000.1.31.1 SUSE Linux Enterprise Module for Development Tools 15 SP5 GA go1.20-1.20.4-150000.1.11.1 |
SUSE Linux Enterprise High Performance Computing 15 SP6 SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Containers 15 SP6 GA container-suseconnect-2.4.0-150000.4.50.2 SUSE Linux Enterprise Module for Development Tools 15 SP6 GA go1.20-openssl-1.20.12.1-150000.1.17.1 |
SUSE Linux Enterprise Module for Containers 15 SP4 |
| Patchnames: SUSE-SLE-Module-Containers-15-SP4-2023-871 |
SUSE Linux Enterprise Module for Containers 15 SP5 |
| Patchnames: SUSE Linux Enterprise Module for Containers 15 SP5 GA container-suseconnect-2.4.0-150000.4.28.1 |
SUSE Linux Enterprise Module for Containers 15 SP6 |
| Patchnames: SUSE Linux Enterprise Module for Containers 15 SP6 GA container-suseconnect-2.4.0-150000.4.50.2 |
SUSE Linux Enterprise Real Time 15 SP3 |
| Patchnames: SUSE-SLE-Product-RT-15-SP3-2023-2312 SUSE-SLE-Product-RT-15-SP3-2023-733 SUSE-SLE-Product-RT-15-SP3-2023-869 |
SUSE Linux Enterprise Server 15 SP1-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-871 |
SUSE Linux Enterprise Server 15 SP2-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-871 |
SUSE Linux Enterprise Server 15 SP3-LTSS |
| Patchnames: SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2312 SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-733 SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-869 SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-871 |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP1-2023-871 |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP2-2023-871 |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 |
| Patchnames: SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2312 SUSE-SLE-Product-SLES_SAP-15-SP3-2023-733 SUSE-SLE-Product-SLES_SAP-15-SP3-2023-869 SUSE-SLE-Product-SLES_SAP-15-SP3-2023-871 |
openSUSE Leap 15.4 |
| Patchnames: openSUSE-SLE-15.4-2023-2312 openSUSE-SLE-15.4-2023-733 openSUSE-SLE-15.4-2023-735 openSUSE-SLE-15.4-2023-869 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2023-2312 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-12707 openSUSE-Tumbleweed-2024-12708 openSUSE-Tumbleweed-2024-12798 |
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. | ||
SUSE Linux Enterprise Desktop 15 SP5 | go1.19 | Released |
SUSE Linux Enterprise Desktop 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | container-suseconnect | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.19 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | container-suseconnect | Released |
SUSE Linux Enterprise Module for Containers 15 SP5 | container-suseconnect | Released |
SUSE Linux Enterprise Module for Containers 15 SP6 | container-suseconnect | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.19 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Server 15 SP5 | container-suseconnect | Released |
SUSE Linux Enterprise Server 15 SP5 | go1.19 | Released |
SUSE Linux Enterprise Server 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Server 15 SP6 | container-suseconnect | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | container-suseconnect | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.19 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | container-suseconnect | Released |
SUSE Manager Proxy 4.3 | container-suseconnect | Released |
SUSE Manager Proxy 4.3 | go1.18 | Released |
SUSE Manager Proxy 4.3 | go1.18-openssl | Released |
SUSE Manager Proxy 4.3 | go1.19 | Released |
SUSE Manager Proxy 4.3 | go1.20 | Released |
SUSE Manager Retail Branch Server 4.3 | container-suseconnect | Released |
SUSE Manager Retail Branch Server 4.3 | go1.18 | Released |
SUSE Manager Retail Branch Server 4.3 | go1.18-openssl | Released |
SUSE Manager Retail Branch Server 4.3 | go1.19 | Released |
SUSE Manager Retail Branch Server 4.3 | go1.20 | Released |
SUSE Manager Server 4.3 | container-suseconnect | Released |
SUSE Manager Server 4.3 | go1.18 | Released |
SUSE Manager Server 4.3 | go1.18-openssl | Released |
SUSE Manager Server 4.3 | go1.19 | Released |
SUSE Manager Server 4.3 | go1.20 | Released |
openSUSE Leap 15.5 | go1.18 | Affected |
openSUSE Leap 15.5 | go1.18-openssl | Released |
openSUSE Leap 15.5 | go1.19 | Affected |
openSUSE Leap 15.5 | go1.20 | Affected |
openSUSE Leap 15.6 | go1.18 | Affected |
openSUSE Leap 15.6 | go1.18-openssl | Affected |
openSUSE Leap 15.6 | go1.19 | Affected |
openSUSE Leap 15.6 | go1.20 | Affected |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP4 | go1.18 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.18-openssl | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.19 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | go1.18 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3 | go1.18-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3 | go1.19 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | container-suseconnect | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | go1.18 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | go1.18-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | go1.19 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | go1.18 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | go1.18-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | go1.19 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | container-suseconnect | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.18 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.18-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.19 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.18 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.18-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.19 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.20 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.18 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.18-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.19 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.20 | Affected |
SUSE Linux Enterprise Module for Containers 15 SP4 | container-suseconnect | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | go1.18 | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | go1.18-openssl | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | go1.19 | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.18 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.18-openssl | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.19 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Server 12 SP5 | go1.20 | Affected |
SUSE Linux Enterprise Server 15 SP2-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise Server 15 SP3 | go1.18 | Affected |
SUSE Linux Enterprise Server 15 SP3 | go1.18-openssl | Affected |
SUSE Linux Enterprise Server 15 SP3 | go1.19 | Affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | go1.18 | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | go1.18-openssl | Released |
SUSE Linux Enterprise Server 15 SP3-LTSS | go1.19 | Released |
SUSE Linux Enterprise Server 15 SP4 | container-suseconnect | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.18 | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.18-openssl | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.19 | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.18 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.18-openssl | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.19 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.20 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | go1.20 | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP2 | container-suseconnect | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | container-suseconnect | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | go1.18 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | go1.18-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | go1.19 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | container-suseconnect | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.18 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.18-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.19 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.20 | Released |
Products past their end of life and not receiving proactive updates anymore. | ||
SUSE CaaS Platform 4.0 | container-suseconnect | Released |
SUSE Enterprise Storage 7 | container-suseconnect | Released |
SUSE Enterprise Storage 7.1 | container-suseconnect | Released |
SUSE Enterprise Storage 7.1 | go1.18 | Released |
SUSE Enterprise Storage 7.1 | go1.18-openssl | Released |
SUSE Enterprise Storage 7.1 | go1.19 | Released |
SUSE Linux Enterprise Desktop 15 SP3 | go1.18 | Affected |
SUSE Linux Enterprise Desktop 15 SP3 | go1.18-openssl | Affected |
SUSE Linux Enterprise Desktop 15 SP3 | go1.19 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise Real Time 15 SP3 | go1.18 | Released |
SUSE Linux Enterprise Real Time 15 SP3 | go1.18-openssl | Released |
SUSE Linux Enterprise Real Time 15 SP3 | go1.19 | Released |
SUSE Linux Enterprise Real Time 15 SP3 | go1.20 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.18 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.18-openssl | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.19 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.20 | Affected |
SUSE Linux Enterprise Server 15 SP1-LTSS | container-suseconnect | Released |
SUSE Linux Enterprise Server 15 SP3-BCL | go1.18 | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | go1.18-openssl | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | go1.19 | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP1 | container-suseconnect | Released |
SUSE Linux Enterprise Software Development Kit 12 SP5 | go1.20 | Affected |
SUSE Manager Proxy 4.2 | go1.18 | Affected |
SUSE Manager Proxy 4.2 | go1.18-openssl | Affected |
SUSE Manager Proxy 4.2 | go1.19 | Affected |
SUSE Manager Retail Branch Server 4.2 | go1.18 | Affected |
SUSE Manager Retail Branch Server 4.2 | go1.18-openssl | Affected |
SUSE Manager Retail Branch Server 4.2 | go1.19 | Affected |
SUSE Manager Server 4.2 | go1.18 | Affected |
SUSE Manager Server 4.2 | go1.18-openssl | Affected |
SUSE Manager Server 4.2 | go1.19 | Affected |
openSUSE Leap 15.3 | go1.18 | Affected |
openSUSE Leap 15.3 | go1.18-openssl | Affected |
openSUSE Leap 15.3 | go1.19 | Affected |
openSUSE Leap 15.4 | go1.18 | Released |
openSUSE Leap 15.4 | go1.18-openssl | Released |
openSUSE Leap 15.4 | go1.19 | Released |
openSUSE Leap 15.4 | go1.20 | Released |
Container Status | ||
bci/golang:1.18 | go1.18 | Released |
bci/golang | go1.18 | In progress |
bci/golang:1.19 | go1.19 | Released |
bci/golang | go1.20 | Released |
Harvester v1.2-head | ||
rancher/rancher:v2.8.2 | usr/bin/etcdctl usr/bin/loglevel usr/bin/telemetry usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.4-suc | usr/bin/kubectl | Affected |
rancher/harvester-upgrade:v1.2-head | usr/bin/virtctl | Affected |
Harvester v1.2.2 | ||
rancher/rancher:v2.8.2 | usr/bin/etcdctl usr/bin/loglevel usr/bin/telemetry usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.4-suc | usr/bin/kubectl | Affected |
rancher/harvester-upgrade:v1.2.2 | usr/bin/virtctl | Affected |
Harvester v1.3-head | ||
rancher/rke2-runtime:v1.28.12-rke2r1 | bin/crictl | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
rancher/rancher:v2.8.5 | usr/bin/loglevel usr/share/rancher/ui/assets/wins.exe | Affected |
Harvester v1.3.2 | ||
rancher/rke2-runtime:v1.28.12-rke2r1 | bin/crictl | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
rancher/rancher:v2.8.5 | usr/bin/loglevel usr/share/rancher/ui/assets/wins.exe | Affected |
Rancher v2.8-head | ||
rancher/shell:v0.1.19 | container-suseconnect | Affected |
rancher/rke-tools:v0.1.96 | tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/host-device tmp/host-local tmp/ipvlan tmp/loopback tmp/macvlan tmp/portmap tmp/ptp tmp/sbr tmp/static tmp/tuning tmp/vlan tmp/vrf usr/local/bin/etcdctl | Affected |
rancher/shell:v0.1.19 | usr/local/bin/helm usr/local/bin/k9s usr/local/bin/kubectl usr/local/bin/kustomize | Affected |
Rancher v2.8.10 | ||
rancher/shell:v0.1.19 | container-suseconnect | Affected |
rancher/rke-tools:v0.1.96 | tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/host-device tmp/host-local tmp/ipvlan tmp/loopback tmp/macvlan tmp/portmap tmp/ptp tmp/sbr tmp/static tmp/tuning tmp/vlan tmp/vrf usr/local/bin/etcdctl | Affected |
rancher/shell:v0.1.19 | usr/local/bin/helm usr/local/bin/k9s usr/local/bin/kubectl usr/local/bin/kustomize | Affected |
SUSE Timeline for this CVE
CVE page created: Wed Feb 15 06:45:26 2023CVE page last modified: Tue Nov 19 17:43:40 2024