LiveActive security incident?Get immediate response
CVE Record

CVE-2026-23204: net/sched: cls_u32: use skb_header_pointer_careful()

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim provided a report and a repro fooling u32_classify(): BUG: KASAN: slab-out-of-bounds in u32_classify+0x1180/0x11b0 net/sched/cls_u32.c:221

HighCVSS 7.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-23204 is a Linux kernel bug in the traffic-control u32 classifier. A local low-privileged attacker may be able to trigger an out-of-bounds kernel memory access, risking information exposure or a system crash. The source bundle does not show confirmed active exploitation.

Executive priority

Prioritize patching shared Linux hosts, container platforms, and multi-user systems. This is not described as remotely exploitable, but kernel memory exposure and crash impact make it important for environments with untrusted local users or workloads.

Technical view

The kernel cls_u32 path used skb_header_pointer(), which did not fully validate negative offset values. The fix switches to skb_header_pointer_careful(). The report includes a KASAN slab-out-of-bounds finding in u32_classify() at net/sched/cls_u32.c:221. CVSS is 7.1, local, low complexity, low privileges, no user interaction.

Likely exposure

Linux systems running affected kernel builds are the exposure. Risk is highest where low-privileged local users or workloads can reach the vulnerable kernel path. Distribution backports may affect version-based checks, so confirm package status with the OS vendor.

Exploitation context

The CVE record rates exploitation as local with low privileges and no user interaction. KEV is false in the supplied bundle, and no cited source confirms exploitation in the wild. A repro was reported to the kernel maintainers, but the bundle does not provide public weaponization details.

Researcher notes

Key evidence is the upstream kernel description and stable commit references. The affected-version data in the bundle is broad and commit-oriented; use vendor package metadata for final exposure decisions. Do not treat KEV-negative status as proof of no private exploitation.

Mitigation direction

  • Apply vendor kernel updates containing the cls_u32 skb_header_pointer_careful() fix.
  • Confirm whether your distribution backported the referenced stable commits.
  • Restrict unnecessary local shell and workload access on unpatched systems.
  • Limit traffic-control administration privileges to trusted administrators.
  • Monitor kernel logs for crashes or cls_u32/u32_classify faults.

Validation and detection

  • Inventory Linux kernel versions across servers, hosts, and appliances.
  • Map each system to vendor advisories or patched kernel packages.
  • Check whether cls_u32 traffic-control functionality is used on exposed hosts.
  • Verify scanners identify patched backported kernels correctly.
  • Review kernel logs for related out-of-bounds or crash indicators.
Prepared
Confidence
high
Sources
9

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-23204 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
7.1 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
8Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.1CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H1.85.2Linux

Vulnerability scoring details

Base CVSS 3.1 score

7.1High
CVSS 3.1 vector shape for CVE-2026-23204Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxfbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5d, fbc2e7d9cf49e0bf89b9e91fd60a06851a855c5dunaffected
LinuxLinux2.6.35, 0, 5.10.260, 5.15.209, 6.1.167, 6.6.124, 6.12.70, 6.18.10, 6.19affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.