CVE-2023-23580
10.05.2023, 14:15
Stack-based buffer overflow for some Intel(R) Trace Analyzer and Collector software before version 2021.8.0 published Dec 2022 may allow an authenticated user to potentially escalation of privilege via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | oneapi_hpc_toolkit | 𝑥 < 2023.0.0 |
intel | trace_analyzer_and_collector | 𝑥 < 2021.8.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.