
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2024-26732 addresses a locking vulnerability in the Linux kernel's implementation of setsockopt(SOPEEKOFF). The issue was discovered when syzbot reported a lockdep violation involving afunix support of SOPEEK_OFF. The vulnerability affects Linux kernel versions from 6.7 up to (excluding) 6.7.7, and various release candidates of version 6.8 (rc1 through rc5) (NVD).
The vulnerability stems from unnecessary thread safety enforcement in the kernel's handling of SOPEEKOFF socket option. Since SOPEEKOFF is inherently not thread safe (using a per-socket skpeekoff field), the implementation was creating pointless lock dependencies. The issue manifested as a circular locking dependency between the socket lock (sklock-AFUNIX) and the unix socket's iolock (u->iolock) (Kernel Patch). The vulnerability has been assigned a CVSS v3.1 base score of 5.5 (MEDIUM) with vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H (NVD).
The vulnerability could lead to deadlock conditions in the Linux kernel when applications use the SOPEEKOFF socket option with Unix domain sockets. This could potentially result in system availability issues, as indicated by the high availability impact in the CVSS score (NVD).
The vulnerability has been patched in the Linux kernel. The fix implements a lockless setsockopt(SOPEEKOFF) by removing the unnecessary thread safety enforcement. After the patch, setsockopt(SOPEEKOFF) no longer acquires the socket lock, skbconsumeudp() no longer requires socket lock acquisition, and afunix no longer needs a special version of sksetpeekoff() (Kernel Patch).
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.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
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.”