fkie_cve-2024-39697
Vulnerability from fkie_nvd
Published
2024-07-09 15:15
Modified
2024-11-21 09:28
Severity ?
Summary
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.
References
Impacted products
Vendor | Product | Version |
---|
{ "cveTags": [], "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." }, { "lang": "es", "value": "phonenumber es una librer\u00eda para analizar, formatear y validar n\u00fameros de tel\u00e9fono internacionales. Desde 0.3.4, el c\u00f3digo de an\u00e1lisis del n\u00famero de tel\u00e9fono puede entrar en p\u00e1nico debido a un acceso fuera de los l\u00edmites protegido contra p\u00e1nico en la cadena del n\u00famero de tel\u00e9fono. En una implementaci\u00f3n t\u00edpica de Rust-phonenumber, esto puede desencadenarse al alimentar un n\u00famero de tel\u00e9fono creado con fines malintencionados, por ejemplo, a trav\u00e9s de la red, espec\u00edficamente cadenas del formato `+dwPAA;phone-context=AA`, donde la parte \"number\" potencialmente se analiza como un n\u00famero mayor que 2^56. Esta vulnerabilidad se solucion\u00f3 en 0.3.6." } ], "id": "CVE-2024-39697", "lastModified": "2024-11-21T09:28:14.540", "metrics": { "cvssMetricV31": [ { "cvssData": { "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" }, "exploitabilityScore": 3.9, "impactScore": 4.0, "source": "security-advisories@github.com", "type": "Secondary" } ] }, "published": "2024-07-09T15:15:11.290", "references": [ { "source": "security-advisories@github.com", "url": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203" }, { "source": "security-advisories@github.com", "url": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407" }, { "source": "security-advisories@github.com", "url": "https://github.com/whisperfish/rust-phonenumber/issues/69" }, { "source": "security-advisories@github.com", "url": "https://github.com/whisperfish/rust-phonenumber/pull/52" }, { "source": "security-advisories@github.com", "url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/whisperfish/rust-phonenumber/issues/69" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/whisperfish/rust-phonenumber/pull/52" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687" } ], "sourceIdentifier": "security-advisories@github.com", "vulnStatus": "Awaiting Analysis", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-284" }, { "lang": "en", "value": "CWE-392" }, { "lang": "en", "value": "CWE-617" }, { "lang": "en", "value": "CWE-1284" } ], "source": "security-advisories@github.com", "type": "Secondary" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…