CVE-2024-39697: panic on parsing crafted phonenumber inputs
The phonenumber parsing code may panic due to a reachable assert!
guard 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.
Since f69abee1/0.3.4/#52.
0.2.x series is not affected.
References
- github.com/advisories/GHSA-mjw4-jj88-v687
- github.com/whisperfish/rust-phonenumber
- github.com/whisperfish/rust-phonenumber/commit/b792151b17fc90231c232a23935830c2266f3203
- github.com/whisperfish/rust-phonenumber/commit/f69abee1481fac0d6d531407bae90020e39c6407
- github.com/whisperfish/rust-phonenumber/issues/69
- github.com/whisperfish/rust-phonenumber/pull/52
- github.com/whisperfish/rust-phonenumber/security/advisories/GHSA-mjw4-jj88-v687
- nvd.nist.gov/vuln/detail/CVE-2024-39697
Detect and mitigate CVE-2024-39697 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →