
Cloud Vulnerability DB
A community-led vulnerabilities database
A race condition vulnerability (CVE-2023-51781) was discovered in the Linux kernel before version 6.6.8. The vulnerability exists in the atalk_ioctl function within net/appletalk/ddp.c, which has a use-after-free condition due to a race condition with atalk_recvmsg (CVE Details, NVD).
The vulnerability occurs because atalk_ioctl() accesses sk->sk_receive_queue without holding sk->sk_receive_queue.lock, causing a race condition with atalk_recvmsg(). The use-after-free happens in the following sequence: atalk_ioctl() calls skb_peek(), followed by atalk_recvmsg() calling skb_recv_datagram() and then skb_free_datagram(). The issue was fixed by adding sk->sk_receive_queue.lock to atalk_ioctl() (GitHub Patch). The vulnerability has been assigned a CVSS v3.1 Base Score of 7.0 (HIGH) with vector: CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H (NVD).
The vulnerability could allow a local attacker to cause a denial of service (system crash) or potentially execute arbitrary code (Ubuntu Security). The high CVSS score indicates potential severe impacts on system confidentiality, integrity, and availability if exploited.
The primary mitigation is to update to Linux kernel version 6.6.8 or later which contains the fix. For systems that cannot be immediately updated, a workaround is to ensure that /etc/modprobe.d/blacklist-rare-network.conf contains lines to disable the appletalk module by adding 'alias net-pf-5 off' (Ubuntu Security).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."