From 7958c12e067c8d58905f296d2e51dfe0d55eec7a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:14:50 +0000 Subject: [PATCH] Publish GHSA-mjw4-jj88-v687 --- .../GHSA-mjw4-jj88-v687.json | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 advisories/github-reviewed/2024/07/GHSA-mjw4-jj88-v687/GHSA-mjw4-jj88-v687.json diff --git a/advisories/github-reviewed/2024/07/GHSA-mjw4-jj88-v687/GHSA-mjw4-jj88-v687.json b/advisories/github-reviewed/2024/07/GHSA-mjw4-jj88-v687/GHSA-mjw4-jj88-v687.json new file mode 100644 index 00000000000..1ff2527a73e --- /dev/null +++ b/advisories/github-reviewed/2024/07/GHSA-mjw4-jj88-v687/GHSA-mjw4-jj88-v687.json @@ -0,0 +1,79 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-mjw4-jj88-v687", + "modified": "2024-07-09T14:13:48Z", + "published": "2024-07-09T14:13:48Z", + "aliases": [ + "CVE-2024-39697" + ], + "summary": "panic on parsing crafted phonenumber inputs", + "details": "### Impact\nThe phonenumber parsing code may panic due to a reachable `assert!` guard on the phonenumber string.\n\nIn 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.\n\nSince f69abee1/0.3.4/#52.\n\n0.2.x series is not affected.\n\n### Patches\nUpgrade to 0.3.6 or higher.\n\n### Workarounds\nn/a\n\n### References\nWhereas https://github.com/whisperfish/rust-phonenumber/issues/69 did not provide an example code path, property testing found a few: `+dwPAA;phone-context=AA`.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "crates.io", + "name": "phonenumber" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.3.4" + }, + { + "fixed": "0.3.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687" + }, + { + "type": "WEB", + "url": "https://github.com/whisperfish/rust-phonenumber/issues/69" + }, + { + "type": "WEB", + "url": "https://github.com/whisperfish/rust-phonenumber/pull/52" + }, + { + "type": "WEB", + "url": "https://github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203" + }, + { + "type": "WEB", + "url": "https://github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407" + }, + { + "type": "PACKAGE", + "url": "https://github.com/whisperfish/rust-phonenumber" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1284", + "CWE-248", + "CWE-392" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-07-09T14:13:48Z", + "nvd_published_at": null + } +} \ No newline at end of file