CVE-2023-0779
30.05.2023, 21:15
At the most basic level, an invalid pointer can be input that crashes the device, but with more knowledge of the devices memory layout, further exploitation is possible.Enginsight
Vendor | Product | Version |
---|---|---|
zephyrproject | zephyr | 𝑥 ≤ 3.2.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-20 - Improper Input ValidationThe 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 DereferenceA NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.