Lucene search

K
redhatcveRedhat.comRH:CVE-2023-6200
HistoryJan 28, 2024 - 12:19 p.m.

CVE-2023-6200

2024-01-2812:19:14
redhat.com
access.redhat.com
13
linux kernel
race condition
arbitrary code execution
icmpv6
router advertisement
network security
mitigation.

7.6 High

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

20.6%

A race condition was found in the Linux Kernel. Under certain conditions, an unauthenticated attacker from an adjacent network could send an ICMPv6 router advertisement packet, causing arbitrary code execution.

Mitigation

The remote attack is potentially possible in the local network only. It is not possible if param
net.ipv6.conf.[NIC].accept_ra
disabled. Check this param value with the command
cat /proc/sys/net/ipv6/conf/default/accept_ra
or /proc/sys/net/ipv6/conf/eth0/accept_ra
(where eth0 is the name of the networking interface).
If you cannot run this or a similar command and parameter accept_ra is not available, then IPV6 is disabled.
If IPV6 is not being used, it is possible to disable it completely, and there is instruction on how to do this:
<https://access.redhat.com/solutions/8709&gt;

7.6 High

AI Score

Confidence

Low

0.001 Low

EPSS

Percentile

20.6%