2023-09-22 20:00:28 +00:00

139 lines
4.8 KiB
JSON

{
"id": "CVE-2023-42444",
"sourceIdentifier": "security-advisories@github.com",
"published": "2023-09-19T15:15:56.660",
"lastModified": "2023-09-22T19:22:42.097",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "phonenumber is a library for parsing, formatting and validating international phone numbers. Prior to versions `0.3.3+8.13.9` and `0.2.5+8.11.3`, 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 over the network, specifically the string `.;phone-context=`. Versions `0.3.3+8.13.9` and `0.2.5+8.11.3` contain a patch for this issue. There are no known workarounds."
},
{
"lang": "es",
"value": "Phonenumber es una librer\u00eda para analizar, formatear y validar n\u00fameros de tel\u00e9fono internacionales. Antes de las versiones `0.3.3+8.13.9` y `0.2.5+8.11.3`, el c\u00f3digo parseado de phonenumber pod\u00eda entrar en p\u00e1nico debido a un acceso fuera de los l\u00edmites protegido contra el p\u00e1nico en la cadena phonenumber. En una implementaci\u00f3n t\u00edpica de `rust-phonenumber`, esto puede desencadenarse al introducir un phonenumber creado con fines malintencionados a trav\u00e9s de la red, espec\u00edficamente la cadena `.;phone-context=`. Las versiones `0.3.3+8.13.9` y `0.2.5+8.11.3` contienen un parche para este problema. No se conocen workarounds."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
},
{
"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",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "CHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 4.0
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-1284"
}
]
},
{
"source": "security-advisories@github.com",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-1284"
},
{
"lang": "en",
"value": "CWE-248"
},
{
"lang": "en",
"value": "CWE-392"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:whisperfish:phonenumber:*:*:*:*:*:rust:*:*",
"versionEndExcluding": "0.2.5\\+8.11.3",
"matchCriteriaId": "43C3C6E2-A892-4A2B-BABF-1792410DA003"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:whisperfish:phonenumber:*:*:*:*:*:rust:*:*",
"versionStartIncluding": "0.3.0\\+8.12.9",
"versionEndExcluding": "0.3.3\\+8.13.9",
"matchCriteriaId": "2472D45E-43EB-480B-B550-66DC11713F8F"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/whisperfish/rust-phonenumber/commit/2dd44be94539c051b4dee55d1d9d349bd7bedde6",
"source": "security-advisories@github.com",
"tags": [
"Patch"
]
},
{
"url": "https://github.com/whisperfish/rust-phonenumber/commit/bea8e732b9cada617ede5cf51663dba183747f71",
"source": "security-advisories@github.com",
"tags": [
"Patch"
]
},
{
"url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-whhr-7f2w-qqj2",
"source": "security-advisories@github.com",
"tags": [
"Vendor Advisory"
]
}
]
}