CVE-2023-25071
14.11.2023, 19:15
NULL pointer dereference in some Intel(R) Arc(TM) & Iris(R) Xe Graphics - WHQL - Windows Drviers before version 31.0.101.4255 may allow authenticated user to potentially enable denial of service via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | iris_xe_graphics | 𝑥 < 31.0.101.4255 |
intel | arc_a_graphics | 𝑥 < 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.