CVE-2022-42878
10.05.2023, 14:15
Null pointer dereference for some Intel(R) Trace Analyzer and Collector software before version 2021.8.0 published Dec 2022 may allow an authenticated user to potentially enable information disclosure 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-395 - Use of NullPointerException Catch to Detect NULL Pointer DereferenceCatching NullPointerException should not be used as an alternative to programmatic checks to prevent dereferencing a null pointer.
- CWE-476 - NULL Pointer DereferenceA NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.