Security readout for executives and security teams
Plain-English summary
CVE-2026-23379 is a Linux kernel flaw in ETS traffic scheduling offload. Certain queue configuration calculations can overflow and trigger a divide-by-zero, causing a kernel panic. The business impact is primarily availability loss on affected Linux systems, not confirmed data theft or remote code execution from the supplied evidence.
Executive priority
Prioritize patching where Linux hosts support critical services and use advanced network scheduling or appliance-style networking. Broader emergency response is not supported by the supplied evidence because active exploitation is not reported and impact is framed as kernel panic availability loss.
Technical view
The flaw is in net/sched sch_ets, specifically ets_offload_change. ETS offload computes WRR weights using sums of DRR quanta stored as unsigned int; overflow can make a divisor zero and panic the kernel. The fix changes q_sum and q_psum to 64-bit integers.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions with sch_ets and ETS offload paths reachable. The provided trace involves tc modifying qdisc over netlink, suggesting network administration privileges are relevant, but the bundle does not define exact privilege requirements.
Exploitation context
The source bundle shows a crash and kernel panic, and KEV is false. There is no cited evidence of active exploitation, public weaponization, remote exploitation, privilege escalation, or data compromise. Treat this as a denial-of-service risk until vendor guidance says otherwise.
Researcher notes
The strongest evidence is the upstream Linux fix narrative and crash trace. The supplied affected-version data is inconsistent-looking and should be reconciled against vendor kernels. Do not assume all Linux deployments are exposed; reachability appears tied to ETS qdisc offload behavior.
Mitigation direction
Update affected Linux kernels to versions containing the referenced stable fixes.
Check distribution and appliance vendor advisories for backported kernel packages.
Prioritize systems using traffic control, ETS, or offloaded queue scheduling.
Restrict qdisc configuration privileges to trusted administrators.
Review Siemens advisories if Siemens products are in scope.
Validation and detection
Inventory Linux kernel versions against the affected version data.
Check whether sch_ets is present or loaded on in-scope systems.
Identify systems using tc qdisc configuration or ETS offload.
Confirm installed kernels include the 64-bit q_sum/q_psum fix.
Review logs for unexplained kernel panics in sch_ets or ets_offload_change.
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-2026-23379 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
1ADP providers
11Source 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.
Mar 25, 2026, 10:27 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.