Upstream information
Description
The filepath package does not recognize paths with a \??\ prefix as special. On Windows, a path beginning with \??\ is a Root Local Device path equivalent to a path beginning with \\?\. Paths with a \??\ prefix may be used to access arbitrary locations on the system. For example, the path \??\c:\x is equivalent to the more common path c:\x. Before fix, Clean could convert a rooted path such as \a\..\??\b into the root local device path \??\b. Clean will now convert this to .\??\b. Similarly, Join(\, ??, b) could convert a seemingly innocent sequence of path elements into the root local device path \??\b. Join will now convert this to \.\??\b. In addition, with fix, IsAbs now correctly reports paths beginning with \??\ as absolute, and VolumeName correctly reports the \??\ prefix as a volume name. UPDATE: Go 1.20.11 and Go 1.21.4 inadvertently changed the definition of the volume name in Windows paths starting with \?, resulting in filepath.Clean(\?\c:) returning \?\c: rather than \?\c:\ (among other effects). The previous behavior has been restored.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.8 |
Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N |
Attack Vector | Network | Local |
Attack Complexity | Low | Low |
Privileges Required | None | None |
User Interaction | None | None |
Scope | Unchanged | Unchanged |
Confidentiality Impact | High | Low |
Integrity Impact | None | High |
Availability Impact | None | None |
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: 1216943 [RESOLVED / FIXED]SUSE Security Advisories:
- SUSE-CU-2023:3736-1, published Fri Nov 17 12:39:12 UTC 2023
- SUSE-CU-2023:3738-1, published Fri Nov 17 12:39:39 UTC 2023
- SUSE-CU-2023:3739-1, published Fri Nov 17 12:39:47 UTC 2023
- SUSE-CU-2023:3785-1, published Tue Nov 21 16:17:42 UTC 2023
- SUSE-CU-2023:3786-1, published Tue Nov 21 16:17:47 UTC 2023
- SUSE-SU-2023:4469-1, published Thu Nov 16 20:30:14 UTC 2023
- SUSE-SU-2023:4470-1, published Thu Nov 16 20:30:09 UTC 2023
- SUSE-SU-2023:4471-1, published Thu Nov 16 20:30:06 UTC 2023
- SUSE-SU-2023:4472-1, published Thu Nov 16 20:30:03 UTC 2023
List of released packages
Product(s) | Fixed package version(s) | References |
---|---|---|
Container bci/golang:1.21-2.34.5 |
| |
Container bci/golang:oldstable-openssl-34.5 |
| |
Container bci/golang:stable-openssl-8.2 |
| |
SUSE Linux Enterprise Desktop 15 SP4 SUSE Linux Enterprise High Performance Computing 15 SP4 SUSE Linux Enterprise Module for Development Tools 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-Development-Tools-15-SP4-2023-4469 SUSE-SLE-Module-Development-Tools-15-SP4-2023-4470 SUSE-SLE-Module-Development-Tools-15-SP4-2023-4471 SUSE-SLE-Module-Development-Tools-15-SP4-2023-4472 |
SUSE Linux Enterprise Desktop 15 SP5 SUSE Linux Enterprise High Performance Computing 15 SP5 SUSE Linux Enterprise Module for Development Tools 15 SP5 SUSE Linux Enterprise Server 15 SP5 SUSE Linux Enterprise Server for SAP Applications 15 SP5 |
| Patchnames: SUSE-SLE-Module-Development-Tools-15-SP5-2023-4469 SUSE-SLE-Module-Development-Tools-15-SP5-2023-4470 SUSE-SLE-Module-Development-Tools-15-SP5-2023-4471 SUSE-SLE-Module-Development-Tools-15-SP5-2023-4472 |
SUSE Linux Enterprise Desktop 15 SP6 SUSE Linux Enterprise High Performance Computing 15 SP6 SUSE Linux Enterprise Module for Development Tools 15 SP6 SUSE Linux Enterprise Server 15 SP6 SUSE Linux Enterprise Server for SAP Applications 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 Module for Development Tools 15 SP6 GA go1.21-1.21.9-150000.1.30.1 |
openSUSE Leap 15.4 |
| Patchnames: openSUSE-SLE-15.4-2023-4469 openSUSE-SLE-15.4-2023-4470 openSUSE-SLE-15.4-2023-4471 openSUSE-SLE-15.4-2023-4472 |
openSUSE Leap 15.5 |
| Patchnames: openSUSE-SLE-15.5-2023-4469 openSUSE-SLE-15.5-2023-4470 openSUSE-SLE-15.5-2023-4471 openSUSE-SLE-15.5-2023-4472 |
openSUSE Tumbleweed |
| Patchnames: openSUSE-Tumbleweed-2024-13406 openSUSE-Tumbleweed-2024-13407 openSUSE-Tumbleweed-2024-13506 openSUSE-Tumbleweed-2024-14076 |
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 | go | Not affected |
SUSE Linux Enterprise Desktop 15 SP5 | go1.19 | Not affected |
SUSE Linux Enterprise Desktop 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Desktop 15 SP5 | go1.20-openssl | Released |
SUSE Linux Enterprise Desktop 15 SP5 | go1.21 | Released |
SUSE Linux Enterprise Desktop 15 SP5 | go1.21-openssl | Released |
SUSE Linux Enterprise Desktop 15 SP6 | go | Not affected |
SUSE Linux Enterprise Desktop 15 SP6 | go1.20-openssl | Released |
SUSE Linux Enterprise Desktop 15 SP6 | go1.21 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.20-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.21 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP5 | go1.21-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP6 | go1.20-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP6 | go1.21 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.19 | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.20-openssl | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.21 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP5 | go1.21-openssl | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | go | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | go1.20-openssl | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP6 | go1.21 | Released |
SUSE Linux Enterprise Server 12 SP5 | go1.20 | Affected |
SUSE Linux Enterprise Server 12 SP5 | go1.21 | Affected |
SUSE Linux Enterprise Server 15 SP5 | go | Not affected |
SUSE Linux Enterprise Server 15 SP5 | go1.19 | Not affected |
SUSE Linux Enterprise Server 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Server 15 SP5 | go1.20-openssl | Released |
SUSE Linux Enterprise Server 15 SP5 | go1.21 | Released |
SUSE Linux Enterprise Server 15 SP5 | go1.21-openssl | Released |
SUSE Linux Enterprise Server 15 SP6 | go | Not affected |
SUSE Linux Enterprise Server 15 SP6 | go1.20-openssl | Released |
SUSE Linux Enterprise Server 15 SP6 | go1.21 | Released |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | go1.20 | Affected |
SUSE Linux Enterprise Server for SAP Applications 12 SP5 | go1.21 | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.19 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.20 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.20-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.21 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP5 | go1.21-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | go | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | go1.20-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP6 | go1.21 | Released |
SUSE Linux Enterprise Software Development Kit 12 SP5 | go1.20 | Affected |
SUSE Linux Enterprise Software Development Kit 12 SP5 | go1.21 | Affected |
SUSE Manager Proxy 4.3 | go | Not affected |
SUSE Manager Proxy 4.3 | go1.19 | Not affected |
SUSE Manager Proxy 4.3 | go1.20 | Released |
SUSE Manager Proxy 4.3 | go1.20-openssl | Released |
SUSE Manager Proxy 4.3 | go1.21 | Released |
SUSE Manager Proxy 4.3 | go1.21-openssl | Released |
SUSE Manager Retail Branch Server 4.3 | go | Not affected |
SUSE Manager Retail Branch Server 4.3 | go1.19 | Not affected |
SUSE Manager Retail Branch Server 4.3 | go1.20 | Released |
SUSE Manager Retail Branch Server 4.3 | go1.20-openssl | Released |
SUSE Manager Retail Branch Server 4.3 | go1.21 | Released |
SUSE Manager Retail Branch Server 4.3 | go1.21-openssl | Released |
SUSE Manager Server 4.3 | go | Not affected |
SUSE Manager Server 4.3 | go1.19 | Not affected |
SUSE Manager Server 4.3 | go1.20 | Released |
SUSE Manager Server 4.3 | go1.20-openssl | Released |
SUSE Manager Server 4.3 | go1.21 | Released |
SUSE Manager Server 4.3 | go1.21-openssl | Released |
openSUSE Leap 15.5 | go | Not affected |
openSUSE Leap 15.5 | go1.19 | Not affected |
openSUSE Leap 15.5 | go1.20 | Released |
openSUSE Leap 15.5 | go1.20-openssl | Released |
openSUSE Leap 15.5 | go1.21 | Released |
openSUSE Leap 15.5 | go1.21-openssl | Released |
openSUSE Leap 15.6 | go | Not affected |
openSUSE Leap 15.6 | go1.19 | Not affected |
openSUSE Leap 15.6 | go1.20 | Affected |
openSUSE Leap 15.6 | go1.20-openssl | Affected |
openSUSE Leap 15.6 | go1.21 | Affected |
Products under Long Term Service Pack support and receiving important and critical security fixes. | ||
SUSE Linux Enterprise Desktop 15 SP4 | go | Not affected |
SUSE Linux Enterprise Desktop 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise Desktop 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.20-openssl | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.21 | Released |
SUSE Linux Enterprise Desktop 15 SP4 | go1.21-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP3 | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.20-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.21 | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4 | go1.21-openssl | Released |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.20 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.20-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.21 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS | go1.21-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.19 | Not affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.20 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.20-openssl | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.21 | Affected |
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS | go1.21-openssl | Affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | go | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.20-openssl | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.21 | Released |
SUSE Linux Enterprise Module for Development Tools 15 SP4 | go1.21-openssl | Released |
SUSE Linux Enterprise Server 15 SP3 | go | Not affected |
SUSE Linux Enterprise Server 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | go | Not affected |
SUSE Linux Enterprise Server 15 SP3-LTSS | go1.19 | Not affected |
SUSE Linux Enterprise Server 15 SP4 | go | Not affected |
SUSE Linux Enterprise Server 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise Server 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.20-openssl | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.21 | Released |
SUSE Linux Enterprise Server 15 SP4 | go1.21-openssl | Released |
SUSE Linux Enterprise Server 15 SP4-LTSS | go | Not affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.19 | Not affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.20 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.20-openssl | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.21 | Affected |
SUSE Linux Enterprise Server 15 SP4-LTSS | go1.21-openssl | Affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | go | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.20 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.20-openssl | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.21 | Released |
SUSE Linux Enterprise Server for SAP Applications 15 SP4 | go1.21-openssl | Released |
Products past their end of life and not receiving proactive updates anymore. | ||
SUSE Enterprise Storage 7.1 | go | Not affected |
SUSE Enterprise Storage 7.1 | go1.19 | Not affected |
SUSE Linux Enterprise Desktop 15 SP3 | go | Not affected |
SUSE Linux Enterprise Desktop 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise Real Time 15 SP3 | go | Not affected |
SUSE Linux Enterprise Real Time 15 SP3 | go1.19 | Not affected |
SUSE Linux Enterprise Real Time 15 SP3 | go1.20 | Affected |
SUSE Linux Enterprise Real Time 15 SP3 | go1.21 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go | Not affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.19 | Not affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.20 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.20-openssl | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.21 | Affected |
SUSE Linux Enterprise Real Time 15 SP4 | go1.21-openssl | Affected |
SUSE Linux Enterprise Server 15 SP3-BCL | go | Not affected |
SUSE Linux Enterprise Server 15 SP3-BCL | go1.19 | Not affected |
SUSE Manager Proxy 4.2 | go | Not affected |
SUSE Manager Proxy 4.2 | go1.19 | Not affected |
SUSE Manager Retail Branch Server 4.2 | go | Not affected |
SUSE Manager Retail Branch Server 4.2 | go1.19 | Not affected |
SUSE Manager Server 4.2 | go | Not affected |
SUSE Manager Server 4.2 | go1.19 | Not affected |
openSUSE Leap 15.3 | go | Not affected |
openSUSE Leap 15.3 | go1.19 | Not affected |
openSUSE Leap 15.4 | go | Not affected |
openSUSE Leap 15.4 | go1.19 | Not affected |
openSUSE Leap 15.4 | go1.20 | Released |
openSUSE Leap 15.4 | go1.20-openssl | Released |
openSUSE Leap 15.4 | go1.21 | Released |
openSUSE Leap 15.4 | go1.21-openssl | Released |
Container Status | ||
bci/golang:1.19 | go1.19 | Not affected |
bci/golang:1.20-openssl | go1.20-openssl | Released |
bci/golang | go1.20 | In progress |
bci/golang | go1.21-openssl | Released |
bci/golang:1.21 | go1.21 | Released |
Harvester master | ||
rancher/rancher:v2.9.2 | usr/bin/telemetry | Affected |
rancher/shell:v0.1.24 | usr/local/bin/kubectl | Affected |
Harvester v1.2-head | ||
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
longhornio/csi-attacher:v4.4.2 | csi-attacher | Affected |
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-provisioner:v3.6.2 | csi-provisioner | Affected |
longhornio/csi-resizer:v1.9.2 | csi-resizer | Affected |
longhornio/csi-snapshotter:v6.3.2 | csi-snapshotter | Affected |
longhornio/longhorn-share-manager:v1.5.5 | longhorn-share-manager | Affected |
rancher/rancher:v2.8.2 | opt/drivers/management-state/bin/docker-machine-driver-harvester opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/bandwidth usr/bin/cni usr/bin/containerd usr/bin/containerd-shim-runc-v2 usr/bin/etcdctl usr/bin/firewall usr/bin/helm_v3 usr/bin/k3s usr/bin/kustomize usr/bin/loglevel usr/bin/rancher-machine usr/bin/runc usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-harvester usr/share/rancher/ui/assets/docker-machine-driver-linode usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.4-suc | opt/rancher-system-agent-suc/rancher-system-agent usr/bin/kubectl | Affected |
rancher/fleet-agent:v0.9.0 | usr/bin/fleet usr/bin/fleetagent | Affected |
rancher/fleet:v0.9.0 | usr/bin/fleetcontroller | Affected |
rancher/gitjob:v0.1.96 | usr/bin/gitcloner usr/bin/gitjob | Affected |
rancher/harvester-upgrade:v1.2-head | usr/bin/kubectl usr/bin/virtctl | Affected |
longhornio/backing-image-manager:v1.5.5 | usr/local/bin/backing-image-manager | Affected |
longhornio/longhorn-instance-manager:v1.5.5 | usr/local/bin/go-spdk-helper usr/local/bin/longhorn-instance-manager | Affected |
rancher/shell:v0.1.22 | usr/local/bin/helm usr/local/bin/k9s usr/local/bin/kubectl usr/local/bin/kustomize | Affected |
longhornio/longhorn-engine:v1.5.5 | usr/local/bin/longhorn usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-manager:v1.5.5 | usr/local/sbin/longhorn-manager | Affected |
Harvester v1.2.2 | ||
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
longhornio/csi-attacher:v4.4.2 | csi-attacher | Affected |
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-provisioner:v3.6.2 | csi-provisioner | Affected |
longhornio/csi-resizer:v1.9.2 | csi-resizer | Affected |
longhornio/csi-snapshotter:v6.3.2 | csi-snapshotter | Affected |
longhornio/longhorn-share-manager:v1.5.5 | longhorn-share-manager | Affected |
rancher/rancher:v2.8.2 | opt/drivers/management-state/bin/docker-machine-driver-harvester opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/bandwidth usr/bin/cni usr/bin/containerd usr/bin/containerd-shim-runc-v2 usr/bin/etcdctl usr/bin/firewall usr/bin/helm_v3 usr/bin/k3s usr/bin/kustomize usr/bin/loglevel usr/bin/rancher-machine usr/bin/runc usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-harvester usr/share/rancher/ui/assets/docker-machine-driver-linode usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.4-suc | opt/rancher-system-agent-suc/rancher-system-agent usr/bin/kubectl | Affected |
rancher/fleet-agent:v0.9.0 | usr/bin/fleet usr/bin/fleetagent | Affected |
rancher/fleet:v0.9.0 | usr/bin/fleetcontroller | Affected |
rancher/gitjob:v0.1.96 | usr/bin/gitcloner usr/bin/gitjob | Affected |
rancher/harvester-upgrade:v1.2.2 | usr/bin/kubectl usr/bin/virtctl | Affected |
longhornio/backing-image-manager:v1.5.5 | usr/local/bin/backing-image-manager | Affected |
longhornio/longhorn-instance-manager:v1.5.5 | usr/local/bin/go-spdk-helper usr/local/bin/longhorn-instance-manager | Affected |
rancher/shell:v0.1.22 | usr/local/bin/helm usr/local/bin/k9s usr/local/bin/kubectl usr/local/bin/kustomize | Affected |
longhornio/longhorn-engine:v1.5.5 | usr/local/bin/longhorn usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-manager:v1.5.5 | usr/local/sbin/longhorn-manager | Affected |
Harvester v1.3-head | ||
rancher/rke2-runtime:v1.28.12-rke2r1 | bin/crictl | Affected |
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-snapshotter:v6.3.4 | csi-snapshotter | Affected |
rancher/rancher:v2.8.5 | opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/etcdctl usr/bin/kustomize usr/bin/loglevel usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-linode usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
longhornio/backing-image-manager:v1.6.2 | usr/local/bin/backing-image-manager | Affected |
Harvester v1.3.2 | ||
rancher/rke2-runtime:v1.28.12-rke2r1 | bin/crictl | Affected |
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-snapshotter:v6.3.4 | csi-snapshotter | Affected |
rancher/rancher:v2.8.5 | opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/etcdctl usr/bin/kustomize usr/bin/loglevel usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-linode usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
rancher/harvester-upgrade:v1.3.2 | usr/bin/kubectl usr/bin/virtctl | Affected |
longhornio/backing-image-manager:v1.6.2 | usr/local/bin/backing-image-manager | Affected |
Longhorn v1.5-head | ||
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-snapshotter:v6.3.4 | csi-snapshotter | Affected |
longhornio/longhorn-share-manager:v1.5.5 | longhorn-share-manager | Affected |
longhornio/backing-image-manager:v1.5.5 | usr/local/bin/backing-image-manager | Affected |
longhornio/longhorn-instance-manager:v1.5.5 | usr/local/bin/go-spdk-helper usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-engine:v1.5.5 | usr/local/bin/longhorn usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-manager:v1.5.5 | usr/local/sbin/longhorn-manager | Affected |
Longhorn v1.5.5 | ||
longhornio/csi-attacher:v4.4.2 | csi-attacher | Affected |
longhornio/csi-node-driver-registrar:v2.9.2 | csi-node-driver-registrar | Affected |
longhornio/csi-provisioner:v3.6.2 | csi-provisioner | Affected |
longhornio/csi-resizer:v1.9.2 | csi-resizer | Affected |
longhornio/csi-snapshotter:v6.3.2 | csi-snapshotter | Affected |
longhornio/longhorn-share-manager:v1.5.5 | longhorn-share-manager | Affected |
longhornio/backing-image-manager:v1.5.5 | usr/local/bin/backing-image-manager | Affected |
longhornio/longhorn-instance-manager:v1.5.5 | usr/local/bin/go-spdk-helper usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-engine:v1.5.5 | usr/local/bin/longhorn usr/local/bin/longhorn-instance-manager | Affected |
longhornio/longhorn-manager:v1.5.5 | usr/local/sbin/longhorn-manager | Affected |
Longhorn v1.6-head | ||
longhornio/csi-snapshotter:v6.3.4 | csi-snapshotter | Affected |
Longhorn v1.6.3 | ||
longhornio/csi-snapshotter:v6.3.4 | csi-snapshotter | Affected |
Rancher v2.7-head | ||
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rancher:v2.7-head | opt/drivers/management-state/bin/docker-machine-driver-harvester opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/cni usr/bin/containerd usr/bin/containerd-shim-runc-v2 usr/bin/etcdctl usr/bin/helm_v3 usr/bin/k3s usr/bin/kustomize usr/bin/loglevel usr/bin/rancher usr/bin/runc usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-harvester usr/share/rancher/ui/assets/docker-machine-driver-linode usr/share/rancher/ui/assets/wins.exe | Affected |
rancher/rke-tools:v0.1.96 | opt/rke-tools/bin/cri-dockerd opt/rke-tools/bin/docker opt/rke-tools/rke-etcd-backup tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/flannel 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/bin/confd usr/local/bin/etcdctl usr/local/bin/kubectl | Affected |
rancher/rancher-agent:v2.7-head | usr/bin/agent usr/bin/kubectl usr/bin/loglevel | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
rancher/ui-plugin-operator:v0.1.1 | usr/bin/ui-plugin-operator | Affected |
Rancher v2.7.16 | ||
rancher/system-upgrade-controller:v0.13.1 | bin/system-upgrade-controller | Affected |
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rke-tools:v0.1.96 | opt/rke-tools/bin/cri-dockerd opt/rke-tools/bin/docker opt/rke-tools/rke-etcd-backup tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/flannel 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/bin/confd usr/local/bin/etcdctl usr/local/bin/kubectl | Affected |
rancher/security-scan:v0.2.15 | usr/bin/kube-bench usr/bin/sonobuoy | Affected |
rancher/system-agent:v0.3.6-suc | usr/bin/kubectl | Affected |
rancher/ui-plugin-operator:v0.1.1 | usr/bin/ui-plugin-operator | Affected |
Rancher v2.8-head | ||
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rancher:v2.8-head | opt/drivers/management-state/bin/docker-machine-driver-linode usr/bin/etcdctl usr/bin/kustomize usr/bin/telemetry usr/share/rancher/ui/assets/docker-machine-driver-linode | Affected |
rancher/rke-tools:v0.1.96 | opt/rke-tools/bin/cri-dockerd opt/rke-tools/bin/docker opt/rke-tools/rke-etcd-backup tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/flannel 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/bin/confd usr/local/bin/etcdctl usr/local/bin/kubectl | Affected |
rancher/rancher-agent:v2.8-head | usr/bin/kubectl | 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.9 | ||
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rke-tools:v0.1.96 | opt/rke-tools/bin/cri-dockerd opt/rke-tools/bin/docker opt/rke-tools/rke-etcd-backup tmp/bandwidth tmp/bridge tmp/dhcp tmp/dummy tmp/firewall tmp/flannel 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/bin/confd usr/local/bin/etcdctl usr/local/bin/kubectl | Affected |
rancher/ui-plugin-operator:v0.1.1 | usr/bin/ui-plugin-operator | 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.9-head | ||
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rancher:v2.9-head | usr/bin/telemetry | Affected |
Rancher v2.9.3 | ||
rancher/nginx-ingress-controller:nginx-1.9.4-rancher1 | dbg nginx-ingress-controller wait-shutdown | Affected |
rancher/rancher:v2.9.3 | usr/bin/telemetry | 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: Tue Nov 7 22:15:03 2023CVE page last modified: Tue Oct 29 12:53:46 2024