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-05-27",
"epss": "0.05657",
"percentile": "0.90477"
},
"fkie_nvd": {
"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\"}]}]}]",
"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`.\"}]",
"id": "CVE-2023-38497",
"lastModified": "2024-11-21T08:13:41.803",
"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}]}",
"published": "2023-08-04T16:15:10.370",
"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\"]}]",
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"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\"}]}]"
},
"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"
}
}
}
alsa-2023:4634
Vulnerability from osv_almalinux
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
Security Fix(es):
- rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "cargo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "clippy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-analysis"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-analyzer"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-debugger-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-gdb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-lldb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-src"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-std-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-std-static-wasm32-unknown-unknown"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-std-static-wasm32-wasi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rust-toolset"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:9",
"name": "rustfmt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.el9_2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "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.",
"id": "ALSA-2023:4634",
"modified": "2023-08-15T09:01:04Z",
"published": "2023-08-14T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:4634"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2023-38497"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2228038"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/9/ALSA-2023-4634.html"
}
],
"related": [
"CVE-2023-38497"
],
"summary": "Important: rust security update"
}
alsa-2023:4635
Vulnerability from osv_almalinux
Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries.
Security Fix(es):
- rust-cargo: cargo does not respect the umask when extracting dependencies (CVE-2023-38497)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
{
"affected": [
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "cargo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "clippy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-analysis"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-analyzer"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-debugger-common"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-doc"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-gdb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-lldb"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-src"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-std-static"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-std-static-wasm32-unknown-unknown"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-std-static-wasm32-wasi"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rust-toolset"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "AlmaLinux:8",
"name": "rustfmt"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.66.1-2.module_el8.8.0+3604+b9bee1fc"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"details": "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.",
"id": "ALSA-2023:4635",
"modified": "2023-08-15T22:27:01Z",
"published": "2023-08-14T00:00:00Z",
"references": [
{
"type": "ADVISORY",
"url": "https://access.redhat.com/errata/RHSA-2023:4635"
},
{
"type": "REPORT",
"url": "https://access.redhat.com/security/cve/CVE-2023-38497"
},
{
"type": "REPORT",
"url": "https://bugzilla.redhat.com/2228038"
},
{
"type": "ADVISORY",
"url": "https://errata.almalinux.org/8/ALSA-2023-4635.html"
}
],
"related": [
"CVE-2023-38497"
],
"summary": "Important: rust-toolset:rhel8 security update"
}
BDU:2024-05823
Vulnerability from fstec - Published: 04.08.2023{
"CVSS 2.0": "AV:L/AC:L/Au:S/C:C/I:C/A:C",
"CVSS 3.0": "AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), \u0434\u043e 0.72.2 (cargo)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0414\u043b\u044f cargo:\nhttps://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\nhttps://github.com/rust-lang/cargo/pull/12443\nhttps://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87 \nhttps://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "04.08.2023",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "29.07.2024",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "29.07.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-05823",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2023-38497",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), cargo",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 Cargo \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Rust, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0435 \u043f\u0440\u0438\u0441\u0432\u043e\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u0440\u0435\u0448\u0435\u043d\u0438\u0439 \u0434\u043b\u044f \u043a\u0440\u0438\u0442\u0438\u0447\u043d\u043e\u0433\u043e \u0440\u0435\u0441\u0443\u0440\u0441\u0430 (CWE-732)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043c\u0435\u043d\u0435\u0434\u0436\u0435\u0440\u0430 \u043f\u0430\u043a\u0435\u0442\u043e\u0432 Cargo \u044f\u0437\u044b\u043a\u0430 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f Rust \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0438\u0433\u043d\u043e\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435\u043c umask \u043f\u0440\u0438 \u0438\u0437\u0432\u043b\u0435\u0447\u0435\u043d\u0438\u0438 \u0430\u0440\u0445\u0438\u0432\u043e\u0432 \u0441\u043e\u0437\u0434\u0430\u043d\u043d\u044b\u0445 \u0432 UNIX-\u043f\u043e\u0434\u043e\u0431\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c\u0430\u0445. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u043f\u043e\u043b\u043d\u0438\u0442\u044c \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u043b\u044c\u043d\u044b\u0439 \u043a\u043e\u0434",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c\u0438",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff\nhttps://github.com/rust-lang/cargo/pull/12443\nhttps://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87\nhttps://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\nhttps://redos.red-soft.ru/support/secure/",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u0440\u0438\u043a\u043b\u0430\u0434\u043d\u043e\u0435 \u041f\u041e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0441\u0438\u0441\u0442\u0435\u043c",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-732",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,8)\n\u0412\u044b\u0441\u043e\u043a\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 7,3)"
}
FKIE_CVE-2023-38497
Vulnerability from fkie_nvd - Published: 2023-08-04 16:15 - Updated: 2024-11-21 08:137.3 (High) - CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| rust-lang | cargo | * | |
| fedoraproject | fedora | 38 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*",
"matchCriteriaId": "6B2B9FDF-667F-4909-BBC8-3C6210BF03EC",
"versionEndExcluding": "0.72.2",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*",
"matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"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`."
}
],
"id": "CVE-2023-38497",
"lastModified": "2024-11-21T08:13:41.803",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.9,
"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"
},
"exploitabilityScore": 1.5,
"impactScore": 5.8,
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.3,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
]
},
"published": "2023-08-04T16:15:10.370",
"references": [
{
"source": "security-advisories@github.com",
"tags": [
"Not Applicable"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"source": "security-advisories@github.com",
"tags": [
"Patch"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"source": "security-advisories@github.com",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"source": "security-advisories@github.com",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"source": "security-advisories@github.com",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
},
{
"source": "security-advisories@github.com",
"tags": [
"Product"
],
"url": "https://www.rust-lang.org/policies/security"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Not Applicable"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"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/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Product"
],
"url": "https://www.rust-lang.org/policies/security"
}
],
"sourceIdentifier": "security-advisories@github.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-278"
}
],
"source": "security-advisories@github.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-732"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-J3XP-WFR4-HX87
Vulnerability from github – Published: 2023-08-03 16:30 – Updated: 2023-08-03 16:30The Rust Security Response WG was notified that Cargo 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.
This vulnerability has been assigned CVE-2023-38497.
Overview
In UNIX-like systems, each file has three sets of permissions: for the user owning the file, for the group owning the file, and for all other local users. The "umask" is configured on most systems to limit those permissions during file creation, removing dangerous ones. For example, the default umask on macOS and most Linux distributions only allow the user owning a file to write to it, preventing the group owning it or other local users from doing the same.
When a dependency is downloaded by Cargo, its source code has to be extracted on disk to allow the Rust compiler to read as part of the build. To improve performance, this extraction only happens the first time a dependency is used, caching the pre-extracted files for future invocations.
Unfortunately, it was discovered that Cargo did not respect the umask during extraction, and propagated the permissions stored in the crate archive as-is. If an archive contained files writeable by any user on the system (and the system configuration didn't prevent writes through other security measures), another local user on the system could replace or tweak the source code of a dependency, potentially achieving code execution the next time the project is compiled.
Affected Versions
All Rust versions before 1.71.1 on UNIX-like systems (like macOS and Linux) are affected. Note that additional system-dependent security measures configured on the local system might prevent the vulnerability from being exploited.
Users on Windows and other non-UNIX-like systems are not affected.
Mitigations
We recommend all users to update to Rust 1.71.1, which will be released later today, as it fixes the vulnerability by respecting the umask when extracting crate archives. If you build your own toolchain, patches for 1.71.0 source tarballs are available here.
To prevent existing cached extractions from being exploitable, the Cargo binary included in Rust 1.71.1 or later will purge the caches it tries to access if they were generated by older Cargo versions.
If you cannot update to Rust 1.71.1, we recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in ~/.cargo:
chmod go= ~/.cargo
Acknowledgments
We want to thank Addison Crump for responsibly disclosing this to us according to the Rust security policy.
We also want to thank the members of the Rust project who helped us disclose the vulnerability: Weihang Lo for developing the fix; Eric Huss for reviewing the fix; Pietro Albini for writing this advisory; Pietro Albini, Manish Goregaokar and Josh Stone for coordinating this disclosure; Josh Triplett, Arlo Siemen, Scott Schafer, and Jacob Finkelman for advising during the disclosure.
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 0.72.1"
},
"package": {
"ecosystem": "crates.io",
"name": "cargo"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.72.2"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2023-38497"
],
"database_specific": {
"cwe_ids": [
"CWE-278",
"CWE-732"
],
"github_reviewed": true,
"github_reviewed_at": "2023-08-03T16:30:52Z",
"nvd_published_at": "2023-08-04T16:15:10Z",
"severity": "HIGH"
},
"details": "The Rust Security Response WG was notified that Cargo 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.\n\nThis vulnerability has been assigned CVE-2023-38497.\n\n## Overview\n\nIn UNIX-like systems, each file has three sets of permissions: for the user owning the file, for the group owning the file, and for all other local users. The \"[umask][1]\" is configured on most systems to limit those permissions during file creation, removing dangerous ones. For example, the default umask on macOS and most Linux distributions only allow the user owning a file to write to it, preventing the group owning it or other local users from doing the same.\n\nWhen a dependency is downloaded by Cargo, its source code has to be extracted on disk to allow the Rust compiler to read as part of the build. To improve performance, this extraction only happens the first time a dependency is used, caching the pre-extracted files for future invocations.\n\nUnfortunately, it was discovered that Cargo did not respect the umask during extraction, and propagated the permissions stored in the crate archive as-is. If an archive contained files writeable by any user on the system (and the system configuration didn\u0027t prevent writes through other security measures), another local user on the system could replace or tweak the source code of a dependency, potentially achieving code execution the next time the project is compiled.\n\n## Affected Versions\n\nAll Rust versions before 1.71.1 on UNIX-like systems (like macOS and Linux) are affected. Note that additional system-dependent security measures configured on the local system might prevent the vulnerability from being exploited.\n\nUsers on Windows and other non-UNIX-like systems are not affected.\n\n## Mitigations\n\nWe recommend all users to update to Rust 1.71.1, which will be released later today, as it fixes the vulnerability by respecting the umask when extracting crate archives. If you build your own toolchain, patches for 1.71.0 source tarballs are [available here][2].\n\nTo prevent existing cached extractions from being exploitable, the Cargo binary included in Rust 1.71.1 or later will purge the caches it tries to access if they were generated by older Cargo versions.\n\nIf you cannot update to Rust 1.71.1, we recommend configuring your system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`:\n\n```\nchmod go= ~/.cargo\n```\n\n## Acknowledgments\n\nWe want to thank Addison Crump for responsibly disclosing this to us according to the [Rust security policy][3].\n\nWe also want to thank the members of the Rust project who helped us disclose the vulnerability: Weihang Lo for developing the fix; Eric Huss for reviewing the fix; Pietro Albini for writing this advisory; Pietro Albini, Manish Goregaokar and Josh Stone for coordinating this disclosure; Josh Triplett, Arlo Siemen, Scott Schafer, and Jacob Finkelman for advising during the disclosure.\n\n[1]: https://en.wikipedia.org/wiki/Umask\n[2]: https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497\n[3]: https://www.rust-lang.org/policies/security",
"id": "GHSA-j3xp-wfr4-hx87",
"modified": "2023-08-03T16:30:52Z",
"published": "2023-08-03T16:30:52Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-38497"
},
{
"type": "WEB",
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"type": "WEB",
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"type": "WEB",
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"type": "PACKAGE",
"url": "https://github.com/rust-lang/cargo"
},
{
"type": "WEB",
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4"
},
{
"type": "WEB",
"url": "https://www.rust-lang.org/policies/security"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Cargo not respecting umask when extracting crate archives"
}
GSD-2023-38497
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-38497",
"id": "GSD-2023-38497"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-38497"
],
"details": "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`.",
"id": "GSD-2023-38497",
"modified": "2023-12-13T01:20:36.061554Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-38497",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "cargo",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": "\u003c 0.72.2"
}
]
}
}
]
},
"vendor_name": "rust-lang"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"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`."
}
]
},
"impact": {
"cvss": [
{
"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"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"cweId": "CWE-278",
"lang": "eng",
"value": "CWE-278: Insecure Preserved Inherited Permissions"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87",
"refsource": "MISC",
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"name": "https://github.com/rust-lang/cargo/pull/12443",
"refsource": "MISC",
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff",
"refsource": "MISC",
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"name": "https://en.wikipedia.org/wiki/Umask",
"refsource": "MISC",
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497",
"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",
"refsource": "MISC",
"url": "https://www.rust-lang.org/policies/security"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/",
"refsource": "MISC",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
}
]
},
"source": {
"advisory": "GHSA-j3xp-wfr4-hx87",
"discovery": "UNKNOWN"
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*",
"cpe_name": [],
"versionEndExcluding": "0.72.2",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "security-advisories@github.com",
"ID": "CVE-2023-38497"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"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`."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-278"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/rust-lang/cargo/pull/12443",
"refsource": "MISC",
"tags": [
"Mailing List",
"Patch"
],
"url": "https://github.com/rust-lang/cargo/pull/12443"
},
{
"name": "https://en.wikipedia.org/wiki/Umask",
"refsource": "MISC",
"tags": [
"Not Applicable"
],
"url": "https://en.wikipedia.org/wiki/Umask"
},
{
"name": "https://www.rust-lang.org/policies/security",
"refsource": "MISC",
"tags": [
"Product"
],
"url": "https://www.rust-lang.org/policies/security"
},
{
"name": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff",
"refsource": "MISC",
"tags": [
"Patch"
],
"url": "https://github.com/rust-lang/cargo/commit/d78bbf4bde3c6b95caca7512f537c6f9721426ff"
},
{
"name": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497",
"refsource": "MISC",
"tags": [
"Third Party Advisory"
],
"url": "https://github.com/rust-lang/wg-security-response/tree/main/patches/CVE-2023-38497"
},
{
"name": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87",
"refsource": "MISC",
"tags": [
"Vendor Advisory"
],
"url": "https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/",
"refsource": "MISC",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QGKE6PGM4HIQUHPJRBQAHMELINSGN4H4/"
},
{
"name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/",
"refsource": "MISC",
"tags": [],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QMEXGUGPW5OBSQA6URTBNDSU3RAEFOZ4/"
}
]
}
},
"impact": {
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"exploitabilityScore": 1.3,
"impactScore": 5.9
}
},
"lastModifiedDate": "2023-08-17T19:15Z",
"publishedDate": "2023-08-04T16:15Z"
}
}
}
MSRC_CVE-2023-38497
Vulnerability from csaf_microsoft - Published: 2023-08-01 00:00 - Updated: 2023-09-01 00:00| URL | Category |
|---|---|
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
| https://support.microsoft.com/lifecycle | external |
| https://www.first.org/cvss | external |
| https://msrc.microsoft.com/csaf/vex/2023/msrc_cve… | self |
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38497 Cargo not respecting umask when extracting crate archives - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-38497.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "Cargo not respecting umask when extracting crate archives",
"tracking": {
"current_release_date": "2023-09-01T00:00:00.000Z",
"generator": {
"date": "2025-10-20T00:37:53.043Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2023-38497",
"initial_release_date": "2023-08-01T00:00:00.000Z",
"revision_history": [
{
"date": "2023-09-01T00:00:00.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003ccbl2 rust 1.72.0-2",
"product": {
"name": "\u003ccbl2 rust 1.72.0-2",
"product_id": "1"
}
},
{
"category": "product_version",
"name": "cbl2 rust 1.72.0-2",
"product": {
"name": "cbl2 rust 1.72.0-2",
"product_id": "17953"
}
}
],
"category": "product_name",
"name": "rust"
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "\u003ccbl2 rust 1.72.0-2 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 rust 1.72.0-2 as a component of CBL Mariner 2.0",
"product_id": "17953-17086"
},
"product_reference": "17953",
"relates_to_product_reference": "17086"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-38497",
"cwe": {
"id": "CWE-278",
"name": "Insecure Preserved Inherited Permissions"
},
"notes": [
{
"category": "general",
"text": "GitHub_M",
"title": "Assigning CNA"
}
],
"product_status": {
"fixed": [
"17953-17086"
],
"known_affected": [
"17086-1"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2023-38497 Cargo not respecting umask when extracting crate archives - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2023/msrc_cve-2023-38497.json"
}
],
"remediations": [
{
"category": "vendor_fix",
"date": "2023-09-01T00:00:00.000Z",
"details": "1.72.0-2:Security Update:https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade",
"product_ids": [
"17086-1"
],
"url": "https://learn.microsoft.com/en-us/azure/azure-linux/tutorial-azure-linux-upgrade"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"environmentalsScore": 0.0,
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"temporalScore": 7.3,
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"17086-1"
]
}
],
"title": "Cargo not respecting umask when extracting crate archives"
}
]
}
OPENSUSE-SU-2024:13101-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"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": "cargo1.71-1.71.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the cargo1.71-1.71.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13101",
"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/opensuse-su-2024_13101-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-38497 page",
"url": "https://www.suse.com/security/cve/CVE-2023-38497/"
}
],
"title": "cargo1.71-1.71.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13101-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.aarch64",
"product": {
"name": "cargo1.71-1.71.1-1.1.aarch64",
"product_id": "cargo1.71-1.71.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.aarch64",
"product": {
"name": "rust1.71-1.71.1-1.1.aarch64",
"product_id": "rust1.71-1.71.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.ppc64le",
"product": {
"name": "cargo1.71-1.71.1-1.1.ppc64le",
"product_id": "cargo1.71-1.71.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.ppc64le",
"product": {
"name": "rust1.71-1.71.1-1.1.ppc64le",
"product_id": "rust1.71-1.71.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.s390x",
"product": {
"name": "cargo1.71-1.71.1-1.1.s390x",
"product_id": "cargo1.71-1.71.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.s390x",
"product": {
"name": "rust1.71-1.71.1-1.1.s390x",
"product_id": "rust1.71-1.71.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo1.71-1.71.1-1.1.x86_64",
"product": {
"name": "cargo1.71-1.71.1-1.1.x86_64",
"product_id": "cargo1.71-1.71.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "rust1.71-1.71.1-1.1.x86_64",
"product": {
"name": "rust1.71-1.71.1-1.1.x86_64",
"product_id": "rust1.71-1.71.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"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-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64"
},
"product_reference": "cargo1.71-1.71.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le"
},
"product_reference": "cargo1.71-1.71.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x"
},
"product_reference": "cargo1.71-1.71.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo1.71-1.71.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64"
},
"product_reference": "cargo1.71-1.71.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64"
},
"product_reference": "rust1.71-1.71.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le"
},
"product_reference": "rust1.71-1.71.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x"
},
"product_reference": "rust1.71-1.71.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust1.71-1.71.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
},
"product_reference": "rust1.71-1.71.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"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": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.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": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.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": [
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:cargo1.71-1.71.1-1.1.x86_64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.aarch64",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.ppc64le",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.s390x",
"openSUSE Tumbleweed:rust1.71-1.71.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-38497"
}
]
}
RHSA-2023:4634
Vulnerability from csaf_redhat - Published: 2023-08-14 14:22 - 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: AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.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.\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:4634",
"url": "https://access.redhat.com/errata/RHSA-2023:4634"
},
{
"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_4634.json"
}
],
"title": "Red Hat Security Advisory: rust security update",
"tracking": {
"current_release_date": "2026-02-25T17:31:26+00:00",
"generator": {
"date": "2026-02-25T17:31:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.1"
}
},
"id": "RHSA-2023:4634",
"initial_release_date": "2023-08-14T14:22:13+00:00",
"revision_history": [
{
"date": "2023-08-14T14:22:13+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-14T14:22:13+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-02-25T17:31:26+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:9::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "cargo-0:1.66.1-2.el9_2.aarch64",
"product_id": "cargo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "clippy-0:1.66.1-2.el9_2.aarch64",
"product_id": "clippy-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-analysis-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-analysis-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-doc-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-doc-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-std-static-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-std-static-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-toolset-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-toolset-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rustfmt-0:1.66.1-2.el9_2.aarch64",
"product_id": "rustfmt-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_id": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "cargo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "cargo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "clippy-0:1.66.1-2.el9_2.ppc64le",
"product_id": "clippy-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-doc-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-doc-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rustfmt-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rustfmt-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "cargo-0:1.66.1-2.el9_2.x86_64",
"product_id": "cargo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "clippy-0:1.66.1-2.el9_2.x86_64",
"product_id": "clippy-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-analysis-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-analysis-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-doc-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-doc-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-std-static-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-std-static-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-toolset-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-toolset-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rustfmt-0:1.66.1-2.el9_2.x86_64",
"product_id": "rustfmt-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_id": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.el9_2.i686",
"product": {
"name": "rust-std-static-0:1.66.1-2.el9_2.i686",
"product_id": "rust-std-static-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.el9_2.i686",
"product": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.i686",
"product_id": "rust-debugsource-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.el9_2.i686",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.i686",
"product_id": "rust-debuginfo-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=i686"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=i686"
}
}
}
],
"category": "architecture",
"name": "i686"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "cargo-0:1.66.1-2.el9_2.s390x",
"product_id": "cargo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "clippy-0:1.66.1-2.el9_2.s390x",
"product_id": "clippy-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-analysis-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-analysis-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-analyzer-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-doc-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-doc-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-std-static-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-std-static-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-toolset-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-toolset-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rustfmt-0:1.66.1-2.el9_2.s390x",
"product_id": "rustfmt-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-debugsource-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_id": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_id": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_id": "rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.66.1-2.el9_2.src",
"product": {
"name": "rust-0:1.66.1-2.el9_2.src",
"product_id": "rust-0:1.66.1-2.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.el9_2?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-gdb-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-gdb-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-lldb-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-lldb-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-src-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-src-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.66.1-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.el9_2?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.el9_2?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "cargo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "cargo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "cargo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "cargo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "clippy-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "clippy-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "clippy-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "clippy-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src"
},
"product_reference": "rust-0:1.66.1-2.el9_2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-analysis-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-analysis-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-analysis-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-analyzer-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686"
},
"product_reference": "rust-debugsource-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-debugsource-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-doc-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-doc-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-doc-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-doc-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-gdb-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-lldb-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-src-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-std-static-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686"
},
"product_reference": "rust-std-static-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-std-static-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-std-static-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rust-toolset-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rust-toolset-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rust-toolset-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rustfmt-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rustfmt-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rustfmt-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rustfmt-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)",
"product_id": "AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.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.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.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-14T14:22: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.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4634"
},
{
"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.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.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.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.src",
"AppStream-9.2.0.Z.MAIN.EUS:rust-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.el9_2.noarch",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.el9_2.x86_64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.aarch64",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.i686",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.ppc64le",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.s390x",
"AppStream-9.2.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
RHSA-2023:4635
Vulnerability from csaf_redhat - Published: 2023-08-14 14:38 - 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: AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.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 Enterprise Linux 8.\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:4635",
"url": "https://access.redhat.com/errata/RHSA-2023:4635"
},
{
"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_4635.json"
}
],
"title": "Red Hat Security Advisory: rust-toolset:rhel8 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:4635",
"initial_release_date": "2023-08-14T14:38:02+00:00",
"revision_history": [
{
"date": "2023-08-14T14:38:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2023-08-14T14:38:02+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 Enterprise Linux AppStream (v. 8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:enterprise_linux:8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=x86_64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=src\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugger-common@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-gdb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-lldb@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8)",
"product_id": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-src@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=noarch\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=s390x\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=ppc64le\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cargo-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/clippy-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analysis@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-analyzer-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-debugsource@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-doc@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-unknown-unknown@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-std-static-wasm32-wasi@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rust-toolset@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
},
{
"category": "product_version",
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8)",
"product_id": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/rustfmt-debuginfo@1.66.1-2.module%2Bel8.8.0%2B19613%2Bf0bba33b?arch=aarch64\u0026rpmmod=rust-toolset:rhel8:8080020230807230209:0a78da64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8"
},
"product_reference": "rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64 (rust-toolset:rhel8) as a component of Red Hat Enterprise Linux AppStream (v. 8)",
"product_id": "AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
},
"product_reference": "rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.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.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.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": "2023-08-14T14:38:02+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.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2023:4635"
},
{
"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.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.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.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:cargo-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:clippy-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.src::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analysis-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-analyzer-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugger-common-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-debugsource-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-doc-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-gdb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-lldb-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-src-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.noarch::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-unknown-unknown-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-std-static-wasm32-wasi-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rust-toolset-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.aarch64::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.ppc64le::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.s390x::rust-toolset:rhel8",
"AppStream-8.8.0.Z.MAIN.EUS:rustfmt-debuginfo-0:1.66.1-2.module+el8.8.0+19613+f0bba33b.x86_64::rust-toolset:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rust-cargo: cargo does not respect the umask when extracting dependencies"
}
]
}
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.