CVE-2022-29508
10.05.2023, 14:15
Null pointer dereference in the Intel(R) VROC software before version 7.7.6.1003 may allow an authenticated user to potentially enable escalation of privilege via local access.Enginsight
Vendor | Product | Version |
---|---|---|
intel | virtual_raid_on_cpu | 𝑥 < 7.7.6.1003 |
𝑥
= 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.