Security readout for executives and security teams
Plain-English summary
CVE-2023-54193 is a Linux kernel memory safety bug in traffic-control scheduling code. An error path can leave a freed callback object referenced by a driver list, causing a use-after-free. The supplied record does not provide CVSS, confirmed exploitation, or impact beyond the kernel crash-style KASAN evidence.
Executive priority
Treat this as a kernel maintenance priority, especially for Linux systems doing advanced networking. The business urgency is not proven critical from the supplied evidence because exploitation and CVSS are absent, but kernel memory safety bugs can affect availability and platform trust.
Technical view
The flaw is in net/sched cls_api during tcf_block_bind() error handling. flow_block_cb objects are added to a driver list before tcf_block_offload_cmd() unwinds; the error handler frees cb_list without removing those entries, leaving dangling pointers later touched by flow_block_cb_setup_simple(). Stable kernel commits remove callbacks from driver_list before freeing.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with traffic-control classifier/offload paths in use. The source lists Linux kernel versions including 5.3, 5.4.243, 5.10.180, 5.15.112, 6.1.29, 6.2.16, 6.3.3, and 6.4 as affected.
Exploitation context
The source includes a KASAN slab-use-after-free trace triggered by a tc process through rtnetlink. It does not cite public exploit code, KEV inclusion, remote exploitability, privilege requirements, or exploitation in the wild. KEV is false in the supplied bundle.
Researcher notes
Evidence is strongest for a traffic-control offload error-path use-after-free. The supplied trace mentions mlx5_core, sch_ingress, qdisc_create, rtnetlink, and tc, but the CVE record names Linux generally. Do not infer affected NICs, distributions, containers, or privilege escalation without more sources.
Mitigation direction
Apply Linux kernel or distribution updates containing the referenced stable fixes.
Prioritize hosts using traffic control, qdisc, ingress, clsact, or hardware offload features.
Check your Linux vendor advisory for exact fixed package versions.
If no vendor fix is available, follow vendor guidance for temporary risk reduction.
Validation and detection
Inventory Linux kernel versions across servers, appliances, containers hosts, and network nodes.
Compare running kernels with the affected versions and stable commit references in the CVE record.
Confirm patched systems include one of the referenced upstream stable fixes.
Review kernel logs for KASAN or use-after-free reports in net/sched or flow_block paths.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2023-54193 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
8Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 30, 2025, 12:09 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.