Security readout for executives and security teams
Plain-English summary
CVE-2025-38684 is a Linux kernel crash bug in the ETS traffic scheduler. Changing ETS queue settings can leave cleanup code using an inconsistent band count, causing a NULL pointer dereference and kernel oops. The evidence points to availability risk, not data theft or remote code execution.
Executive priority
Treat as a scheduled availability fix for Linux infrastructure, higher priority where untrusted tenants, automation, or operators can change traffic-control settings. Escalate for network appliances or shared hosts that expose qdisc management paths.
Technical view
The flaw is in net/sched sch_ets, specifically ets_qdisc_change() purging unused DWRR queues after q->nbands changed. Cleanup then calls class lookup logic expecting the old configuration. The reported failure crashes in ets_class_qlen_notify() through qdisc backlog reduction during tc/rtnetlink qdisc modification.
Likely exposure
Linux systems running affected kernels with the sch_ets scheduler available are relevant. Practical exposure appears tied to actors or services able to modify traffic-control qdiscs, typically requiring administrative network privileges. Kernel-derived products should rely on vendor advisories.
Exploitation context
The bundle provides a kernel crash trace triggered through tc qdisc modification. It does not cite CISA KEV listing, public exploitation, exploit code, or remote unauthenticated exploitation. KEV is false in the supplied data.
Researcher notes
Key evidence is the upstream fix rationale and oops trace. Root cause is ordering of ETS cleanup relative to q->nbands and q->nstrict state. The supplied sources do not provide CVSS, CWE, exploit status, or a product-specific complete version matrix.
Mitigation direction
Update to a vendor kernel containing the referenced stable fixes.
Track Debian LTS and device-vendor advisories for backported packages.
Restrict qdisc administration to trusted operators until patched.
Review appliances using Linux kernels for vendor-specific update guidance.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and images.
Check whether sch_ets is present or used in traffic-control configurations.
Confirm installed kernel includes the relevant stable fix or vendor backport.
Review change paths granting CAP_NET_ADMIN or equivalent network control privileges.
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-2025-38684 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
2ADP providers
12Source 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.
Sep 4, 2025, 15:32 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.