#VU124457 Improper Check or Handling of Exceptional Conditions in Linux kernel - CVE-2026-23385
Published: March 25, 2026
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper error handling in the netfilter nf_tables component when processing set operations during a flush command. A local user can trigger a failing memory allocation that results in a kernel warning and system instability, leading to a denial of service.
The issue arises during the deactivation of a set in the preparation phase of a flush operation, where a set is cloned unnecessarily, potentially causing memory allocation failure under fault injection conditions.