LiveActive security incident?Get immediate response
CVE Record

CVE-2026-23183: cgroup/dmem: fix NULL pointer dereference when setting max

In the Linux kernel, the following vulnerability has been resolved: cgroup/dmem: fix NULL pointer dereference when setting max An issue was triggered: BUG: kernel NULL pointer dereference, address: 0000000000000000 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 0 P4D 0 Oops: Oops: 0000 [#1] SMP NOPTI CPU: 15 UID: 0 PID: 658 Comm: bash Tainted: 6.19.0-rc6-next-2026012 Tainted: [O]=OOT_MODULE Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), RIP: 0010:strcmp+0x10/0x30 RSP: 0018:ffffc900017f7dc0 EFLAGS: 00000246 RAX: 0000000000000000 RBX: 0000000000000000 RCX: ffff888107cd4358 RDX: 0000000019f73907 RSI: ffffffff82cc381a RDI: 0000000000000000 RBP: ffff8881016bef0d R08: 000000006c0e7145 R09: 0000000056c0e714 R10: 0000000000000001 R11: ffff888107cd4358 R12: 0007ffffffffffff R13: ffff888101399200 R14: ffff888100fcb360 R15: 0007ffffffffffff CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000000000000 CR3: 0000000105c79000 CR4: 00000000000006f0 Call Trace: <TASK> dmemcg_limit_write.constprop.0+0x16d/0x390 ? __pfx_set_resource_max+0x10/0x10 kernfs_fop_write_iter+0x14e/0x200 vfs_write+0x367/0x510 ksys_write+0x66/0xe0 do_syscall_64+0x6b/0x390 entry_SYSCALL_64_after_hwframe+0x76/0x7e RIP: 0033:0x7f42697e1887 It was trriggered setting max without limitation, the command is like: "echo test/region0 > dmem.max". To fix this issue, add check whether options is valid after parsing the region_name.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue can crash the kernel when an invalid dmem cgroup limit value is written. It appears to be a local denial-of-service risk, not a remote compromise issue, based on the provided sources. No public evidence of active exploitation is supplied.

Executive priority

Treat as a patching and stability issue. Prioritize shared Linux hosts, container platforms, and systems where untrusted local workloads can write cgroup configuration.

Technical view

The flaw is a NULL pointer dereference in cgroup dmem handling when setting max without a valid limitation. After parsing the region name, the kernel used an invalid options pointer, reaching strcmp with NULL. The fix adds validation before continuing.

Likely exposure

Exposure is likely limited to Linux systems running the affected kernel versions or commit ranges where dmem cgroup controls are available and writable by a local user, container runtime, or privileged process.

Exploitation context

The source describes triggering the bug by writing malformed content to dmem.max. KEV is false, and the bundle provides no evidence of active exploitation, remote reachability, privilege escalation, or data theft.

Researcher notes

Evidence supports a kernel NULL pointer dereference reachable through dmem.max writes. The bundle does not provide CVSS, CWE, exploit maturity, or a complete affected-version interpretation beyond Linux kernel ranges and stable commits.

Mitigation direction

  • Apply kernel updates containing the referenced stable fixes.
  • Check distribution advisories for backported fixes matching your kernel build.
  • Restrict write access to cgroup dmem controls where possible.
  • Prioritize multi-tenant hosts and systems exposing cgroup controls to workloads.

Validation and detection

  • Inventory Linux kernel versions and vendor backport levels.
  • Check whether dmem cgroup files, especially dmem.max, are present.
  • Review access controls for users or workloads that can write cgroup limits.
  • Confirm the referenced stable fix is present in source or vendor changelog.
Prepared
Confidence
medium
Sources
4

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-23183 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
3Timeline events
0ADP providers
3Source links

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.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxb168ed458ddecc176f3b9a1f4bcd83d7a4541c14, b168ed458ddecc176f3b9a1f4bcd83d7a4541c14unaffected
LinuxLinux6.14, 0, 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.