{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1",
    "cveMetadata": {
        "cveId": "CVE-2024-39697",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2024-06-27T18:44:13.037Z",
        "datePublished": "2024-07-09T14:16:38.493Z",
        "dateUpdated": "2024-08-02T04:26:16.016Z"
    },
    "containers": {
        "cna": {
            "title": "phonenumber panics on parsing crafted phonenumber inputs",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-284",
                            "lang": "en",
                            "description": "CWE-284: Improper Access Control",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-392",
                            "lang": "en",
                            "description": "CWE-392: Missing Report of Error Condition",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-1284",
                            "lang": "en",
                            "description": "CWE-1284: Improper Validation of Specified Quantity in Input",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-617",
                            "lang": "en",
                            "description": "CWE-617: Reachable Assertion",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 8.6,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "NONE",
                        "scope": "CHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687"
                },
                {
                    "name": "https://github.com/whisperfish/rust-phonenumber/issues/69",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/whisperfish/rust-phonenumber/issues/69"
                },
                {
                    "name": "https://github.com/whisperfish/rust-phonenumber/pull/52",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/whisperfish/rust-phonenumber/pull/52"
                },
                {
                    "name": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203"
                },
                {
                    "name": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407"
                }
            ],
            "affected": [
                {
                    "vendor": "whisperfish",
                    "product": "rust-phonenumber",
                    "versions": [
                        {
                            "version": ">= 0.3.4, < 0.3.6",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2024-07-09T14:16:38.493Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "phonenumber is a library for parsing, formatting and validating international phone numbers. Since 0.3.4, the phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber, this may get triggered by feeding a maliciously crafted phonenumber, e.g. over the network, specifically strings of the form `+dwPAA;phone-context=AA`, where the \"number\" part potentially parses as a number larger than 2^56. This vulnerability is fixed in 0.3.6."
                }
            ],
            "source": {
                "advisory": "GHSA-mjw4-jj88-v687",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "affected": [
                    {
                        "vendor": "whisperfish",
                        "product": "phonenumber",
                        "cpes": [
                            "cpe:2.3:a:whisperfish:phonenumber:*:*:*:*:*:rust:*:*"
                        ],
                        "defaultStatus": "unknown",
                        "versions": [
                            {
                                "version": "0.3.4",
                                "status": "affected",
                                "lessThan": "0.3.6",
                                "versionType": "custom"
                            }
                        ]
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2024-07-15T21:32:25.872927Z",
                                "id": "CVE-2024-39697",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-07-15T21:33:39.716Z"
                }
            },
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-02T04:26:16.016Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "name": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687",
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687"
                    },
                    {
                        "name": "https://github.com/whisperfish/rust-phonenumber/issues/69",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/whisperfish/rust-phonenumber/issues/69"
                    },
                    {
                        "name": "https://github.com/whisperfish/rust-phonenumber/pull/52",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/whisperfish/rust-phonenumber/pull/52"
                    },
                    {
                        "name": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203"
                    },
                    {
                        "name": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407",
                        "tags": [
                            "x_refsource_MISC",
                            "x_transferred"
                        ],
                        "url": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407"
                    }
                ]
            }
        ]
    }
}