CVE-2023-24465
10.03.2023, 11:15
Communication Wi-Fi subsystem within OpenHarmony-v3.1.4 and prior versions, OpenHarmony-v3.0.7 and prior versions has a null pointer reference vulnerabilitywhich local attackers can exploit this vulnerability to cause the current application to crash.Enginsight
Vendor | Product | Version |
---|---|---|
openatom | openharmony | 3.0 ≤ 𝑥 ≤ 3.0.7 |
openatom | openharmony | 3.1 ≤ 𝑥 ≤ 3.1.4 |
𝑥
= 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.