CVE-2022-42879
14.11.2023, 19:15
NULL pointer dereference in some Intel(R) Arc(TM) Control software before version 1.73.5335.2 may allow an authenticated user to potentially enable denial of service via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | graphics_driver | 𝑥 < 31.0.101.4255 |
𝑥
= 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.