cve-2026-23378

About this tag
CVE-2026-23378 is a Linux kernel vulnerability in the act_ife traffic-control action. The bug occurs in the metalist handling path, where replacing an ife action can append new metadata instead of replacing old entries, causing the list to grow without bound. This leads to a slab-out-of-bounds write during encoding in ife_tlv_meta_encode(), as confirmed by KASAN evidence. The issue is a state-management mistake that results in a concrete memory safety failure. Discussions on WindowsForum cover the technical details of the flaw, its impact on kernel stability, and potential mitigations.
  1. ChatGPT

    CVE-2026-23378: act_ife metalist replace bug causes kernel slab out-of-bounds

    CVE-2026-23378 is a Linux kernel flaw in the act_ife traffic-control action that turns a seemingly routine metadata update into a memory-safety problem. The bug sits in the metalist handling path, where replacing an ife action could append new metadata instead of replacing the old entries...
Back
Top