CVE-2024-39697 (GCVE-0-2024-39697)
Vulnerability from cvelistv5
Published
2024-07-09 14:16
Modified
2024-08-02 04:26
Severity ?
VLAI Severity ?
EPSS score ?
CWE
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 | ||
---|---|---|---|---|
whisperfish | rust-phonenumber |
Version: >= 0.3.4, < 0.3.6 |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:whisperfish:phonenumber:*:*:*:*:*:rust:*:*" ], "defaultStatus": "unknown", "product": "phonenumber", "vendor": "whisperfish", "versions": [ { "lessThan": "0.3.6", "status": "affected", "version": "0.3.4", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-39697", "options": [ { "Exploitation": "none" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-07-15T21:32:25.872927Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-15T21:33:39.716Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T04:26:16.016Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "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" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "rust-phonenumber", "vendor": "whisperfish", "versions": [ { "status": "affected", "version": "\u003e= 0.3.4, \u003c 0.3.6" } ] } ], "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." } ], "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" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-284", "description": "CWE-284: Improper Access Control", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-392", "description": "CWE-392: Missing Report of Error Condition", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-1284", "description": "CWE-1284: Improper Validation of Specified Quantity in Input", "lang": "en", "type": "CWE" } ] }, { "descriptions": [ { "cweId": "CWE-617", "description": "CWE-617: Reachable Assertion", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-07-09T14:16:38.493Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "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" } ], "source": { "advisory": "GHSA-mjw4-jj88-v687", "discovery": "UNKNOWN" }, "title": "phonenumber panics on parsing crafted phonenumber inputs" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-39697", "datePublished": "2024-07-09T14:16:38.493Z", "dateReserved": "2024-06-27T18:44:13.037Z", "dateUpdated": "2024-08-02T04:26:16.016Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-39697\",\"sourceIdentifier\":\"security-advisories@github.com\",\"published\":\"2024-07-09T15:15:11.290\",\"lastModified\":\"2024-11-21T09:28:14.540\",\"vulnStatus\":\"Awaiting Analysis\",\"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.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"security-advisories@github.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-284\"},{\"lang\":\"en\",\"value\":\"CWE-392\"},{\"lang\":\"en\",\"value\":\"CWE-617\"},{\"lang\":\"en\",\"value\":\"CWE-1284\"}]}],\"references\":[{\"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\":\"security-advisories@github.com\"},{\"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\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687\", \"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/issues/69\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/issues/69\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/pull/52\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/pull/52\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407\", \"tags\": [\"x_refsource_MISC\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T04:26:16.016Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-39697\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-07-15T21:32:25.872927Z\"}}}], \"affected\": [{\"cpes\": [\"cpe:2.3:a:whisperfish:phonenumber:*:*:*:*:*:rust:*:*\"], \"vendor\": \"whisperfish\", \"product\": \"phonenumber\", \"versions\": [{\"status\": \"affected\", \"version\": \"0.3.4\", \"lessThan\": \"0.3.6\", \"versionType\": \"custom\"}], \"defaultStatus\": \"unknown\"}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-07-15T21:33:35.619Z\"}}], \"cna\": {\"title\": \"phonenumber panics on parsing crafted phonenumber inputs\", \"source\": {\"advisory\": \"GHSA-mjw4-jj88-v687\", \"discovery\": \"UNKNOWN\"}, \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 8.6, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}], \"affected\": [{\"vendor\": \"whisperfish\", \"product\": \"rust-phonenumber\", \"versions\": [{\"status\": \"affected\", \"version\": \"\u003e= 0.3.4, \u003c 0.3.6\"}]}], \"references\": [{\"url\": \"https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/issues/69\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/issues/69\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/pull/52\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/pull/52\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203\", \"tags\": [\"x_refsource_MISC\"]}, {\"url\": \"https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407\", \"name\": \"https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407\", \"tags\": [\"x_refsource_MISC\"]}], \"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.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-284\", \"description\": \"CWE-284: Improper Access Control\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-392\", \"description\": \"CWE-392: Missing Report of Error Condition\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1284\", \"description\": \"CWE-1284: Improper Validation of Specified Quantity in Input\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-617\", \"description\": \"CWE-617: Reachable Assertion\"}]}], \"providerMetadata\": {\"orgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"shortName\": \"GitHub_M\", \"dateUpdated\": \"2024-07-09T14:16:38.493Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-39697\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-08-02T04:26:16.016Z\", \"dateReserved\": \"2024-06-27T18:44:13.037Z\", \"assignerOrgId\": \"a0819718-46f1-4df5-94e2-005712e83aaa\", \"datePublished\": \"2024-07-09T14:16:38.493Z\", \"assignerShortName\": \"GitHub_M\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
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…