{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2023-38497",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2023-07-18T16:28:12.076Z",
        "datePublished": "2023-08-04T15:51:44.878Z",
        "dateUpdated": "2024-10-08T18:06:00.736Z"
    },
    "containers": {
        "cna": {
            "title": "Cargo not respecting umask when extracting crate archives",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-278",
                            "lang": "en",
                            "description": "CWE-278: Insecure Preserved Inherited Permissions",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "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"
                    }
                }
            ],
            "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/"
                }
            ],
            "affected": [
                {
                    "vendor": "rust-lang",
                    "product": "cargo",
                    "versions": [
                        {
                            "version": "< 0.72.2",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2023-08-04T15:51:44.878Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Cargo downloads the Rust project’s 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's system to prevent other local users from accessing the Cargo directory, usually located in `~/.cargo`."
                }
            ],
            "source": {
                "advisory": "GHSA-j3xp-wfr4-hx87",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T17:46:55.143Z"
                },
                "title": "CVE Program Container",
                "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"
                    },
                    {
                        "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"
                        ]
                    }
                ]
            },
            {
                "affected": [
                    {
                        "vendor": "rust-lang",
                        "product": "cargo",
                        "cpes": [
                            "cpe:2.3:a:rust-lang:cargo:*:*:*:*:*:rust:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "0",
                                "status": "affected",
                                "lessThan": "0.72.2",
                                "versionType": "custom"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-10-08T18:02:25.711058Z",
                                "id": "CVE-2023-38497",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "total"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-10-08T18:06:00.736Z"
                }
            }
        ]
    }
}