Advisory Database
  • Advisories
  • Dependency Scanning
  1. cargo
  2. ›
  3. phonenumber
  4. ›
  5. CVE-2024-39697

CVE-2024-39697: panic on parsing crafted phonenumber inputs

July 9, 2024 (updated November 18, 2024)

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
  • rustsec.org/advisories/RUSTSEC-2024-0369.html

Code Behaviors & Features

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 →

Affected versions

All versions starting from 0.3.4 before 0.3.6

Fixed versions

  • 0.3.6

Solution

Upgrade to version 0.3.6 or above.

Impact 8.6 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-1284: Improper Validation of Specified Quantity in Input
  • CWE-248: Uncaught Exception
  • CWE-392: Missing Report of Error Condition

Source file

cargo/phonenumber/CVE-2024-39697.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:13 +0000.