CVE-2022-38701
09.09.2022, 15:15
OpenHarmony-v3.1.2 and prior versions have a heap overflow vulnerability. Local attackers can trigger a heap overflow and get network sensitive information.Enginsight
Vendor | Product | Version |
---|---|---|
openharmony | openharmony | 3.0 ≤ 𝑥 ≤ 3.0.5 |
openatom | openharmony | 3.1 ≤ 𝑥 ≤ 3.1.2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-122 - Heap-based Buffer OverflowA heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.