Action not permitted
Modal body text goes here.
cve-2022-21658
Vulnerability from cvelistv5
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-03T02:46:39.244Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2" }, { "tags": [ "x_transferred" ], "url": "https://github.com/rust-lang/rust/pull/93110" }, { "tags": [ "x_transferred" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946" }, { "tags": [ "x_transferred" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf" }, { "tags": [ "x_transferred" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714" }, { "tags": [ "x_transferred" ], "url": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html" }, { "name": "FEDORA-2022-1bafa3fc91", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BK32QZLHDC2OVLPKTUHNT2G3VHWHD4LX/" }, { "name": "FEDORA-2022-2c73789458", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C63NH72Q7UHJM5V3IVYRI7LVBGGFQMSQ/" }, { "name": "FEDORA-2022-1b76e3a192", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CKGTACKMKAPRDPWPTU26GYWBELIRFF5N/" }, { "name": "FEDORA-2022-06569a0a60", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7JKZDTBMGAWIFJSNWKBMPO5EAKRR4BEW/" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213183" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213182" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213186" }, { "tags": [ "x_transferred" ], "url": "https://support.apple.com/kb/HT213193" }, { "name": "GLSA-202210-09", "tags": [ "vendor-advisory", "x_transferred" ], "url": "https://security.gentoo.org/glsa/202210-09" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "rust", "vendor": "rust-lang", "versions": [ { "status": "affected", "version": "\u003c 1.58.1" } ] } ], "descriptions": [ { "lang": "en", "value": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-363", "description": "CWE-363: Race Condition Enabling Link Following", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-367", "description": "CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2022-10-16T00:00:00", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "url": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2" }, { "url": "https://github.com/rust-lang/rust/pull/93110" }, { "url": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946" }, { "url": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf" }, { "url": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714" }, { "url": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html" }, { "name": "FEDORA-2022-1bafa3fc91", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BK32QZLHDC2OVLPKTUHNT2G3VHWHD4LX/" }, { "name": "FEDORA-2022-2c73789458", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C63NH72Q7UHJM5V3IVYRI7LVBGGFQMSQ/" }, { "name": "FEDORA-2022-1b76e3a192", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CKGTACKMKAPRDPWPTU26GYWBELIRFF5N/" }, { "name": "FEDORA-2022-06569a0a60", "tags": [ "vendor-advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7JKZDTBMGAWIFJSNWKBMPO5EAKRR4BEW/" }, { "url": "https://support.apple.com/kb/HT213183" }, { "url": "https://support.apple.com/kb/HT213182" }, { "url": "https://support.apple.com/kb/HT213186" }, { "url": "https://support.apple.com/kb/HT213193" }, { "name": "GLSA-202210-09", "tags": [ "vendor-advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" } ], "source": { "advisory": "GHSA-r9cc-f5pr-p3j2", "discovery": "UNKNOWN" }, "title": "Race condition in std::fs::remove_dir_all in rustlang" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2022-21658", "datePublished": "2022-01-20T00:00:00", "dateReserved": "2021-11-16T00:00:00", "dateUpdated": "2024-08-03T02:46:39.244Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2022-21658\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2022-01-20T18:15:07.703\",\"lastModified\":\"2023-11-07T03:43:39.327\",\"vulnStatus\":\"Modified\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions.\"},{\"lang\":\"es\",\"value\":\"Rust es un lenguaje de programaci\u00f3n multiparadigma de prop\u00f3sito general dise\u00f1ado para el rendimiento y la seguridad, especialmente la concurrencia segura. El Grupo de Trabajo de Respuesta de Seguridad de Rust fue notificado de que la funci\u00f3n de la biblioteca est\u00e1ndar \\\"std::fs::remove_dir_all\\\" es vulnerable a una condici\u00f3n de carrera que permite el seguimiento de enlaces simb\u00f3licos (CWE-363). Un atacante podr\u00eda usar este problema de seguridad para enga\u00f1ar a un programa con privilegios para que elimine archivos y directorios a los que el atacante no podr\u00eda acceder o eliminar de otro modo. Rust versiones 1.0.0 hasta Rust versi\u00f3n 1.58.0 est\u00e1n afectados por esta vulnerabilidad, con la versi\u00f3n 1.58.1 que contiene un parche. Tenga en cuenta que los siguientes objetivos de construcci\u00f3n no presentan APIs usables para mitigar apropiadamente el ataque, y por lo tanto siguen siendo vulnerables incluso con una cadena de herramientas parcheada: macOS versiones anteriores a 10.10 (Yosemite) y REDOX. Recomendamos a todo el mundo que actualice a Rust versi\u00f3n 1.58.1 tan pronto como sea posible, especialmente a las personas que desarrollan programas que esperan que sean ejecutados en contextos privilegiados (incluidos los demonios del sistema y los binarios setuid), ya que son los que presentan el mayor riesgo de estar afectados por esto. Tenga en cuenta que a\u00f1adir comprobaciones en su c\u00f3digo base antes de llamar a remove_dir_all no mitigar\u00e1 la vulnerabilidad, ya que tambi\u00e9n ser\u00edan vulnerables a condiciones de carrera como el propio remove_dir_all. La mitigaci\u00f3n existente funciona como es pretendido fuera de las condiciones de carrera\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\",\"baseScore\":6.3,\"baseSeverity\":\"MEDIUM\"},\"exploitabilityScore\":1.0,\"impactScore\":5.2},{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"HIGH\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":4.7}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:L/AC:M/Au:N/C:N/I:P/A:P\",\"accessVector\":\"LOCAL\",\"accessComplexity\":\"MEDIUM\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"PARTIAL\",\"availabilityImpact\":\"PARTIAL\",\"baseScore\":3.3},\"baseSeverity\":\"LOW\",\"exploitabilityScore\":3.4,\"impactScore\":4.9,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-363\"},{\"lang\":\"en\",\"value\":\"CWE-367\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-367\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rust-lang:rust:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"1.0.0\",\"versionEndIncluding\":\"1.58.0\",\"matchCriteriaId\":\"C1A1524F-CF05-4E2D-9A5B-B9A882DFF66D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"A930E247-0B43-43CB-98FF-6CE7B8189835\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"80E516C0-98A4-4ADE-B69F-66A772E2BAAA\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"15.4\",\"matchCriteriaId\":\"7A28B309-0018-46A4-A533-F10428F689B4\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"15.4\",\"matchCriteriaId\":\"1E4C3F0C-E368-4F79-B42E-E5EB0FB5E767\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0.0\",\"versionEndExcluding\":\"12.3\",\"matchCriteriaId\":\"9422A022-F279-4596-BC97-3223611D73DC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:tvos:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"15.4\",\"matchCriteriaId\":\"70A2E262-1C91-4030-A2D5-E089C271EA34\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:apple:watchos:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"8.5\",\"matchCriteriaId\":\"17C8B971-2F25-4961-B1AF-F4AAB1848990\"}]}]}],\"references\":[{\"url\":\"https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Vendor Advisory\"]},{\"url\":\"https://github.com/rust-lang/rust/pull/93110\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Exploit\",\"Mitigation\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7JKZDTBMGAWIFJSNWKBMPO5EAKRR4BEW/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BK32QZLHDC2OVLPKTUHNT2G3VHWHD4LX/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/C63NH72Q7UHJM5V3IVYRI7LVBGGFQMSQ/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CKGTACKMKAPRDPWPTU26GYWBELIRFF5N/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://security.gentoo.org/glsa/202210-09\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213182\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213183\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213186\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://support.apple.com/kb/HT213193\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
var-202201-1926
Vulnerability from variot
Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the std::fs::remove_dir_all
standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn't otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don't have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions. Rust for, Time-of-check Time-of-use (TOCTOU) There is a race condition vulnerability.Information is tampered with and service operation is interrupted (DoS) It may be in a state. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Gentoo Linux Security Advisory GLSA 202210-09
https://security.gentoo.org/
Severity: Normal Title: Rust: Multiple Vulnerabilities Date: October 16, 2022 Bugs: #870166, #831638, #821157, #807052, #782367 ID: 202210-09
Synopsis
Multiple vulnerabilities have been discovered in Rust, the worst of which could result in denial of service.
Background
A systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety.
Affected packages
-------------------------------------------------------------------
Package / Vulnerable / Unaffected
-------------------------------------------------------------------
1 dev-lang/rust < 1.63.0-r1 >= 1.63.0-r1 2 dev-lang/rust-bin < 1.64.0 >= 1.64.0
Description
Multiple vulnerabilities have been discovered in Rust. Please review the CVE identifiers referenced below for details.
Impact
Please review the referenced CVE identifiers for details.
Workaround
There is no known workaround at this time.
Resolution
All Rust users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">\xdev-lang/rust-1.63.0-r1"
All Rust binary users should upgrade to the latest version:
# emerge --sync # emerge --ask --oneshot --verbose ">\xdev-lang/rust-bin-1.64.0"
In addition, users using Portage 3.0.38 or later should ensure that packages with Rust binaries have no vulnerable code statically linked into their binaries by rebuilding the @rust-rebuild set:
# emerge --ask --oneshot --verbose @rust-rebuild
References
[ 1 ] CVE-2021-28875 https://nvd.nist.gov/vuln/detail/CVE-2021-28875 [ 2 ] CVE-2021-28876 https://nvd.nist.gov/vuln/detail/CVE-2021-28876 [ 3 ] CVE-2021-28877 https://nvd.nist.gov/vuln/detail/CVE-2021-28877 [ 4 ] CVE-2021-28878 https://nvd.nist.gov/vuln/detail/CVE-2021-28878 [ 5 ] CVE-2021-28879 https://nvd.nist.gov/vuln/detail/CVE-2021-28879 [ 6 ] CVE-2021-29922 https://nvd.nist.gov/vuln/detail/CVE-2021-29922 [ 7 ] CVE-2021-31162 https://nvd.nist.gov/vuln/detail/CVE-2021-31162 [ 8 ] CVE-2021-36317 https://nvd.nist.gov/vuln/detail/CVE-2021-36317 [ 9 ] CVE-2021-36318 https://nvd.nist.gov/vuln/detail/CVE-2021-36318 [ 10 ] CVE-2021-42574 https://nvd.nist.gov/vuln/detail/CVE-2021-42574 [ 11 ] CVE-2021-42694 https://nvd.nist.gov/vuln/detail/CVE-2021-42694 [ 12 ] CVE-2022-21658 https://nvd.nist.gov/vuln/detail/CVE-2022-21658 [ 13 ] CVE-2022-36113 https://nvd.nist.gov/vuln/detail/CVE-2022-36113 [ 14 ] CVE-2022-36114 https://nvd.nist.gov/vuln/detail/CVE-2022-36114
Availability
This GLSA and any updates to it are available for viewing at the Gentoo Security Website:
https://security.gentoo.org/glsa/202210-09
Concerns?
Security is a primary focus of Gentoo Linux and ensuring the confidentiality and security of our users' machines is of utmost importance to us. Any security concerns should be addressed to security@gentoo.org or alternatively, you may file a bug at https://bugs.gentoo.org.
License
Copyright 2022 Gentoo Foundation, Inc; referenced text belongs to its owner(s).
The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
https://creativecommons.org/licenses/by-sa/2.5 . -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
===================================================================== Red Hat Security Advisory
Synopsis: Moderate: rust-toolset:rhel8 security, bug fix, and enhancement update Advisory ID: RHSA-2022:1894-01 Product: Red Hat Enterprise Linux Advisory URL: https://access.redhat.com/errata/RHSA-2022:1894 Issue date: 2022-05-10 CVE Names: CVE-2022-21658 =====================================================================
- Summary:
An update for the rust-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.
- Relevant releases/architectures:
Red Hat Enterprise Linux AppStream (v. 8) - aarch64, noarch, ppc64le, s390x, x86_64
- Description:
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
The following packages have been upgraded to a later upstream version: rust (1.58.0). (BZ#2002883)
Security Fix(es):
- rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed (CVE-2022-21658)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Additional Changes:
For detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from the References section.
- Solution:
For details on how to apply this update, which includes the changes described in this advisory, refer to:
https://access.redhat.com/articles/11258
- Bugs fixed (https://bugzilla.redhat.com/):
1980080 - Enable Rust wasm32-wasi target [rhel-8.6.0] 2041504 - CVE-2022-21658 rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed
- Package List:
Red Hat Enterprise Linux AppStream (v. 8):
Source: rust-1.58.1-1.module+el8.6.0+14021+586eff1a.src.rpm rust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.src.rpm
aarch64: cargo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm cargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm clippy-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm clippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rls-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm rustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm
noarch: cargo-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm rust-debugger-common-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm rust-gdb-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm rust-lldb-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm rust-src-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm
ppc64le: cargo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm cargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm clippy-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm clippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rls-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm rustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm
s390x: cargo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm cargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm clippy-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm clippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rls-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm rustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm
x86_64: cargo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm cargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm clippy-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm clippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rls-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm rustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm
These packages are GPG signed by Red Hat for security. Our key and details on how to verify the signature are available from https://access.redhat.com/security/team/key/
- References:
https://access.redhat.com/security/cve/CVE-2022-21658 https://access.redhat.com/security/updates/classification/#moderate https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/
- Contact:
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/
Copyright 2022 Red Hat, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1
iQIVAwUBYnqROtzjgjWX9erEAQgkZBAAmWsVgosTaMGDpGj3gA90DdYI3IN5lBO8 tUoSTKDDatI5M1lwjSEBdDUh7nkFHAr4zSawU6tM9+d5Y/cfAVoC4bwDJleHRByz MhpBMezpVaks4KdgsDm+UQtabDAKJp3yLkDTqTp8iWrepzxJcJPiieLn95DxmKq/ TEGUovSBVOnPXQMOdOor2hxi4M3CILVPzHWHgicSu3xHHa1O81CzPszwhfBgiRP4 RkNlU29AB1m0C+SOd2ERwGU4usZt/uTOwnyLAvA763SQc8zqdIvfxvdqy4ljyEYn A/+nDZ8Evc4jMX+fpmN3i+qOPz2B1B1R1SCFPrRdg+9WUkLbtVr/KTK0xWF2MkyZ z+ggAwAPiEG7VF4kEDIdT5eeNhdqFBH58GpvKf/u/jYnxJtKw8A8+tKMHYzDrBEP OIOSaFF75aO50p/cpa8TuofWY/uE/sbEmXYp9pp0AcyrRHKY+wQUzmBB30a/1bqk znxOxZTEpgIniE/hy/zyGazsdK5+bjqk3TXPyrXtJPcCjk+e9eq1eamVRzm+Rqki /1x7PaBu1wSiQvrrQELcE6HhYW7VLfz2ANO8KWm1SH43k25uvw95YwhOK9y8chjo P9wiRBHjIxgrKTuArI6NJ/SnfMKoHy/4LTeqXU4EhEc8Na/wZOMw3UEpiS+kJYuM nFBxjty0k/4= =PIUM -----END PGP SIGNATURE----- -- RHSA-announce mailing list RHSA-announce@redhat.com https://listman.redhat.com/mailman/listinfo/rhsa-announce
Show details on source website{ "@context": { "@vocab": "https://www.variotdbs.pl/ref/VARIoTentry#", "affected_products": { "@id": "https://www.variotdbs.pl/ref/affected_products" }, "configurations": { "@id": "https://www.variotdbs.pl/ref/configurations" }, "credits": { "@id": "https://www.variotdbs.pl/ref/credits" }, "cvss": { "@id": "https://www.variotdbs.pl/ref/cvss/" }, "description": { "@id": "https://www.variotdbs.pl/ref/description/" }, "exploit_availability": { "@id": "https://www.variotdbs.pl/ref/exploit_availability/" }, "external_ids": { "@id": "https://www.variotdbs.pl/ref/external_ids/" }, "iot": { "@id": "https://www.variotdbs.pl/ref/iot/" }, "iot_taxonomy": { "@id": "https://www.variotdbs.pl/ref/iot_taxonomy/" }, "patch": { "@id": "https://www.variotdbs.pl/ref/patch/" }, "problemtype_data": { "@id": "https://www.variotdbs.pl/ref/problemtype_data/" }, "references": { "@id": "https://www.variotdbs.pl/ref/references/" }, "sources": { "@id": "https://www.variotdbs.pl/ref/sources/" }, "sources_release_date": { "@id": "https://www.variotdbs.pl/ref/sources_release_date/" }, "sources_update_date": { "@id": "https://www.variotdbs.pl/ref/sources_update_date/" }, "threat_type": { "@id": "https://www.variotdbs.pl/ref/threat_type/" }, "title": { "@id": "https://www.variotdbs.pl/ref/title/" }, "type": { "@id": "https://www.variotdbs.pl/ref/type/" } }, "@id": "https://www.variotdbs.pl/vuln/VAR-202201-1926", "affected_products": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/affected_products#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" }, "@id": "https://www.variotdbs.pl/ref/sources" } }, "data": [ { "model": "ipados", "scope": "lt", "trust": 1.0, "vendor": "apple", "version": "15.4" }, { "model": "iphone os", "scope": "lt", "trust": 1.0, "vendor": "apple", "version": "15.4" }, { "model": "rust", "scope": "gte", "trust": 1.0, "vendor": "rust lang", "version": "1.0.0" }, { "model": "tvos", "scope": "lt", "trust": 1.0, "vendor": "apple", "version": "15.4" }, { "model": "rust", "scope": "lte", "trust": 1.0, "vendor": "rust lang", "version": "1.58.0" }, { "model": "fedora", "scope": "eq", "trust": 1.0, "vendor": "fedoraproject", "version": "34" }, { "model": "macos", "scope": "gte", "trust": 1.0, "vendor": "apple", "version": "12.0.0" }, { "model": "watchos", "scope": "lt", "trust": 1.0, "vendor": "apple", "version": "8.5" }, { "model": "macos", "scope": "lt", "trust": 1.0, "vendor": "apple", "version": "12.3" }, { "model": "fedora", "scope": "eq", "trust": 1.0, "vendor": "fedoraproject", "version": "35" }, { "model": "ipados", "scope": null, "trust": 0.8, "vendor": "\u30a2\u30c3\u30d7\u30eb", "version": null }, { "model": "watchos", "scope": null, "trust": 0.8, "vendor": "\u30a2\u30c3\u30d7\u30eb", "version": null }, { "model": "tvos", "scope": null, "trust": 0.8, "vendor": "\u30a2\u30c3\u30d7\u30eb", "version": null }, { "model": "ios", "scope": null, "trust": 0.8, "vendor": "\u30a2\u30c3\u30d7\u30eb", "version": null }, { "model": "fedora", "scope": null, "trust": 0.8, "vendor": "fedora", "version": null }, { "model": "macos", "scope": null, "trust": 0.8, "vendor": "\u30a2\u30c3\u30d7\u30eb", "version": null }, { "model": "rust", "scope": null, "trust": 0.8, "vendor": "the rust programming language", "version": null } ], "sources": [ { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "configurations": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/configurations#", "children": { "@container": "@list" }, "cpe_match": { "@container": "@list" }, "data": { "@container": "@list" }, "nodes": { "@container": "@list" } }, "data": [ { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rust-lang:rust:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.58.0", "versionStartIncluding": "1.0.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "12.3", "versionStartIncluding": "12.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:tvos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:watchos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.5", "vulnerable": true } ], "operator": "OR" } ] } ], "sources": [ { "db": "NVD", "id": "CVE-2022-21658" } ] }, "credits": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/credits#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Gentoo", "sources": [ { "db": "PACKETSTORM", "id": "168756" } ], "trust": 0.1 }, "cve": "CVE-2022-21658", "cvss": { "@context": { "cvssV2": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV2#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV2" }, "cvssV3": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/cvss/cvssV3#" }, "@id": "https://www.variotdbs.pl/ref/cvss/cvssV3/" }, "severity": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/cvss/severity#" }, "@id": "https://www.variotdbs.pl/ref/cvss/severity" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" }, "@id": "https://www.variotdbs.pl/ref/sources" } }, "data": [ { "cvssV2": [ { "acInsufInfo": false, "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "author": "NVD", "availabilityImpact": "PARTIAL", "baseScore": 3.3, "confidentialityImpact": "NONE", "exploitabilityScore": 3.4, "impactScore": 4.9, "integrityImpact": "PARTIAL", "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "trust": 1.0, "userInteractionRequired": false, "vectorString": "AV:L/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0" }, { "acInsufInfo": null, "accessComplexity": "Medium", "accessVector": "Local", "authentication": "None", "author": "NVD", "availabilityImpact": "Partial", "baseScore": 3.3, "confidentialityImpact": "None", "exploitabilityScore": null, "id": "CVE-2022-21658", "impactScore": null, "integrityImpact": "Partial", "obtainAllPrivilege": null, "obtainOtherPrivilege": null, "obtainUserPrivilege": null, "severity": "Low", "trust": 0.9, "userInteractionRequired": null, "vectorString": "AV:L/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0" }, { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "author": "VULHUB", "availabilityImpact": "PARTIAL", "baseScore": 3.3, "confidentialityImpact": "NONE", "exploitabilityScore": 3.4, "id": "VHN-407271", "impactScore": 4.9, "integrityImpact": "PARTIAL", "severity": "LOW", "trust": 0.1, "vectorString": "AV:L/AC:M/AU:N/C:N/I:P/A:P", "version": "2.0" } ], "cvssV3": [ { "attackComplexity": "HIGH", "attackVector": "LOCAL", "author": "NVD", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "exploitabilityScore": 1.0, "impactScore": 5.2, "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "trust": 1.0, "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, { "attackComplexity": "LOW", "attackVector": "LOCAL", "author": "security-advisories@github.com", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "exploitabilityScore": 2.0, "impactScore": 4.7, "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "trust": 1.0, "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.1" }, { "attackComplexity": "High", "attackVector": "Local", "author": "NVD", "availabilityImpact": "High", "baseScore": 6.3, "baseSeverity": "Medium", "confidentialityImpact": "None", "exploitabilityScore": null, "id": "CVE-2022-21658", "impactScore": null, "integrityImpact": "High", "privilegesRequired": "Low", "scope": "Unchanged", "trust": 0.8, "userInteraction": "None", "vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.0" } ], "severity": [ { "author": "NVD", "id": "CVE-2022-21658", "trust": 1.8, "value": "MEDIUM" }, { "author": "security-advisories@github.com", "id": "CVE-2022-21658", "trust": 1.0, "value": "HIGH" }, { "author": "CNNVD", "id": "CNNVD-202201-1812", "trust": 0.6, "value": "MEDIUM" }, { "author": "VULHUB", "id": "VHN-407271", "trust": 0.1, "value": "LOW" }, { "author": "VULMON", "id": "CVE-2022-21658", "trust": 0.1, "value": "LOW" } ] } ], "sources": [ { "db": "VULHUB", "id": "VHN-407271" }, { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "db": "NVD", "id": "CVE-2022-21658" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "description": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/description#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions. Rust for, Time-of-check Time-of-use (TOCTOU) There is a race condition vulnerability.Information is tampered with and service operation is interrupted (DoS) It may be in a state. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\nGentoo Linux Security Advisory GLSA 202210-09\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n https://security.gentoo.org/\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\n Severity: Normal\n Title: Rust: Multiple Vulnerabilities\n Date: October 16, 2022\n Bugs: #870166, #831638, #821157, #807052, #782367\n ID: 202210-09\n\n- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -\n\nSynopsis\n=======\nMultiple vulnerabilities have been discovered in Rust, the worst of\nwhich could result in denial of service. \n\nBackground\n=========\nA systems programming language that runs blazingly fast, prevents\nsegfaults, and guarantees thread safety. \n\nAffected packages\n================\n -------------------------------------------------------------------\n Package / Vulnerable / Unaffected\n -------------------------------------------------------------------\n 1 dev-lang/rust \u003c 1.63.0-r1 \u003e= 1.63.0-r1\n 2 dev-lang/rust-bin \u003c 1.64.0 \u003e= 1.64.0\n\nDescription\n==========\nMultiple vulnerabilities have been discovered in Rust. Please review the\nCVE identifiers referenced below for details. \n\nImpact\n=====\nPlease review the referenced CVE identifiers for details. \n\nWorkaround\n=========\nThere is no known workaround at this time. \n\nResolution\n=========\nAll Rust users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose \"\u003e\\xdev-lang/rust-1.63.0-r1\"\n\nAll Rust binary users should upgrade to the latest version:\n\n # emerge --sync\n # emerge --ask --oneshot --verbose \"\u003e\\xdev-lang/rust-bin-1.64.0\"\n\nIn addition, users using Portage 3.0.38 or later should ensure that\npackages with Rust binaries have no vulnerable code statically linked\ninto their binaries by rebuilding the @rust-rebuild set:\n\n # emerge --ask --oneshot --verbose @rust-rebuild\n\nReferences\n=========\n[ 1 ] CVE-2021-28875\n https://nvd.nist.gov/vuln/detail/CVE-2021-28875\n[ 2 ] CVE-2021-28876\n https://nvd.nist.gov/vuln/detail/CVE-2021-28876\n[ 3 ] CVE-2021-28877\n https://nvd.nist.gov/vuln/detail/CVE-2021-28877\n[ 4 ] CVE-2021-28878\n https://nvd.nist.gov/vuln/detail/CVE-2021-28878\n[ 5 ] CVE-2021-28879\n https://nvd.nist.gov/vuln/detail/CVE-2021-28879\n[ 6 ] CVE-2021-29922\n https://nvd.nist.gov/vuln/detail/CVE-2021-29922\n[ 7 ] CVE-2021-31162\n https://nvd.nist.gov/vuln/detail/CVE-2021-31162\n[ 8 ] CVE-2021-36317\n https://nvd.nist.gov/vuln/detail/CVE-2021-36317\n[ 9 ] CVE-2021-36318\n https://nvd.nist.gov/vuln/detail/CVE-2021-36318\n[ 10 ] CVE-2021-42574\n https://nvd.nist.gov/vuln/detail/CVE-2021-42574\n[ 11 ] CVE-2021-42694\n https://nvd.nist.gov/vuln/detail/CVE-2021-42694\n[ 12 ] CVE-2022-21658\n https://nvd.nist.gov/vuln/detail/CVE-2022-21658\n[ 13 ] CVE-2022-36113\n https://nvd.nist.gov/vuln/detail/CVE-2022-36113\n[ 14 ] CVE-2022-36114\n https://nvd.nist.gov/vuln/detail/CVE-2022-36114\n\nAvailability\n===========\nThis GLSA and any updates to it are available for viewing at\nthe Gentoo Security Website:\n\n https://security.gentoo.org/glsa/202210-09\n\nConcerns?\n========\nSecurity is a primary focus of Gentoo Linux and ensuring the\nconfidentiality and security of our users\u0027 machines is of utmost\nimportance to us. Any security concerns should be addressed to\nsecurity@gentoo.org or alternatively, you may file a bug at\nhttps://bugs.gentoo.org. \n\nLicense\n======\nCopyright 2022 Gentoo Foundation, Inc; referenced text\nbelongs to its owner(s). \n\nThe contents of this document are licensed under the\nCreative Commons - Attribution / Share Alike license. \n\nhttps://creativecommons.org/licenses/by-sa/2.5\n. -----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA256\n\n=====================================================================\n Red Hat Security Advisory\n\nSynopsis: Moderate: rust-toolset:rhel8 security, bug fix, and enhancement update\nAdvisory ID: RHSA-2022:1894-01\nProduct: Red Hat Enterprise Linux\nAdvisory URL: https://access.redhat.com/errata/RHSA-2022:1894\nIssue date: 2022-05-10\nCVE Names: CVE-2022-21658 \n=====================================================================\n\n1. Summary:\n\nAn update for the rust-toolset:rhel8 module is now available for Red Hat\nEnterprise Linux 8. \n\nRed Hat Product Security has rated this update as having a security impact\nof Moderate. A Common Vulnerability Scoring System (CVSS) base score, which\ngives a detailed severity rating, is available for each vulnerability from\nthe CVE link(s) in the References section. \n\n2. Relevant releases/architectures:\n\nRed Hat Enterprise Linux AppStream (v. 8) - aarch64, noarch, ppc64le, s390x, x86_64\n\n3. Description:\n\nRust Toolset provides the Rust programming language compiler rustc, the\ncargo build tool and dependency manager, and required libraries. \n\nThe following packages have been upgraded to a later upstream version: rust\n(1.58.0). (BZ#2002883)\n\nSecurity Fix(es):\n\n* rust: Race condition in remove_dir_all leading to removal of files\noutside of the directory being removed (CVE-2022-21658)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE\npage(s) listed in the References section. \n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat\nEnterprise Linux 8.6 Release Notes linked from the References section. \n\n4. Solution:\n\nFor details on how to apply this update, which includes the changes\ndescribed in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\n5. Bugs fixed (https://bugzilla.redhat.com/):\n\n1980080 - Enable Rust wasm32-wasi target [rhel-8.6.0]\n2041504 - CVE-2022-21658 rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed\n\n6. Package List:\n\nRed Hat Enterprise Linux AppStream (v. 8):\n\nSource:\nrust-1.58.1-1.module+el8.6.0+14021+586eff1a.src.rpm\nrust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.src.rpm\n\naarch64:\ncargo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\ncargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nclippy-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nclippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrls-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\nrustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64.rpm\n\nnoarch:\ncargo-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm\nrust-debugger-common-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm\nrust-gdb-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm\nrust-lldb-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm\nrust-src-1.58.1-1.module+el8.6.0+14021+586eff1a.noarch.rpm\n\nppc64le:\ncargo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\ncargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nclippy-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nclippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrls-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\nrustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le.rpm\n\ns390x:\ncargo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\ncargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nclippy-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nclippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrls-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\nrustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.s390x.rpm\n\nx86_64:\ncargo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\ncargo-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nclippy-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nclippy-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrls-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrls-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-analysis-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-debugsource-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-doc-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-std-static-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-std-static-wasm32-unknown-unknown-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-std-static-wasm32-wasi-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrust-toolset-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrustfmt-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\nrustfmt-debuginfo-1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64.rpm\n\nThese packages are GPG signed by Red Hat for security. Our key and\ndetails on how to verify the signature are available from\nhttps://access.redhat.com/security/team/key/\n\n7. References:\n\nhttps://access.redhat.com/security/cve/CVE-2022-21658\nhttps://access.redhat.com/security/updates/classification/#moderate\nhttps://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/\n\n8. Contact:\n\nThe Red Hat security contact is \u003csecalert@redhat.com\u003e. More contact\ndetails at https://access.redhat.com/security/team/contact/\n\nCopyright 2022 Red Hat, Inc. \n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1\n\niQIVAwUBYnqROtzjgjWX9erEAQgkZBAAmWsVgosTaMGDpGj3gA90DdYI3IN5lBO8\ntUoSTKDDatI5M1lwjSEBdDUh7nkFHAr4zSawU6tM9+d5Y/cfAVoC4bwDJleHRByz\nMhpBMezpVaks4KdgsDm+UQtabDAKJp3yLkDTqTp8iWrepzxJcJPiieLn95DxmKq/\nTEGUovSBVOnPXQMOdOor2hxi4M3CILVPzHWHgicSu3xHHa1O81CzPszwhfBgiRP4\nRkNlU29AB1m0C+SOd2ERwGU4usZt/uTOwnyLAvA763SQc8zqdIvfxvdqy4ljyEYn\nA/+nDZ8Evc4jMX+fpmN3i+qOPz2B1B1R1SCFPrRdg+9WUkLbtVr/KTK0xWF2MkyZ\nz+ggAwAPiEG7VF4kEDIdT5eeNhdqFBH58GpvKf/u/jYnxJtKw8A8+tKMHYzDrBEP\nOIOSaFF75aO50p/cpa8TuofWY/uE/sbEmXYp9pp0AcyrRHKY+wQUzmBB30a/1bqk\nznxOxZTEpgIniE/hy/zyGazsdK5+bjqk3TXPyrXtJPcCjk+e9eq1eamVRzm+Rqki\n/1x7PaBu1wSiQvrrQELcE6HhYW7VLfz2ANO8KWm1SH43k25uvw95YwhOK9y8chjo\nP9wiRBHjIxgrKTuArI6NJ/SnfMKoHy/4LTeqXU4EhEc8Na/wZOMw3UEpiS+kJYuM\nnFBxjty0k/4=\n=PIUM\n-----END PGP SIGNATURE-----\n--\nRHSA-announce mailing list\nRHSA-announce@redhat.com\nhttps://listman.redhat.com/mailman/listinfo/rhsa-announce\n", "sources": [ { "db": "NVD", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "VULHUB", "id": "VHN-407271" }, { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "PACKETSTORM", "id": "168756" }, { "db": "PACKETSTORM", "id": "167067" } ], "trust": 1.98 }, "external_ids": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/external_ids#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "db": "NVD", "id": "CVE-2022-21658", "trust": 3.6 }, { "db": "PACKETSTORM", "id": "167067", "trust": 0.8 }, { "db": "PACKETSTORM", "id": "168756", "trust": 0.8 }, { "db": "JVNDB", "id": "JVNDB-2022-004144", "trust": 0.8 }, { "db": "CS-HELP", "id": "SB2022012101", "trust": 0.6 }, { "db": "CS-HELP", "id": "SB2022051149", "trust": 0.6 }, { "db": "AUSCERT", "id": "ESB-2022.0304", "trust": 0.6 }, { "db": "AUSCERT", "id": "ESB-2022.1141", "trust": 0.6 }, { "db": "CNNVD", "id": "CNNVD-202201-1812", "trust": 0.6 }, { "db": "VULHUB", "id": "VHN-407271", "trust": 0.1 }, { "db": "VULMON", "id": "CVE-2022-21658", "trust": 0.1 } ], "sources": [ { "db": "VULHUB", "id": "VHN-407271" }, { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "PACKETSTORM", "id": "168756" }, { "db": "PACKETSTORM", "id": "167067" }, { "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "id": "VAR-202201-1926", "iot": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/iot#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": true, "sources": [ { "db": "VULHUB", "id": "VHN-407271" } ], "trust": 0.01 }, "last_update_date": "2024-02-13T00:08:50.989000Z", "patch": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/patch#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "title": "HT213186 Apple\u00a0 Security update", "trust": 0.8, "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7jkzdtbmgawifjsnwkbmpo5eakrr4bew/" }, { "title": "Rust Repair measures for the competition condition problem loophole", "trust": 0.6, "url": "http://123.124.177.30/web/xxk/bdxqbyid.tag?id=181481" }, { "title": "Red Hat: Moderate: rust-toolset:rhel8 security, bug fix, and enhancement update", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=red_hat_security_advisories\u0026qid=rhsa-20221894 - security advisory" }, { "title": "Amazon Linux 2: ALAS2-2022-1817", "trust": 0.1, "url": "https://vulmon.com/vendoradvisory?qidtp=amazon_linux2\u0026qid=alas2-2022-1817" }, { "title": "xtask-wasm", "trust": 0.1, "url": "https://github.com/rustminded/xtask-wasm " }, { "title": "CVE-2022-21658 poc", "trust": 0.1, "url": "https://github.com/sagittarius-a/cve-2022-21658 " }, { "title": "rmall", "trust": 0.1, "url": "https://github.com/xidy-dex/rmall " }, { "title": "https://github.com/xxg1413/rust-security", "trust": 0.1, "url": "https://github.com/xxg1413/rust-security " }, { "title": "https://github.com/xxg1413/rustlang-security", "trust": 0.1, "url": "https://github.com/xxg1413/rustlang-security " }, { "title": "PoC in GitHub", "trust": 0.1, "url": "https://github.com/nomi-sec/poc-in-github " }, { "title": "PoC in GitHub", "trust": 0.1, "url": "https://github.com/soosmile/poc " }, { "title": "PoC in GitHub", "trust": 0.1, "url": "https://github.com/manas3c/cve-poc " }, { "title": "CVE-2022-XXXX", "trust": 0.1, "url": "https://github.com/alphabugx/cve-2022-23305 " }, { "title": "CVE-2022-XXXX", "trust": 0.1, "url": "https://github.com/alphabugx/cve-2022-rce " } ], "sources": [ { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "CNNVD", "id": "CNNVD-202201-1812" } ] }, "problemtype_data": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/problemtype_data#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "problemtype": "CWE-363", "trust": 1.1 }, { "problemtype": "CWE-367", "trust": 1.1 }, { "problemtype": "Time-of-check Time-of-use (TOCTOU) Race condition (CWE-367) [NVD evaluation ]", "trust": 0.8 } ], "sources": [ { "db": "VULHUB", "id": "VHN-407271" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "references": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/references#", "data": { "@container": "@list" }, "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": [ { "trust": 1.9, "url": "https://security.gentoo.org/glsa/202210-09" }, { "trust": 1.8, "url": "https://support.apple.com/kb/ht213182" }, { "trust": 1.8, "url": "https://support.apple.com/kb/ht213183" }, { "trust": 1.8, "url": "https://support.apple.com/kb/ht213186" }, { "trust": 1.8, "url": "https://support.apple.com/kb/ht213193" }, { "trust": 1.8, "url": "https://github.com/rust-lang/rust/security/advisories/ghsa-r9cc-f5pr-p3j2" }, { "trust": 1.8, "url": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html" }, { "trust": 1.8, "url": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946" }, { "trust": 1.8, "url": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf" }, { "trust": 1.8, "url": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714" }, { "trust": 1.6, "url": "https://nvd.nist.gov/vuln/detail/cve-2022-21658" }, { "trust": 1.2, "url": "https://github.com/rust-lang/rust/pull/93110" }, { "trust": 1.1, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/bk32qzlhdc2ovlpktuhnt2g3vhwhd4lx/" }, { "trust": 1.1, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/c63nh72q7uhjm5v3ivyri7lvbggfqmsq/" }, { "trust": 1.1, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/ckgtackmkaprdpwptu26gywbelirff5n/" }, { "trust": 1.1, "url": "https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/7jkzdtbmgawifjsnwkbmpo5eakrr4bew/" }, { "trust": 0.7, "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7jkzdtbmgawifjsnwkbmpo5eakrr4bew/" }, { "trust": 0.7, "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ckgtackmkaprdpwptu26gywbelirff5n/" }, { "trust": 0.7, "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/bk32qzlhdc2ovlpktuhnt2g3vhwhd4lx/" }, { "trust": 0.7, "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/c63nh72q7uhjm5v3ivyri7lvbggfqmsq/" }, { "trust": 0.7, "url": "https://access.redhat.com/security/cve/cve-2022-21658" }, { "trust": 0.6, "url": "https://packetstormsecurity.com/files/168756/gentoo-linux-security-advisory-202210-09.html" }, { "trust": 0.6, "url": "https://www.auscert.org.au/bulletins/esb-2022.1141" }, { "trust": 0.6, "url": "https://packetstormsecurity.com/files/167067/red-hat-security-advisory-2022-1894-01.html" }, { "trust": 0.6, "url": "https://vigilance.fr/vulnerability/rust-file-deleting-via-std-fs-remove-dir-all-37342" }, { "trust": 0.6, "url": "https://www.auscert.org.au/bulletins/esb-2022.0304" }, { "trust": 0.6, "url": "https://www.cybersecurity-help.cz/vdb/sb2022012101" }, { "trust": 0.6, "url": "https://www.cybersecurity-help.cz/vdb/sb2022051149" }, { "trust": 0.2, "url": "https://access.redhat.com/errata/rhsa-2022:1894" }, { "trust": 0.1, "url": "https://cwe.mitre.org/data/definitions/363.html" }, { "trust": 0.1, "url": "https://cwe.mitre.org/data/definitions/367.html" }, { "trust": 0.1, "url": "https://github.com/rustminded/xtask-wasm" }, { "trust": 0.1, "url": "https://nvd.nist.gov" }, { "trust": 0.1, "url": "https://alas.aws.amazon.com/al2/alas-2022-1817.html" }, { "trust": 0.1, "url": "https://security.gentoo.org/" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-29922" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-28877" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-28876" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-36317" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-36318" }, { "trust": 0.1, "url": "https://bugs.gentoo.org." }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2022-36113" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-28878" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-28875" }, { "trust": 0.1, "url": "https://creativecommons.org/licenses/by-sa/2.5" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-28879" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-42574" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-42694" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2022-36114" }, { "trust": 0.1, "url": "https://nvd.nist.gov/vuln/detail/cve-2021-31162" }, { "trust": 0.1, "url": "https://listman.redhat.com/mailman/listinfo/rhsa-announce" }, { "trust": 0.1, "url": "https://access.redhat.com/security/team/key/" }, { "trust": 0.1, "url": "https://access.redhat.com/articles/11258" }, { "trust": 0.1, "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "trust": 0.1, "url": "https://access.redhat.com/security/team/contact/" }, { "trust": 0.1, "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "trust": 0.1, "url": "https://bugzilla.redhat.com/):" } ], "sources": [ { "db": "VULHUB", "id": "VHN-407271" }, { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "PACKETSTORM", "id": "168756" }, { "db": "PACKETSTORM", "id": "167067" }, { "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "sources": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#", "data": { "@container": "@list" } }, "data": [ { "db": "VULHUB", "id": "VHN-407271" }, { "db": "VULMON", "id": "CVE-2022-21658" }, { "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "db": "PACKETSTORM", "id": "168756" }, { "db": "PACKETSTORM", "id": "167067" }, { "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "db": "NVD", "id": "CVE-2022-21658" } ] }, "sources_release_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_release_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2022-01-20T00:00:00", "db": "VULHUB", "id": "VHN-407271" }, { "date": "2022-01-20T00:00:00", "db": "VULMON", "id": "CVE-2022-21658" }, { "date": "2023-03-23T00:00:00", "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "date": "2022-10-17T15:13:47", "db": "PACKETSTORM", "id": "168756" }, { "date": "2022-05-11T16:32:58", "db": "PACKETSTORM", "id": "167067" }, { "date": "2022-01-20T00:00:00", "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "date": "2022-01-20T18:15:07.703000", "db": "NVD", "id": "CVE-2022-21658" } ] }, "sources_update_date": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources_update_date#", "data": { "@container": "@list" } }, "data": [ { "date": "2022-10-19T00:00:00", "db": "VULHUB", "id": "VHN-407271" }, { "date": "2023-11-07T00:00:00", "db": "VULMON", "id": "CVE-2022-21658" }, { "date": "2023-03-23T05:19:00", "db": "JVNDB", "id": "JVNDB-2022-004144" }, { "date": "2022-10-18T00:00:00", "db": "CNNVD", "id": "CNNVD-202201-1812" }, { "date": "2023-11-07T03:43:39.327000", "db": "NVD", "id": "CVE-2022-21658" } ] }, "threat_type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/threat_type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "local", "sources": [ { "db": "CNNVD", "id": "CNNVD-202201-1812" } ], "trust": 0.6 }, "title": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/title#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "Rust\u00a0 In \u00a0Time-of-check\u00a0Time-of-use\u00a0(TOCTOU)\u00a0 Race condition vulnerabilities", "sources": [ { "db": "JVNDB", "id": "JVNDB-2022-004144" } ], "trust": 0.8 }, "type": { "@context": { "@vocab": "https://www.variotdbs.pl/ref/type#", "sources": { "@container": "@list", "@context": { "@vocab": "https://www.variotdbs.pl/ref/sources#" } } }, "data": "competition condition problem", "sources": [ { "db": "CNNVD", "id": "CNNVD-202201-1812" } ], "trust": 0.6 } }
rhsa-2022_1894
Vulnerability from csaf_redhat
Notes
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the rust-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.", "title": "Topic" }, { "category": "general", "text": "Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. \n\nThe following packages have been upgraded to a later upstream version: rust (1.58.0). (BZ#2002883)\n\nSecurity Fix(es):\n\n* rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed (CVE-2022-21658)\n\nFor more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Enterprise Linux 8.6 Release Notes linked from the References section.", "title": "Details" }, { "category": "legal_disclaimer", "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.", "title": "Terms of Use" } ], "publisher": { "category": "vendor", "contact_details": "https://access.redhat.com/security/team/contact/", "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.", "name": "Red Hat Product Security", "namespace": "https://www.redhat.com" }, "references": [ { "category": "self", "summary": "https://access.redhat.com/errata/RHSA-2022:1894", "url": "https://access.redhat.com/errata/RHSA-2022:1894" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/", "url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/8.6_release_notes/" }, { "category": "external", "summary": "1980080", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=1980080" }, { "category": "external", "summary": "2041504", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041504" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2022/rhsa-2022_1894.json" } ], "title": "Red Hat Security Advisory: rust-toolset:rhel8 security, bug fix, and enhancement update", "tracking": { "current_release_date": "2024-11-06T00:47:19+00:00", "generator": { "date": "2024-11-06T00:47:19+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2022:1894", "initial_release_date": "2022-05-10T13:35:59+00:00", "revision_history": [ { "date": "2022-05-10T13:35:59+00:00", "number": "1", "summary": "Initial version" }, { "date": "2022-05-10T13:35:59+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-06T00:47:19+00:00", "number": "3", "summary": "Last generated version" } ], "status": "final", "version": "3" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "rust-toolset:rhel8:8060020220125235043:eab6f2ea", "product": { "name": "rust-toolset:rhel8:8060020220125235043:eab6f2ea", "product_id": "rust-toolset:rhel8:8060020220125235043:eab6f2ea", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/rust-toolset@rhel8:8060020220125235043:eab6f2ea" } } }, { "category": "product_version", "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product": { "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_id": "cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=noarch" } } }, { "category": "product_version", "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product": { "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_id": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=noarch" } } }, { "category": "product_version", "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product": { "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_id": "rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=noarch" } } }, { "category": "product_version", "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product": { "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_id": "rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=noarch" } } }, { "category": "product_version", "name": "rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product": { "name": "rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_id": "rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-src@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_id": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } }, { "category": "product_version", "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, "product_reference": "rust-toolset:rhel8:8060020220125235043:eab6f2ea", "relates_to_product_reference": "AppStream-8.6.0.GA" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch" }, "product_reference": "cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch" }, "product_reference": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch" }, "product_reference": "rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch" }, "product_reference": "rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch" }, "product_reference": "rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" }, { "category": "default_component_of", "full_product_name": { "name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 as a component of rust-toolset:rhel8:8060020220125235043:eab6f2ea as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" }, "product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "relates_to_product_reference": "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-21658", "cwe": { "id": "CWE-367", "name": "Time-of-check Time-of-use (TOCTOU) Race Condition" }, "discovery_date": "2022-01-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2041504" } ], "notes": [ { "category": "description", "text": "A race condition flaw was found in Rust\u0027s std::fs::remove_dir_all function. Rust applications that use this function may be vulnerable to a race condition where an unprivileged attacker can trick the application into deleting files and directories, causing an impact on system data integrity. If the application is privileged, an attacker can possibly delete files they would not usually have access to.", "title": "Vulnerability description" }, { "category": "summary", "text": "rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed", "title": "Vulnerability summary" }, { "category": "other", "text": "This flaw has been given a Severity of Moderate because it is not exploitable at will on every Rust program as it requires a specific scenario where a privileged program uses a specific Rust stdlib function, the attacker has some knowledge of the program\u0027s file operations, and has the normal limitations and challenges of a \nTime-of-check to time-of-use (TOCTOU). It must also be carried out by an unprivileged attacker.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2022-21658" }, { "category": "external", "summary": "RHBZ#2041504", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2041504" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2022-21658", "url": "https://www.cve.org/CVERecord?id=CVE-2022-21658" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2022-21658", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-21658" }, { "category": "external", "summary": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2", "url": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2" } ], "release_date": "2022-01-20T11:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2022-05-10T13:35:59+00:00", "details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258", "product_ids": [ "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2022:1894" }, { "category": "workaround", "details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.", "product_ids": [ "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 5.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:cargo-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rls-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-analysis-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugger-common-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-debugsource-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-doc-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-gdb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-lldb-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-src-0:1.58.1-1.module+el8.6.0+14021+586eff1a.noarch", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x", "AppStream-8.6.0.GA:rust-toolset:rhel8:8060020220125235043:eab6f2ea:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "rust: Race condition in remove_dir_all leading to removal of files outside of the directory being removed" } ] }
gsd-2022-21658
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2022-21658", "description": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions.", "id": "GSD-2022-21658", "references": [ "https://www.suse.com/security/cve/CVE-2022-21658.html", "https://advisories.mageia.org/CVE-2022-21658.html", "https://linux.oracle.com/cve/CVE-2022-21658.html", "https://access.redhat.com/errata/RHSA-2022:1894" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2022-21658" ], "details": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions.", "id": "GSD-2022-21658", "modified": "2023-12-13T01:19:14.127854Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-21658", "STATE": "PUBLIC", "TITLE": "Race condition in std::fs::remove_dir_all in rustlang" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "rust", "version": { "version_data": [ { "version_value": "\u003c 1.58.1" } ] } } ] }, "vendor_name": "rust-lang" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions." } ] }, "impact": { "cvss": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 7.3, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "LOW", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H", "version": "3.1" } }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE-363: Race Condition Enabling Link Following" } ] }, { "description": [ { "lang": "eng", "value": "CWE-367: Time-of-check Time-of-use (TOCTOU) Race Condition" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2", "refsource": "CONFIRM", "url": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2" }, { "name": "https://github.com/rust-lang/rust/pull/93110", "refsource": "MISC", "url": "https://github.com/rust-lang/rust/pull/93110" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946", "refsource": "MISC", "url": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf", "refsource": "MISC", "url": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714", "refsource": "MISC", "url": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714" }, { "name": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html", "refsource": "MISC", "url": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html" }, { "name": "FEDORA-2022-1bafa3fc91", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BK32QZLHDC2OVLPKTUHNT2G3VHWHD4LX/" }, { "name": "FEDORA-2022-2c73789458", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C63NH72Q7UHJM5V3IVYRI7LVBGGFQMSQ/" }, { "name": "FEDORA-2022-1b76e3a192", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CKGTACKMKAPRDPWPTU26GYWBELIRFF5N/" }, { "name": "FEDORA-2022-06569a0a60", "refsource": "FEDORA", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7JKZDTBMGAWIFJSNWKBMPO5EAKRR4BEW/" }, { "name": "https://support.apple.com/kb/HT213183", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT213183" }, { "name": "https://support.apple.com/kb/HT213182", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT213182" }, { "name": "https://support.apple.com/kb/HT213186", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT213186" }, { "name": "https://support.apple.com/kb/HT213193", "refsource": "CONFIRM", "url": "https://support.apple.com/kb/HT213193" }, { "name": "GLSA-202210-09", "refsource": "GENTOO", "url": "https://security.gentoo.org/glsa/202210-09" } ] }, "source": { "advisory": "GHSA-r9cc-f5pr-p3j2", "discovery": "UNKNOWN" } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:rust-lang:rust:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "1.58.0", "versionStartIncluding": "1.0.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:apple:macos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "12.3", "versionStartIncluding": "12.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:tvos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:iphone_os:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:ipados:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "15.4", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:o:apple:watchos:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.5", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security-advisories@github.com", "ID": "CVE-2022-21658" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the `std::fs::remove_dir_all` standard library function is vulnerable a race condition enabling symlink following (CWE-363). An attacker could use this security issue to trick a privileged program into deleting files and directories the attacker couldn\u0027t otherwise access or delete. Rust 1.0.0 through Rust 1.58.0 is affected by this vulnerability with 1.58.1 containing a patch. Note that the following build targets don\u0027t have usable APIs to properly mitigate the attack, and are thus still vulnerable even with a patched toolchain: macOS before version 10.10 (Yosemite) and REDOX. We recommend everyone to update to Rust 1.58.1 as soon as possible, especially people developing programs expected to run in privileged contexts (including system daemons and setuid binaries), as those have the highest risk of being affected by this. Note that adding checks in your codebase before calling remove_dir_all will not mitigate the vulnerability, as they would also be vulnerable to race conditions like remove_dir_all itself. The existing mitigation is working as intended outside of race conditions." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-363" }, { "lang": "en", "value": "CWE-367" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/rust-lang/rust/pull/93110", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rust-lang/rust/pull/93110" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/32ed6e599bb4722efefd78bbc9cd7ec4613cb946" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/406cc071d6cfdfdb678bf3d83d766851de95abaf" }, { "name": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html", "refsource": "MISC", "tags": [ "Exploit", "Mitigation", "Vendor Advisory" ], "url": "https://blog.rust-lang.org/2022/01/20/cve-2022-21658.html" }, { "name": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714", "refsource": "MISC", "tags": [ "Patch", "Third Party Advisory" ], "url": "https://github.com/rust-lang/rust/pull/93110/commits/4f0ad1c92ca08da6e8dc17838070975762f59714" }, { "name": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2", "refsource": "CONFIRM", "tags": [ "Exploit", "Mitigation", "Third Party Advisory" ], "url": "https://github.com/rust-lang/rust/security/advisories/GHSA-r9cc-f5pr-p3j2" }, { "name": "FEDORA-2022-1bafa3fc91", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/BK32QZLHDC2OVLPKTUHNT2G3VHWHD4LX/" }, { "name": "FEDORA-2022-2c73789458", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/C63NH72Q7UHJM5V3IVYRI7LVBGGFQMSQ/" }, { "name": "FEDORA-2022-1b76e3a192", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/CKGTACKMKAPRDPWPTU26GYWBELIRFF5N/" }, { "name": "FEDORA-2022-06569a0a60", "refsource": "FEDORA", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7JKZDTBMGAWIFJSNWKBMPO5EAKRR4BEW/" }, { "name": "https://support.apple.com/kb/HT213183", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213183" }, { "name": "https://support.apple.com/kb/HT213182", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213182" }, { "name": "https://support.apple.com/kb/HT213193", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213193" }, { "name": "https://support.apple.com/kb/HT213186", "refsource": "CONFIRM", "tags": [ "Third Party Advisory" ], "url": "https://support.apple.com/kb/HT213186" }, { "name": "GLSA-202210-09", "refsource": "GENTOO", "tags": [ "Third Party Advisory" ], "url": "https://security.gentoo.org/glsa/202210-09" } ] } }, "impact": { "baseMetricV2": { "acInsufInfo": false, "cvssV2": { "accessComplexity": "MEDIUM", "accessVector": "LOCAL", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 3.3, "confidentialityImpact": "NONE", "integrityImpact": "PARTIAL", "vectorString": "AV:L/AC:M/Au:N/C:N/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 3.4, "impactScore": 4.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "LOW", "userInteractionRequired": false }, "baseMetricV3": { "cvssV3": { "attackComplexity": "HIGH", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "HIGH", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 1.0, "impactScore": 5.2 } }, "lastModifiedDate": "2022-10-19T13:22Z", "publishedDate": "2022-01-20T18:15Z" } } }
wid-sec-w-2023-0561
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "hoch" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-0561 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-0561.json" }, { "category": "self", "summary": "WID-SEC-2023-0561 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-0561" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-007 vom 2023-05-18", "url": "https://security.business.xerox.com/wp-content/uploads/2023/05/Xerox-Security-Bulletin-XRX23-007-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v7.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-005 vom 2023-04-04", "url": "https://security.business.xerox.com/wp-content/uploads/2023/04/Xerox-Security-Bulletin-XRX23-005-Xerox%25C2%25AE-FreeFlow%25C2%25AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-002 vom 2023-03-23", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-002-FreeFlow-Print-Server-v2_Windows10.pdf" }, { "category": "external", "summary": "Xerox Mini Bulletin XRX21A vom 2023-03-02", "url": "https://security.business.xerox.com/wp-content/uploads/2023/03/Xerox-Security-Bulletin-XRX23-001-FreeFlow%C2%AE-Print-Server-v7.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2023-05-18T22:00:00.000+00:00", "generator": { "date": "2024-02-15T17:17:56.928+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-0561", "initial_release_date": "2023-03-02T23:00:00.000+00:00", "revision_history": [ { "date": "2023-03-02T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-03-22T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-04-03T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-05-18T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "4" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_name", "name": "Xerox FreeFlow Print Server 7", "product": { "name": "Xerox FreeFlow Print Server 7", "product_id": "T000872", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:7" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server 9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_name", "name": "Xerox FreeFlow Print Server v2", "product": { "name": "Xerox FreeFlow Print Server v2", "product_id": "T014888", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-21900", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2023-21900" }, { "cve": "CVE-2023-21843", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2023-21843" }, { "cve": "CVE-2023-21835", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2023-21835" }, { "cve": "CVE-2023-21830", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2023-21830" }, { "cve": "CVE-2022-46882", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46882" }, { "cve": "CVE-2022-46881", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46881" }, { "cve": "CVE-2022-46880", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46880" }, { "cve": "CVE-2022-46878", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46878" }, { "cve": "CVE-2022-46875", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46875" }, { "cve": "CVE-2022-46874", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46874" }, { "cve": "CVE-2022-46872", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-46872" }, { "cve": "CVE-2022-45421", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45421" }, { "cve": "CVE-2022-45420", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45420" }, { "cve": "CVE-2022-45419", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45419" }, { "cve": "CVE-2022-45418", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45418" }, { "cve": "CVE-2022-45417", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45417" }, { "cve": "CVE-2022-45416", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45416" }, { "cve": "CVE-2022-45415", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45415" }, { "cve": "CVE-2022-45414", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45414" }, { "cve": "CVE-2022-45413", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45413" }, { "cve": "CVE-2022-45412", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45412" }, { "cve": "CVE-2022-45411", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45411" }, { "cve": "CVE-2022-45410", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45410" }, { "cve": "CVE-2022-45409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45409" }, { "cve": "CVE-2022-45408", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45408" }, { "cve": "CVE-2022-45407", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45407" }, { "cve": "CVE-2022-45406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45406" }, { "cve": "CVE-2022-45405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45405" }, { "cve": "CVE-2022-45404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45404" }, { "cve": "CVE-2022-45403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45403" }, { "cve": "CVE-2022-45063", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45063" }, { "cve": "CVE-2022-45061", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-45061" }, { "cve": "CVE-2022-44638", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-44638" }, { "cve": "CVE-2022-43680", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-43680" }, { "cve": "CVE-2022-43548", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-43548" }, { "cve": "CVE-2022-42932", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-42932" }, { "cve": "CVE-2022-42929", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-42929" }, { "cve": "CVE-2022-42928", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-42928" }, { "cve": "CVE-2022-42927", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-42927" }, { "cve": "CVE-2022-42252", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-42252" }, { "cve": "CVE-2022-41556", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-41556" }, { "cve": "CVE-2022-41323", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-41323" }, { "cve": "CVE-2022-40962", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40962" }, { "cve": "CVE-2022-40960", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40960" }, { "cve": "CVE-2022-40959", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40959" }, { "cve": "CVE-2022-40958", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40958" }, { "cve": "CVE-2022-40957", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40957" }, { "cve": "CVE-2022-40956", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40956" }, { "cve": "CVE-2022-40674", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-40674" }, { "cve": "CVE-2022-3970", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3970" }, { "cve": "CVE-2022-39260", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-39260" }, { "cve": "CVE-2022-39253", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-39253" }, { "cve": "CVE-2022-3786", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3786" }, { "cve": "CVE-2022-37797", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-37797" }, { "cve": "CVE-2022-37454", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-37454" }, { "cve": "CVE-2022-37436", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-37436" }, { "cve": "CVE-2022-36760", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-36760" }, { "cve": "CVE-2022-3627", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3627" }, { "cve": "CVE-2022-3626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3626" }, { "cve": "CVE-2022-36087", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-36087" }, { "cve": "CVE-2022-36059", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-36059" }, { "cve": "CVE-2022-3602", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3602" }, { "cve": "CVE-2022-3599", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3599" }, { "cve": "CVE-2022-3598", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3598" }, { "cve": "CVE-2022-3597", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3597" }, { "cve": "CVE-2022-3570", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3570" }, { "cve": "CVE-2022-35256", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-35256" }, { "cve": "CVE-2022-35255", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-35255" }, { "cve": "CVE-2022-34526", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-34526" }, { "cve": "CVE-2022-3276", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3276" }, { "cve": "CVE-2022-32222", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-32222" }, { "cve": "CVE-2022-32215", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-32215" }, { "cve": "CVE-2022-32213", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-32213" }, { "cve": "CVE-2022-32212", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-32212" }, { "cve": "CVE-2022-3204", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3204" }, { "cve": "CVE-2022-3190", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3190" }, { "cve": "CVE-2022-31630", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-31630" }, { "cve": "CVE-2022-31629", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-31629" }, { "cve": "CVE-2022-31628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-31628" }, { "cve": "CVE-2022-3155", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3155" }, { "cve": "CVE-2022-3034", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3034" }, { "cve": "CVE-2022-3033", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3033" }, { "cve": "CVE-2022-3032", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-3032" }, { "cve": "CVE-2022-29458", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-29458" }, { "cve": "CVE-2022-29187", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-29187" }, { "cve": "CVE-2022-29154", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-29154" }, { "cve": "CVE-2022-2869", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2869" }, { "cve": "CVE-2022-2868", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2868" }, { "cve": "CVE-2022-2867", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2867" }, { "cve": "CVE-2022-27406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-27406" }, { "cve": "CVE-2022-27405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-27405" }, { "cve": "CVE-2022-27404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-27404" }, { "cve": "CVE-2022-26981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-26981" }, { "cve": "CVE-2022-24765", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-24765" }, { "cve": "CVE-2022-24070", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-24070" }, { "cve": "CVE-2022-23901", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-23901" }, { "cve": "CVE-2022-22844", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-22844" }, { "cve": "CVE-2022-2210", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2210" }, { "cve": "CVE-2022-2208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2208" }, { "cve": "CVE-2022-2207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2207" }, { "cve": "CVE-2022-2206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2206" }, { "cve": "CVE-2022-2183", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2183" }, { "cve": "CVE-2022-2175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2175" }, { "cve": "CVE-2022-21658", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-21658" }, { "cve": "CVE-2022-21628", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-21628" }, { "cve": "CVE-2022-21626", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-21626" }, { "cve": "CVE-2022-21624", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-21624" }, { "cve": "CVE-2022-21619", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-21619" }, { "cve": "CVE-2022-2125", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2125" }, { "cve": "CVE-2022-2122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2122" }, { "cve": "CVE-2022-2058", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2058" }, { "cve": "CVE-2022-2057", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2057" }, { "cve": "CVE-2022-2056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-2056" }, { "cve": "CVE-2022-1925", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1925" }, { "cve": "CVE-2022-1924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1924" }, { "cve": "CVE-2022-1923", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1923" }, { "cve": "CVE-2022-1922", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1922" }, { "cve": "CVE-2022-1921", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1921" }, { "cve": "CVE-2022-1920", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1920" }, { "cve": "CVE-2022-1348", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1348" }, { "cve": "CVE-2022-1056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-1056" }, { "cve": "CVE-2022-0924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0924" }, { "cve": "CVE-2022-0909", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0909" }, { "cve": "CVE-2022-0908", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0908" }, { "cve": "CVE-2022-0907", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0907" }, { "cve": "CVE-2022-0891", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0891" }, { "cve": "CVE-2022-0865", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0865" }, { "cve": "CVE-2022-0562", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0562" }, { "cve": "CVE-2022-0561", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2022-0561" }, { "cve": "CVE-2021-46848", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-46848" }, { "cve": "CVE-2021-46823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-46823" }, { "cve": "CVE-2021-42694", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-42694" }, { "cve": "CVE-2021-42574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-42574" }, { "cve": "CVE-2021-37750", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-37750" }, { "cve": "CVE-2021-28544", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2021-28544" }, { "cve": "CVE-2020-10735", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2020-10735" }, { "cve": "CVE-2019-6111", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2019-6111" }, { "cve": "CVE-2018-7160", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2018-7160" }, { "cve": "CVE-2015-20107", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2015-20107" }, { "cve": "CVE-2006-20001", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Java, Apache und Mozilla Firefox Schwachstellen. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T014888", "T000872", "T002977" ] }, "release_date": "2023-03-02T23:00:00Z", "title": "CVE-2006-20001" } ] }
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.