Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-38497 (GCVE-0-2023-38497)
Vulnerability from cvelistv5 – Published: 2023-08-04 15:51 – Updated: 2025-02-13 17:01- CWE-278 - Insecure Preserved Inherited Permissions
| URL | Tags |
|---|---|
| https://github.com/rust-lang/cargo/security/advis… | x_refsource_CONFIRM |
| https://github.com/rust-lang/cargo/pull/12443 | x_refsource_MISC |
| https://github.com/rust-lang/cargo/commit/d78bbf4… | x_refsource_MISC |
| https://en.wikipedia.org/wiki/Umask | x_refsource_MISC |
| https://github.com/rust-lang/wg-security-response… | x_refsource_MISC |
| https://www.rust-lang.org/policies/security | x_refsource_MISC |
| https://lists.fedoraproject.org/archives/list/pac… | |
| https://lists.fedoraproject.org/archives/list/pac… |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T17:46:55.143Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87",
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"name": "https://github.com/rust-lang/cargo/pull/12443",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"name": "https://en.wikipedia.org/wiki/Umask",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"name": "https://www.rust-lang.org/policies/security",
"tags": [
"x_refsource_MISC",
"x_transferred"
],
"url": "https://www.rust-lang.org/policies/security"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
}
],
"title": "CVE Program Container"
},
{
"affected": [
{
"cpes": [
"cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*"
],
"defaultStatus": "unknown",
"product": "cargo",
"vendor": "rust-lang",
"versions": [
{
"lessThan": "0.72.2",
"status": "affected",
"version": "0",
"versionType": "custom"
}
]
}
],
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-38497",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-10-08T18:02:25.711058Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2024-10-08T18:06:00.736Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "cargo",
"vendor": "rust-lang",
"versions": [
{
"status": "affected",
"version": "\u003c 0.72.2"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`."
}
],
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-278",
"description": "CWE-278: Insecure Preserved Inherited Permissions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-08-17T18:06:20.542Z",
"orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"shortName": "GitHub_M"
},
"references": [
{
"name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87",
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"name": "https://github.com/rust-lang/cargo/pull/12443",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"name": "https://en.wikipedia.org/wiki/Umask",
"tags": [
"x_refsource_MISC"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497",
"tags": [
"x_refsource_MISC"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"name": "https://www.rust-lang.org/policies/security",
"tags": [
"x_refsource_MISC"
],
"url": "https://www.rust-lang.org/policies/security"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
}
],
"source": {
"advisory": "GHSA-j3xp-wfr4-hx87",
"discovery": "UNKNOWN"
},
"title": "Cargo not respecting umask when extracting crate archives"
}
},
"cveMetadata": {
"assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
"assignerShortName": "GitHub_M",
"cveId": "CVE-2023-38497",
"datePublished": "2023-08-04T15:51:44.878Z",
"dateReserved": "2023-07-18T16:28:12.076Z",
"dateUpdated": "2025-02-13T17:01:51.522Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-38497",
"date": "2026-06-05",
"epss": "0.05657",
"percentile": "0.90544"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-38497\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2023-08-04T16:15:10.370\",\"lastModified\":\"2024-11-21T08:13:41.803\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Cargo downloads the Rust project\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.\"},{\"lang\":\"es\",\"value\":\"Cargo descarga las dependencias del proyecto Rust y compila el proyecto. Cargo antes de la versi\u00f3n 0.72.2, incluido con Rust antes de la versi\u00f3n 1.71.1, no respetaba la umask al extraer archivos crate en sistemas tipo UNIX. Si el usuario descargaba un crate que conten\u00eda archivos escribibles por cualquier usuario local, otro usuario local pod\u00eda aprovecharse de esto para cambiar el c\u00f3digo fuente compilado y ejecutado por el usuario actual. Para evitar que las extracciones en cach\u00e9 existentes puedan ser explotadas, el binario Cargo versi\u00f3n 0.72.2 incluido en Rust 1.71.1 o posterior purgar\u00e1 autom\u00e1ticamente las cach\u00e9s generadas por versiones anteriores de Cargo. Como soluci\u00f3n, configure su sistema para evitar que otros usuarios locales accedan al directorio Cargo, normalmente ubicado en `~/.cargo`.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N\",\"baseScore\":7.9,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.5,\"impactScore\":5.8},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.3,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-278\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-732\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*\",\"versionEndExcluding\":\"0.72.2\",\"matchCriteriaId\":\"6B2B9FDF-667F-4909-BBC8-3C6210BF03EC\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]}],\"references\":[{\"url\":\"https://en.wikipedia.org/wiki/Umask\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/pull/12443\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\",\"source\":\"security-advisories@github.com\"},{\"url\":\"https://www.rust-lang.org/policies/security\",\"source\":\"security-advisories@github.com\",\"tags\":[\"Product\"]},{\"url\":\"https://en.wikipedia.org/wiki/Umask\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Not Applicable\"]},{\"url\":\"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/pull/12443\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.rust-lang.org/policies/security\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Product\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"name\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://github.com/rust-lang/cargo/pull/12443\", \"name\": \"https://github.com/rust-lang/cargo/pull/12443\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"name\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://en.wikipedia.org/wiki/Umask\", \"name\": \"https://en.wikipedia.org/wiki/Umask\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"name\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://www.rust-lang.org/policies/security\", \"name\": \"https://www.rust-lang.org/policies/security\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T17:46:55.143Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-38497\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-08T18:02:25.711058Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*\"], \"vendor\": \"rust-lang\", \"product\": \"cargo\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.72.2\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-08T18:02:57.732Z\"}}], \"cna\": {\"title\": \"Cargo not respecting umask when extracting crate archives\", \"source\": {\"advisory\": \"GHSA-j3xp-wfr4-hx87\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"rust-lang\", \"product\": \"cargo\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003c 0.72.2\"}]}], \"references\": [{\"url\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"name\": \"https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/rust-lang/cargo/pull/12443\", \"name\": \"https://github.com/rust-lang/cargo/pull/12443\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"name\": \"https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://en.wikipedia.org/wiki/Umask\", \"name\": \"https://en.wikipedia.org/wiki/Umask\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"name\": \"https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://www.rust-lang.org/policies/security\", \"name\": \"https://www.rust-lang.org/policies/security\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Cargo downloads the Rust project\\u2019s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-278\", \"description\": \"CWE-278: Insecure Preserved Inherited Permissions\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2023-08-17T18:06:20.542Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-38497\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T17:01:51.522Z\", \"dateReserved\": \"2023-07-18T16:28:12.076Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2023-08-04T15:51:44.878Z\", \"assignerShortName\": \"GitHub_M\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2023:4651
Vulnerability from csaf_redhat - Published: 2023-08-15 00:13 - Updated: 2026-02-25 17:31A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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 rust-toolset-1.66-rust is now available for Red Hat Developer Tools.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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\nSecurity Fix(es):\n\n* rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)\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.",
"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-2023:4651",
"url": "https://access.redhat.com/errata/RHSA-2023:4651"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_4651.json"
}
],
"title": "Red Hat Security Advisory: rust-toolset-1.66-rust security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:27+00:00",
"generator": {
"date": "2026-02-25T17:31:27+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:4651",
"initial_release_date": "2023-08-15T00:13:31+00:00",
"revision_history": [
{
"date": "2023-08-15T00:13:31+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-15T00:13:31+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:27+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:devtools:2023::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Tools"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"product": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"product": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=ppc64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"product": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=ppc64"
}
}
}
],
"category": "architecture",
"name": "ppc64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-cargo@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-clippy@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analysis@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-analyzer@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-doc@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-std-static@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rustfmt@1.66.1-2.el7_9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"product": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"product_id": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debuginfo@1.66.1-2.el7_9?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"product": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"product_id": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust@1.66.1-2.el7_9?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"product": {
"name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"product_id": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-debugger-common@1.66.1-2.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"product": {
"name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"product_id": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-gdb@1.66.1-2.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"product": {
"name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"product_id": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-lldb@1.66.1-2.el7_9?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"product": {
"name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"product_id": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset-1.66-rust-src@1.66.1-2.el7_9?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Server-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch"
},
"product_reference": "rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64 as a component of Red Hat Developer Tools for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
},
"product_reference": "rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"relates_to_product_reference": "7Workstation-DevTools-2023.2"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Addison Crump"
]
}
],
"cve": "CVE-2023-38497",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-cargo: cargo does not respect the umask when extracting dependencies",
"title": "Vulnerability summary"
},
{
"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": [
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "RHBZ#2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2",
"url": "https://www.openwall.com/lists/oss-security/2023/08/03/2"
}
],
"release_date": "2023-08-03T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2023-08-15T00:13:31+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": [
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4651"
},
{
"category": "workaround",
"details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.",
"product_ids": [
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Server-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-cargo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-clippy-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.src",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analysis-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-analyzer-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debugger-common-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-debuginfo-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-doc-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-gdb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-lldb-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-src-0:1.66.1-2.el7_9.noarch",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rust-std-static-0:1.66.1-2.el7_9.x86_64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.ppc64le",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.s390x",
"7Workstation-DevTools-2023.2:rust-toolset-1.66-rustfmt-0:1.66.1-2.el7_9.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
RHSA-2024:3418
Vulnerability from csaf_redhat - Published: 2024-05-28 14:09 - Updated: 2026-03-18 02:39A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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 rust is now available for Red Hat Enterprise Linux 9.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. A Common Vulnerability Scoring System (CVSS) base score, which gives\na detailed severity rating, is available for each vulnerability from the CVE\nlink(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Rust Toolset provides the Rust programming language compiler rustc, the cargo\nbuild tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* rust-cargo: cargo does not respect the umask when extracting dependencies\n(CVE-2023-38497)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s)\nlisted in 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-2024:3418",
"url": "https://access.redhat.com/errata/RHSA-2024:3418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3418.json"
}
],
"title": "Red Hat Security Advisory: rust security update",
"tracking": {
"current_release_date": "2026-03-18T02:39:33+00:00",
"generator": {
"date": "2026-03-18T02:39:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:3418",
"initial_release_date": "2024-05-28T14:09:13+00:00",
"revision_history": [
{
"date": "2024-05-28T14:09:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-28T14:09:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:39:33+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 EUS (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "cargo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "cargo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "clippy-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "clippy-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rls-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rls-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "cargo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "cargo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "clippy-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "clippy-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rls-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rls-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "cargo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "cargo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "clippy-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "clippy-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rls-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rls-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.i686",
"product_id": "rust-std-static-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "cargo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "cargo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "clippy-0:1.58.1-1.el9_0.1.s390x",
"product_id": "clippy-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rls-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rls-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-doc-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rustfmt-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.el9_0.1?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.el9_0.1?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"product_id": "cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-src-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-src-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.el9_0.1?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.el9_0.1?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.58.1-1.el9_0.1.src",
"product": {
"name": "rust-0:1.58.1-1.el9_0.1.src",
"product_id": "rust-0:1.58.1-1.el9_0.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.el9_0.1?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "cargo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "cargo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "cargo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "cargo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-doc-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "clippy-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "clippy-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "clippy-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "clippy-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rls-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rls-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rls-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rls-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.el9_0.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src"
},
"product_reference": "rust-0:1.58.1-1.el9_0.1.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-doc-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-src-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rustfmt-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Addison Crump"
]
}
],
"cve": "CVE-2023-38497",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-cargo: cargo does not respect the umask when extracting dependencies",
"title": "Vulnerability summary"
},
{
"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-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "RHBZ#2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2",
"url": "https://www.openwall.com/lists/oss-security/2023/08/03/2"
}
],
"release_date": "2023-08-03T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-28T14:09:13+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-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3418"
},
{
"category": "workaround",
"details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:cargo-doc-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rls-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.src",
"AppStream-9.0.0.Z.EUS:rust-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-analysis-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugger-common-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debuginfo-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-debugsource-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-doc-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-gdb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-lldb-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-src-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rust-std-static-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.el9_0.1.noarch",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-0:1.58.1-1.el9_0.1.x86_64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.aarch64",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.i686",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.ppc64le",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.s390x",
"AppStream-9.0.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.el9_0.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
RHSA-2024:3428
Vulnerability from csaf_redhat - Published: 2024-05-28 13:43 - Updated: 2026-03-18 02:39A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"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\nEnterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of\nImportant. 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\nbuild tool and dependency manager, and required libraries.\n\nSecurity Fix(es):\n\n* rust-cargo: cargo does not respect the umask when extracting dependencies\n(CVE-2023-38497)\n\nFor more details about the security issue(s), including the impact, a CVSS\nscore, acknowledgments, and other related information, refer to the CVE page(s) listed in 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-2024:3428",
"url": "https://access.redhat.com/errata/RHSA-2024:3428"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_3428.json"
}
],
"title": "Red Hat Security Advisory: rust-toolset:rhel8 security update",
"tracking": {
"current_release_date": "2026-03-18T02:39:34+00:00",
"generator": {
"date": "2026-03-18T02:39:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:3428",
"initial_release_date": "2024-05-28T13:43:53+00:00",
"revision_history": [
{
"date": "2024-05-28T13:43:53+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-05-28T13:43:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:39:34+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 EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=src\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rls-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.58.1-1.module%2Bel8.6.0%2B14021%2B586eff1a?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.58.1-1.module%2Bel8.6.0%2B21522%2Ba4bc17c1.1?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8060020240312174911:aeeed864"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"acknowledgments": [
{
"names": [
"Addison Crump"
]
}
],
"cve": "CVE-2023-38497",
"cwe": {
"id": "CWE-276",
"name": "Incorrect Default Permissions"
},
"discovery_date": "2023-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2228038"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the rust-cargo package. Cargo, as bundled with the Rust compiler, did not respect the umask when extracting dependency tarballs and caching the extraction for future builds. If a dependency contained files with 0777 permissions, another local user could edit the cache of the extracted source code, potentially executing arbitrary code with the privileges of the user running Cargo during the next build.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rust-cargo: cargo does not respect the umask when extracting dependencies",
"title": "Vulnerability summary"
},
{
"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.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "RHBZ#2228038",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2228038"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2023-38497",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38497"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2023/08/03/2",
"url": "https://www.openwall.com/lists/oss-security/2023/08/03/2"
}
],
"release_date": "2023-08-03T12:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-05-28T13:43:53+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.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:3428"
},
{
"category": "workaround",
"details": "We recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:cargo-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:clippy-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rls-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-analysis-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugger-common-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-debugsource-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-doc-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-gdb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-lldb-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-src-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.noarch::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-unknown-unknown-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-std-static-wasm32-wasi-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.src::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rust-toolset-0:1.58.1-1.module+el8.6.0+14021+586eff1a.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.aarch64::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.ppc64le::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.s390x::rust-toolset:rhel8",
"AppStream-8.6.0.Z.EUS:rustfmt-debuginfo-0:1.58.1-1.module+el8.6.0+21522+a4bc17c1.1.x86_64::rust-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
SUSE-SU-2023:3251-1
Vulnerability from csaf_suse - Published: 2023-08-08 20:15 - Updated: 2023-08-08 20:15| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for rust1.71",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for rust1.71 fixes the following issues:\n\nUpdate to version 1.71.1:\n\n- CVE-2023-38497: Fixed privilege escalation with Cargo not respecting umask when extracting dependencies (bsc#1213817).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3251,SUSE-SLE-Module-Development-Tools-15-SP4-2023-3251,SUSE-SLE-Module-Development-Tools-15-SP5-2023-3251,openSUSE-SLE-15.4-2023-3251,openSUSE-SLE-15.5-2023-3251",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3251-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3251-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233251-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3251-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/015829.html"
},
{
"category": "self",
"summary": "SUSE Bug 1213817",
"url": "https://bugzilla.suse.com/1213817"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38497 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38497/"
}
],
"title": "Security update for rust1.71",
"tracking": {
"current_release_date": "2023-08-08T20:15:23Z",
"generator": {
"date": "2023-08-08T20:15:23Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3251-1",
"initial_release_date": "2023-08-08T20:15:23Z",
"revision_history": [
{
"date": "2023-08-08T20:15:23Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"product_id": "rust1.71-1.71.1-150400.9.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.i586",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.i586",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.i586"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.i586",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.i586",
"product_id": "rust1.71-1.71.1-150400.9.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"product_id": "rust1.71-1.71.1-150400.9.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.s390x"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.s390x",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x",
"product_id": "rust1.71-1.71.1-150400.9.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"product": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"product_id": "cargo1.71-1.71.1-150400.9.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"product": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"product_id": "rust1.71-1.71.1-150400.9.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-development-tools:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-150400.9.6.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-150400.9.6.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-38497"
}
],
"notes": [
{
"category": "general",
"text": "Cargo downloads the Rust project\u0027s dependencies and compiles the project. Cargo prior to version 0.72.2, bundled with Rust prior to version 1.71.1, did not respect the umask when extracting crate archives on UNIX-like systems. If the user downloaded a crate containing files writeable by any local user, another local user could exploit this to change the source code compiled and executed by the current user. To prevent existing cached extractions from being exploitable, the Cargo binary version 0.72.2 included in Rust 1.71.1 or later will purge caches generated by older Cargo versions automatically. As a workaround, configure one\u0027s system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-38497",
"url": "https://www.suse.com/security/cve/CVE-2023-38497"
},
{
"category": "external",
"summary": "SUSE Bug 1213817 for CVE-2023-38497",
"url": "https://bugzilla.suse.com/1213817"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.s390x",
"SUSE Linux Enterprise Module for Development Tools 15 SP5:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.4:rust1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:cargo1.71-1.71.1-150400.9.6.1.x86_64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.aarch64",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.ppc64le",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.s390x",
"openSUSE Leap 15.5:rust1.71-1.71.1-150400.9.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-08-08T20:15:23Z",
"details": "moderate"
}
],
"title": "CVE-2023-38497"
}
]
}
WID-SEC-W-2023-2062
Vulnerability from csaf_certbund - Published: 2023-08-14 22:00 - Updated: 2024-09-22 22:00Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Diese besteht in der Komponente Rust, bzw. in "Cargo", welche im Bundle mit Rust veröffentlicht wird. Der Fehler ist darauf zurückzuführen, dass der Quellcode welcher im Cache enthalten ist, manipulierbar ist und dadurch beliebiger Programmcode ausgeführt werden kann. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Rechten des Dienstes auszuführen. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Red Hat Enterprise Linux 9
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:9
|
9 | |
|
Red Hat Enterprise Linux
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:-
|
— | |
|
Amazon Linux 2
Amazon
|
cpe:/o:amazon:linux_2:-
|
— | |
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Red Hat Enterprise Linux rust
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:rust
|
rust | |
|
Oracle Linux
Oracle
|
cpe:/o:oracle:linux:-
|
— | |
|
Red Hat Enterprise Linux 8
Red Hat / Enterprise Linux
|
cpe:/o:redhat:enterprise_linux:8
|
8 |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"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": "Red Hat Enterprise Linux (RHEL) ist eine popul\u00e4re Linux-Distribution.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann eine Schwachstelle in Red Hat Enterprise Linux ausnutzen, um beliebigen Programmcode mit den Rechten des Dienstes auszuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux",
"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-2062 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2062.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2062 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2062"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4634 vom 2023-08-14",
"url": "https://access.redhat.com/errata/RHSA-2023:4634"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4635 vom 2023-08-14",
"url": "https://access.redhat.com/errata/RHSA-2023:4635"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2023:4651 vom 2023-08-14",
"url": "https://access.redhat.com/errata/RHSA-2023:4651"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4634 vom 2023-08-25",
"url": "https://linux.oracle.com/errata/ELSA-2023-4634.html"
},
{
"category": "external",
"summary": "Oracle Linux Security Advisory ELSA-2023-4635 vom 2023-08-28",
"url": "http://linux.oracle.com/errata/ELSA-2023-4635.html"
},
{
"category": "external",
"summary": "Amazon Linux Security Advisory ALAS-2023-2223 vom 2023-09-08",
"url": "https://alas.aws.amazon.com/AL2/ALAS-2023-2223.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:3251-1 vom 2023-09-22",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016289.html"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3428 vom 2024-05-28",
"url": "https://access.redhat.com/errata/RHSA-2024:3428"
},
{
"category": "external",
"summary": "Red Hat Security Advisory RHSA-2024:3418 vom 2024-05-28",
"url": "https://access.redhat.com/errata/RHSA-2024:3418"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202409-07 vom 2024-09-22",
"url": "https://security.gentoo.org/glsa/202409-07"
}
],
"source_lang": "en-US",
"title": "Red Hat Enterprise Linux (Rust): Schwachstelle erm\u00f6glicht Ausf\u00fchren von beliebigem Programmcode mit den Rechten des Dienstes",
"tracking": {
"current_release_date": "2024-09-22T22:00:00.000+00:00",
"generator": {
"date": "2024-09-23T08:05:20.073+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2023-2062",
"initial_release_date": "2023-08-14T22:00:00.000+00:00",
"revision_history": [
{
"date": "2023-08-14T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-08-27T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-08-28T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von Oracle Linux aufgenommen"
},
{
"date": "2023-09-10T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von Amazon aufgenommen"
},
{
"date": "2023-09-21T22:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-05-28T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Red Hat aufgenommen"
},
{
"date": "2024-09-22T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "7"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Amazon Linux 2",
"product": {
"name": "Amazon Linux 2",
"product_id": "398363",
"product_identification_helper": {
"cpe": "cpe:/o:amazon:linux_2:-"
}
}
}
],
"category": "vendor",
"name": "Amazon"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"category": "product_name",
"name": "Oracle Linux",
"product": {
"name": "Oracle Linux",
"product_id": "T004914",
"product_identification_helper": {
"cpe": "cpe:/o:oracle:linux:-"
}
}
}
],
"category": "vendor",
"name": "Oracle"
},
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux",
"product": {
"name": "Red Hat Enterprise Linux",
"product_id": "67646",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:-"
}
}
},
{
"category": "product_version",
"name": "8",
"product": {
"name": "Red Hat Enterprise Linux 8",
"product_id": "T014111",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:8"
}
}
},
{
"category": "product_version",
"name": "9",
"product": {
"name": "Red Hat Enterprise Linux 9",
"product_id": "T023632",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:9"
}
}
},
{
"category": "product_version",
"name": "rust",
"product": {
"name": "Red Hat Enterprise Linux rust",
"product_id": "T029304",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux:rust"
}
}
}
],
"category": "product_name",
"name": "Enterprise Linux"
}
],
"category": "vendor",
"name": "Red Hat"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"notes": [
{
"category": "description",
"text": "Es existiert eine Schwachstelle in Red Hat Enterprise Linux. Diese besteht in der Komponente Rust, bzw. in \"Cargo\", welche im Bundle mit Rust ver\u00f6ffentlicht wird. Der Fehler ist darauf zur\u00fcckzuf\u00fchren, dass der Quellcode welcher im Cache enthalten ist, manipulierbar ist und dadurch beliebiger Programmcode ausgef\u00fchrt werden kann. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um beliebigen Programmcode mit Rechten des Dienstes auszuf\u00fchren. Zur erfolgreichen Ausnutzung ist eine Benutzeraktion erforderlich."
}
],
"product_status": {
"known_affected": [
"T002207",
"T023632",
"67646",
"398363",
"T012167",
"T029304",
"T004914",
"T014111"
]
},
"release_date": "2023-08-14T22:00:00.000+00:00",
"title": "CVE-2023-38497"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.