Upstream information

CVE-2024-24576 at MITRE

Description

Rust is a programming language. The Rust Security Response WG was notified that the Rust standard library prior to version 1.77.2 did not properly escape arguments when invoking batch files (with the `bat` and `cmd` extensions) on Windows using the `Command`. An attacker able to control the arguments passed to the spawned process could execute arbitrary shell commands by bypassing the escaping. The severity of this vulnerability is critical for those who invoke batch files on Windows with untrusted arguments. No other platform or use is affected. The `Command::arg` and `Command::args` APIs state in their documentation that the arguments will be passed to the spawned process as-is, regardless of the content of the arguments, and will not be evaluated by a shell. This means it should be safe to pass untrusted input as an argument. On Windows, the implementation of this is more complex than other platforms, because the Windows API only provides a single string containing all the arguments to the spawned process, and it's up to the spawned process to split them. Most programs use the standard C run-time argv, which in practice results in a mostly consistent way arguments are splitted. One exception though is `cmd.exe` (used among other things to execute batch files), which has its own argument splitting logic. That forces the standard library to implement custom escaping for arguments passed to batch files. Unfortunately it was reported that our escaping logic was not thorough enough, and it was possible to pass malicious arguments that would result in arbitrary shell execution. Due to the complexity of `cmd.exe`, we didn't identify a solution that would correctly escape arguments in all cases. To maintain our API guarantees, we improved the robustness of the escaping code, and changed the `Command` API to return an `InvalidInput` error when it cannot safely escape an argument. This error will be emitted when spawning the process. The fix is included in Rust 1.77.2. Note that the new escaping logic for batch files errs on the conservative side, and could reject valid arguments. Those who implement the escaping themselves or only handle trusted inputs on Windows can also use the `CommandExt::raw_arg` method to bypass the standard library's escaping logic.

SUSE information

Overall state of this security issue: Resolved

This issue is currently rated as having not set severity.

No SUSE Bugzilla entries cross referenced.

No SUSE Security Announcements cross referenced.

List of released packages

Product(s) Fixed package version(s) References
openSUSE Tumbleweed
  • cargo1.77 >= 1.77.2-1.1
  • rust1.77 >= 1.77.2-1.1
