7.5
CVE-2023-0359
- EPSS 0.23%
- Published 10.07.2023 16:15:48
- Last modified 21.11.2024 07:37:02
- Source vulnerabilities@zephyrproject.
- Teams watchlist Login
- Open Login
A missing nullptr-check in handle_ra_input can cause a nullptr-deref.
Data is provided by the National Vulnerability Database (NVD)
Zephyrproject ≫ Zephyr Version <= 3.2.0
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.23% | 0.427 |
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
|
vulnerabilities@zephyrproject.org | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
CWE-476 NULL Pointer Dereference
The product dereferences a pointer that it expects to be valid but is NULL.