Linux · Linux Kernel · CVE-2022-48832
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue arises from dereferencing the openat2 syscall argument in `audit match perm()` to obtain the `open how::flags`, which can result in an oops/page-fault. This is resolved by using the `open how` struct stored in the `audit context` with `audit openat2 how()`.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.