CVE-2025-54642
06.08.2025, 04:16
Issue of buffer overflow caused by insufficient data verification in the kernel gyroscope module. Impact: Successful exploitation of this vulnerability may affect availability.
Vendor | Product | Version |
---|---|---|
huawei | emui | 13.0.0 |
huawei | emui | 14.0.0 |
huawei | harmonyos | 3.0.0 |
huawei | harmonyos | 3.1.0 |
huawei | harmonyos | 4.0.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-120 - Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')The program copies an input buffer to an output buffer without verifying that the size of the input buffer is less than the size of the output buffer, leading to a buffer overflow.