CVE-2023-30763
12.05.2023, 15:15
Heap-based overflow in Intel(R) SoC Watch based software before version 2021.1 may allow a privileged user to potentially enable escalation of privilege via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | battery_life_diagnostic_tool | 𝑥 < 1.2 |
intel | oneapi_base_toolkit | 𝑥 < 2021.4.0 |
intel | soc_watch | 𝑥 < 2021.1 |
𝑥
= 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.