4
CVE-2022-41802
- EPSS 0.11%
- Veröffentlicht 08.12.2022 16:15:13
- Zuletzt bearbeitet 21.11.2024 07:23:52
- Quelle scy@openharmony.io
- CVE-Watchlists
- Unerledigt
Kernel subsystem within OpenHarmony-v3.1.4 and prior versions in kernel_liteos_a has a kernel stack overflow vulnerability when call SysClockGetres. 4 bytes padding data from kernel stack are copied to user space incorrectly and leaked.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Openharmony ≫ Openharmony Version >= 3.1 <= 3.1.4
Openatom ≫ Openharmony SwEditionlts Version >= 1.1.0 <= 1.1.5
Openatom ≫ Openharmony SwEditionlts Version >= 3.0 <= 3.0.6
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.11% | 0.308 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 3.3 | 1.8 | 1.4 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
|
| scy@openharmony.io | 4 | 2.5 | 1.4 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
|
CWE-120 Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')
The product 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.
CWE-787 Out-of-bounds Write
The product writes data past the end, or before the beginning, of the intended buffer.