8.6
CVE-2023-42444
- EPSS 0.55%
- Published 19.09.2023 15:15:56
- Last modified 21.11.2024 08:22:32
- Source security-advisories@github.com
- Teams watchlist Login
- Open Login
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.
Data is provided by the National Vulnerability Database (NVD)
Whisperfish ≫ Phonenumber SwPlatformrust Version < 0.2.5\+8.11.3
Whisperfish ≫ Phonenumber SwPlatformrust Version >= 0.3.0\+8.12.9 < 0.3.3\+8.13.9
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.55% | 0.666 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 7.5 | 3.9 | 3.6 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
|
security-advisories@github.com | 8.6 | 3.9 | 4 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
|
CWE-1284 Improper Validation of Specified Quantity in Input
The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.
CWE-248 Uncaught Exception
An exception is thrown from a function, but it is not caught.
CWE-392 Missing Report of Error Condition
The product encounters an error but does not provide a status code or return value to indicate that an error has occurred.