Type confusion in Linux kernel - CVE-2023-3022

 

Type confusion in Linux kernel - CVE-2023-3022

Published: June 19, 2023 / Updated: June 29, 2023


Vulnerability identifier: #VU95673
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2023-3022
CWE-ID: CWE-843
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to perform a denial of service (DoS) attack.

A flaw was found in the IPv6 module of the Linux kernel. The arg.result was not used consistently in fib6_rule_lookup, sometimes holding rt6_info and other times fib6_info. This was not accounted for in other parts of the code where rt6_info was expected unconditionally, potentially leading to a kernel panic in fib6_rule_suppress.


Affected software

Linux kernel

How to mitigate CVE-2023-3022

Install update from vendor's repository.


External References

Related Security Bulletins