Patchnames:
openSUSE Tumbleweed GA cargo1.77-1.77.2-1.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.
SUSE Enterprise Storage 7.1 rust Not affected
SUSE Enterprise Storage 7.1 rust1.43 Not affected
SUSE Enterprise Storage 7.1 rust1.53 Not affected
SUSE Enterprise Storage 7.1 rust1.54 Not affected
SUSE Enterprise Storage 7.1 rust1.55 Not affected
SUSE Enterprise Storage 7.1 rust1.56 Not affected
SUSE Enterprise Storage 7.1 rust1.57 Not affected
SUSE Enterprise Storage 7.1 rust1.58 Not affected
SUSE Enterprise Storage 7.1 rust1.59 Not affected
SUSE Enterprise Storage 7.1 rust1.60 Not affected
SUSE Enterprise Storage 7.1 rust1.61 Not affected
SUSE Enterprise Storage 7.1 rust1.62 Not affected
SUSE Enterprise Storage 7.1 rust1.63 Not affected
SUSE Enterprise Storage 7.1 rust1.64 Not affected
SUSE Enterprise Storage 7.1 rust1.65 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.43 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.68 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.69 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.70 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.71 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.72 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.73 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.74 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.75 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.76 Not affected
SUSE Linux Enterprise Desktop 15 SP5 rust1.77 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.68 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.69 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.70 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.71 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.72 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.73 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.74 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.75 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.76 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP5 rust1.77 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.43 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.68 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.69 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.70 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.71 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.72 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.73 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.74 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.75 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.76 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP5 rust1.77 Not affected
SUSE Linux Enterprise Server 15 SP5 rust Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.68 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.69 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.70 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.71 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.72 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.73 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.74 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.75 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.76 Not affected
SUSE Linux Enterprise Server 15 SP5 rust1.77 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.43 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.68 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.69 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.70 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.71 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.72 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.73 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.74 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.75 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.76 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP5 rust1.77 Not affected
SUSE Manager Proxy 4.3 rust Not affected
SUSE Manager Proxy 4.3 rust1.43 Not affected
SUSE Manager Proxy 4.3 rust1.58 Not affected
SUSE Manager Proxy 4.3 rust1.59 Not affected
SUSE Manager Proxy 4.3 rust1.60 Not affected
SUSE Manager Proxy 4.3 rust1.61 Not affected
SUSE Manager Proxy 4.3 rust1.62 Not affected
SUSE Manager Proxy 4.3 rust1.63 Not affected
SUSE Manager Proxy 4.3 rust1.64 Not affected
SUSE Manager Proxy 4.3 rust1.65 Not affected
SUSE Manager Proxy 4.3 rust1.66 Not affected
SUSE Manager Proxy 4.3 rust1.67 Not affected
SUSE Manager Proxy 4.3 rust1.68 Not affected
SUSE Manager Proxy 4.3 rust1.69 Not affected
SUSE Manager Proxy 4.3 rust1.70 Not affected
SUSE Manager Proxy 4.3 rust1.71 Not affected
SUSE Manager Proxy 4.3 rust1.72 Not affected
SUSE Manager Proxy 4.3 rust1.73 Not affected
SUSE Manager Proxy 4.3 rust1.74 Not affected
SUSE Manager Retail Branch Server 4.3 rust Not affected
SUSE Manager Retail Branch Server 4.3 rust1.43 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.58 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.59 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.60 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.61 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.62 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.63 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.64 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.65 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.66 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.67 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.68 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.69 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.70 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.71 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.72 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.73 Not affected
SUSE Manager Retail Branch Server 4.3 rust1.74 Not affected
SUSE Manager Server 4.3 rust Not affected
SUSE Manager Server 4.3 rust1.43 Not affected
SUSE Manager Server 4.3 rust1.58 Not affected
SUSE Manager Server 4.3 rust1.59 Not affected
SUSE Manager Server 4.3 rust1.60 Not affected
SUSE Manager Server 4.3 rust1.61 Not affected
SUSE Manager Server 4.3 rust1.62 Not affected
SUSE Manager Server 4.3 rust1.63 Not affected
SUSE Manager Server 4.3 rust1.64 Not affected
SUSE Manager Server 4.3 rust1.65 Not affected
SUSE Manager Server 4.3 rust1.66 Not affected
SUSE Manager Server 4.3 rust1.67 Not affected
SUSE Manager Server 4.3 rust1.68 Not affected
SUSE Manager Server 4.3 rust1.69 Not affected
SUSE Manager Server 4.3 rust1.70 Not affected
SUSE Manager Server 4.3 rust1.71 Not affected
SUSE Manager Server 4.3 rust1.72 Not affected
SUSE Manager Server 4.3 rust1.73 Not affected
SUSE Manager Server 4.3 rust1.74 Not affected
Products under Long Term Service Pack support and receiving important and critical security fixes.
SUSE Linux Enterprise Desktop 15 SP4 rust Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise Desktop 15 SP4 rust1.74 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP2 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP2-ESPOS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.53 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.54 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.55 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.56 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.57 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.53 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.54 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.55 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.56 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.57 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4 rust1.74 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.66 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.67 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.68 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.69 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.70 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.71 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.72 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.73 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS rust1.74 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.43 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.58 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.59 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.60 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.61 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.62 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.63 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.64 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.66 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.67 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.68 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.69 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.70 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.71 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.72 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.73 Not affected
SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS rust1.74 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP2 rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP4 rust1.74 Not affected
SUSE Linux Enterprise Server 15 SP2 rust Not affected
SUSE Linux Enterprise Server 15 SP2-LTSS rust Not affected
SUSE Linux Enterprise Server 15 SP3 rust Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise Server 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.53 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.54 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.55 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.56 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.57 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.58 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.59 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.60 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.61 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.62 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.63 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.64 Not affected
SUSE Linux Enterprise Server 15 SP3-LTSS rust1.65 Not affected
SUSE Linux Enterprise Server 15 SP4 rust Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise Server 15 SP4 rust1.74 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.58 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.59 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.60 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.61 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.62 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.63 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.64 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.65 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.66 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.67 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.68 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.69 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.70 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.71 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.72 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.73 Not affected
SUSE Linux Enterprise Server 15 SP4-LTSS rust1.74 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP2 rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP4 rust1.74 Not affected
Products past their end of life and not receiving proactive updates anymore.
SUSE CaaS Platform 4.0 rust Not affected
SUSE Enterprise Storage 6 rust Not affected
SUSE Enterprise Storage 7 rust Not affected
SUSE Linux Enterprise Desktop 15 rust Not affected
SUSE Linux Enterprise Desktop 15 SP1 rust Not affected
SUSE Linux Enterprise Desktop 15 SP2 rust Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise Desktop 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise High Performance Computing 15 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP1 rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP1-ESPOS rust Not affected
SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS rust Not affected
SUSE Linux Enterprise High Performance Computing 15-ESPOS rust Not affected
SUSE Linux Enterprise High Performance Computing 15-LTSS rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 rust Not affected
SUSE Linux Enterprise Module for Development Tools 15 SP1 rust Not affected
SUSE Linux Enterprise Real Time 15 SP2 rust Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.43 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.53 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.54 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.55 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.56 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.57 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.58 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.59 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.60 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.61 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.62 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.63 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.64 Not affected
SUSE Linux Enterprise Real Time 15 SP3 rust1.65 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.43 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.58 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.59 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.60 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.61 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.62 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.63 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.64 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.65 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.66 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.67 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.68 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.69 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.70 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.71 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.72 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.73 Not affected
SUSE Linux Enterprise Real Time 15 SP4 rust1.74 Not affected
SUSE Linux Enterprise Server 15 rust Not affected
SUSE Linux Enterprise Server 15 SP1 rust Not affected
SUSE Linux Enterprise Server 15 SP1-BCL rust Not affected
SUSE Linux Enterprise Server 15 SP1-LTSS rust Not affected
SUSE Linux Enterprise Server 15 SP2-BCL rust Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.43 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.53 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.54 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.55 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.56 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.57 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.58 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.59 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.60 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.61 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.62 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.63 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.64 Not affected
SUSE Linux Enterprise Server 15 SP3-BCL rust1.65 Not affected
SUSE Linux Enterprise Server 15-LTSS rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 rust Not affected
SUSE Linux Enterprise Server for SAP Applications 15 SP1 rust Not affected
SUSE Manager Proxy 4.0 rust Not affected
SUSE Manager Proxy 4.1 rust Not affected
SUSE Manager Proxy 4.2 rust Not affected
SUSE Manager Proxy 4.2 rust1.43 Not affected
SUSE Manager Proxy 4.2 rust1.53 Not affected
SUSE Manager Proxy 4.2 rust1.54 Not affected
SUSE Manager Proxy 4.2 rust1.55 Not affected
SUSE Manager Proxy 4.2 rust1.56 Not affected
SUSE Manager Proxy 4.2 rust1.57 Not affected
SUSE Manager Proxy 4.2 rust1.58 Not affected
SUSE Manager Proxy 4.2 rust1.59 Not affected
SUSE Manager Proxy 4.2 rust1.60 Not affected
SUSE Manager Proxy 4.2 rust1.61 Not affected
SUSE Manager Proxy 4.2 rust1.62 Not affected
SUSE Manager Proxy 4.2 rust1.63 Not affected
SUSE Manager Proxy 4.2 rust1.64 Not affected
SUSE Manager Proxy 4.2 rust1.65 Not affected
SUSE Manager Retail Branch Server 4.0 rust Not affected
SUSE Manager Retail Branch Server 4.1 rust Not affected
SUSE Manager Retail Branch Server 4.2 rust Not affected
SUSE Manager Retail Branch Server 4.2 rust1.43 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.53 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.54 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.55 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.56 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.57 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.58 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.59 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.60 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.61 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.62 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.63 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.64 Not affected
SUSE Manager Retail Branch Server 4.2 rust1.65 Not affected
SUSE Manager Server 4.0 rust Not affected
SUSE Manager Server 4.1 rust Not affected
SUSE Manager Server 4.2 rust Not affected
SUSE Manager Server 4.2 rust1.43 Not affected
SUSE Manager Server 4.2 rust1.53 Not affected
SUSE Manager Server 4.2 rust1.54 Not affected
SUSE Manager Server 4.2 rust1.55 Not affected
SUSE Manager Server 4.2 rust1.56 Not affected
SUSE Manager Server 4.2 rust1.57 Not affected
SUSE Manager Server 4.2 rust1.58 Not affected
SUSE Manager Server 4.2 rust1.59 Not affected
SUSE Manager Server 4.2 rust1.60 Not affected
SUSE Manager Server 4.2 rust1.61 Not affected
SUSE Manager Server 4.2 rust1.62 Not affected
SUSE Manager Server 4.2 rust1.63 Not affected
SUSE Manager Server 4.2 rust1.64 Not affected
SUSE Manager Server 4.2 rust1.65 Not affected
Container Status
bci/rust:1.56 rust1.56Not affected
bci/rust rust1.57Not affected
bci/rust:1.59 rust1.59Not affected
bci/rust:1.60 rust1.60Not affected
bci/rust:1.61 rust1.61Not affected
bci/rust:1.62 rust1.62Not affected
bci/rust:1.63 rust1.63Not affected
bci/rust:1.64 rust1.64Not affected
bci/rust:1.65 rust1.65Not affected
bci/rust:1.66 rust1.66Not affected
bci/rust:1.67 rust1.67Not affected
bci/rust:1.68 rust1.68Not affected
bci/rust rust1.69Not affected
bci/rust:1.76 rust1.76Not affected
bci/rust rust1.77Not affected


SUSE Timeline for this CVE

CVE page created: Tue Apr 9 21:00:03 2024
CVE page last modified: Thu May 16 00:41:36 2024