Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's BPF (Berkeley Packet Filter) subsystem has been addressed. The issue arose because the BPF exception handling mechanism, specifically the 'bpf_throw()' function, was not properly managing user-acquired locks when called from static subprograms. This oversight allowed the exception to unwind the stack without releasing locks, potentially leading to various runtime issues. The vulnerability affected several versions of the Linux kernel.
Failure to properly manage locks during BPF exception exits from subprograms could lead to resource management issues, particularly with locks that are not released as expected, potentially causing deadlocks or other synchronization problems.
The vulnerability can be reproduced by creating a BPF program that calls 'bpf_throw()' from a static subprogram while holding a read lock. This will trigger the exception exit without releasing the lock, simulating the improper lock management that caused the vulnerability.
Users can upgrade to the latest stable version of the Linux kernel, where this vulnerability has been fixed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.