CVE-2023-4208
Published:September 06, 2023
Updated:May 17, 2026
A use-after-free vulnerability in the Linux kernel's net/sched: cls_u32 component can be exploited to achieve local privilege escalation.
When u32_change() is called on an existing filter, the whole tcf_result struct is always copied into the new instance of the filter. This causes a problem when updating a filter bound to a class, as tcf_unbind_filter() is always called on the old instance in the success path, decreasing filter_cnt of the still referenced class and allowing it to be deleted, leading to a use-after-free.
We recommend upgrading past commit 3044b16e7c6fe5d24b1cdbcf1bd0a9d92d1ebd81.
Affected Packages
linux-libc-headers (YOCTO):
Affected version(s) >=5.4 <5.14Fix Suggestion:
Update to version 5.14linux-yocto (YOCTO):
Affected version(s) =4.9.3+gitAUTOINC+03a2d3f7f9_881cba95ae <4.10+gitAUTOINC+805ea440c7_b259a5d744Fix Suggestion:
Update to version 4.10+gitAUTOINC+805ea440c7_b259a5d744linux-yocto (YOCTO):
Affected version(s) >=4.8 <4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68Fix Suggestion:
Update to version 4.8.26+gitAUTOINC+1c60e003c7_27efc3ba68Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.5
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
7.8
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Use After Free
EPSS
Base Score:
0.03