CVE-2026-53328 (GCVE-0-2026-53328)

Vulnerability from cvelistv5 – Published: 2026-07-01 13:32 – Updated: 2026-07-01 13:32
VLAI
Title
sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()
Summary
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task() A WARN fires when systemd's user manager writes "+cpu +memory +pids" to its own subtree_control while a sched_ext scheduler is loaded: WARNING: at kernel/sched/ext.c:3227 scx_cgroup_move_task+0xa8/0xb0 scx_cgroup_move_task+0xa8/0xb0 sched_move_task+0x134/0x290 cpu_cgroup_attach+0x39/0x70 cgroup_migrate_execute+0x37d/0x450 cgroup_update_dfl_csses+0x1e3/0x270 cgroup_subtree_control_write+0x3e7/0x440 scx_cgroup_can_attach() arms cgrp_moving_from only when a task's cpu cgroup changes. It can still be NULL when scx_cgroup_move_task() runs, through this sequence: Step Result --------------------------------- ---------------------------------- 1. cpu enabled on cgroup G cpu css = A 2. cpu toggled off then on for G A killed, B created (same cgroup) 3. an exiting task keeps A alive migration skips it, A now stale 4. +memory migrates G stale A vs current B pulls cpu in 5. cpu attach runs for all tasks hits a live, cpu-unchanged task 6. scx_cgroup_move_task() on it cgrp_moving_from NULL -> WARN The mismatch is that scx_cgroup_can_attach() keys on cgroup identity while migration drives the move on css identity, so a NULL cgrp_moving_from here is a legitimate css-only migration, not a missing prep. The call is already gated on cgrp_moving_from, so just drop the warning. ops.cgroup_prep_move() and ops.cgroup_move() stay paired.
Severity
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 8195136669661fdfe54e9a8923c33b31c92fc1da , < cdff2eb97be147d2ce52ac1327841068781f25dc (git)
Affected: 8195136669661fdfe54e9a8923c33b31c92fc1da , < 0ffcad63b19a1cadb475c9f405a93607fdcd0d7c (git)
Affected: 8195136669661fdfe54e9a8923c33b31c92fc1da , < bc75f5951fac4e49d175c4433fc08fb1ec01172f (git)
Affected: 8195136669661fdfe54e9a8923c33b31c92fc1da , < 02e545c4297a26dbbc41df81b831e7f605bcd306 (git)
Create a notification for this product.
Linux Linux Affected: 6.12
Unaffected: 0 , < 6.12 (semver)
Unaffected: 6.12.94 , ≤ 6.12.* (semver)
Unaffected: 6.18.36 , ≤ 6.18.* (semver)
Unaffected: 7.0.13 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "kernel/sched/ext.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "cdff2eb97be147d2ce52ac1327841068781f25dc",
              "status": "affected",
              "version": "8195136669661fdfe54e9a8923c33b31c92fc1da",
              "versionType": "git"
            },
            {
              "lessThan": "0ffcad63b19a1cadb475c9f405a93607fdcd0d7c",
              "status": "affected",
              "version": "8195136669661fdfe54e9a8923c33b31c92fc1da",
              "versionType": "git"
            },
            {
              "lessThan": "bc75f5951fac4e49d175c4433fc08fb1ec01172f",
              "status": "affected",
              "version": "8195136669661fdfe54e9a8923c33b31c92fc1da",
              "versionType": "git"
            },
            {
              "lessThan": "02e545c4297a26dbbc41df81b831e7f605bcd306",
              "status": "affected",
              "version": "8195136669661fdfe54e9a8923c33b31c92fc1da",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/sched/ext.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.12"
            },
            {
              "lessThan": "6.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.94",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.36",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.94",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.36",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.13",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nsched_ext: Don\u0027t warn on NULL cgrp_moving_from in scx_cgroup_move_task()\n\nA WARN fires when systemd\u0027s user manager writes \"+cpu +memory +pids\" to\nits own subtree_control while a sched_ext scheduler is loaded:\n\n  WARNING: at kernel/sched/ext.c:3227 scx_cgroup_move_task+0xa8/0xb0\n   scx_cgroup_move_task+0xa8/0xb0\n   sched_move_task+0x134/0x290\n   cpu_cgroup_attach+0x39/0x70\n   cgroup_migrate_execute+0x37d/0x450\n   cgroup_update_dfl_csses+0x1e3/0x270\n   cgroup_subtree_control_write+0x3e7/0x440\n\nscx_cgroup_can_attach() arms cgrp_moving_from only when a task\u0027s cpu\ncgroup changes. It can still be NULL when scx_cgroup_move_task() runs,\nthrough this sequence:\n\n  Step                               Result\n  ---------------------------------  ----------------------------------\n  1. cpu enabled on cgroup G         cpu css = A\n  2. cpu toggled off then on for G   A killed, B created (same cgroup)\n  3. an exiting task keeps A alive   migration skips it, A now stale\n  4. +memory migrates G              stale A vs current B pulls cpu in\n  5. cpu attach runs for all tasks   hits a live, cpu-unchanged task\n  6. scx_cgroup_move_task() on it    cgrp_moving_from NULL -\u003e WARN\n\nThe mismatch is that scx_cgroup_can_attach() keys on cgroup identity\nwhile migration drives the move on css identity, so a NULL cgrp_moving_from\nhere is a legitimate css-only migration, not a missing prep.\n\nThe call is already gated on cgrp_moving_from, so just drop the warning.\nops.cgroup_prep_move() and ops.cgroup_move() stay paired."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-01T13:32:14.030Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/cdff2eb97be147d2ce52ac1327841068781f25dc"
        },
        {
          "url": "https://git.kernel.org/stable/c/0ffcad63b19a1cadb475c9f405a93607fdcd0d7c"
        },
        {
          "url": "https://git.kernel.org/stable/c/bc75f5951fac4e49d175c4433fc08fb1ec01172f"
        },
        {
          "url": "https://git.kernel.org/stable/c/02e545c4297a26dbbc41df81b831e7f605bcd306"
        }
      ],
      "title": "sched_ext: Don\u0027t warn on NULL cgrp_moving_from in scx_cgroup_move_task()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-53328",
    "datePublished": "2026-07-01T13:32:14.030Z",
    "dateReserved": "2026-06-09T07:44:35.398Z",
    "dateUpdated": "2026-07-01T13:32:14.030Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-53328",
      "date": "2026-07-02",
      "epss": "0.00168",
      "percentile": "0.06374"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-53328\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-01T14:16:40.650\",\"lastModified\":\"2026-07-01T14:16:40.650\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nsched_ext: Don\u0027t warn on NULL cgrp_moving_from in scx_cgroup_move_task()\\n\\nA WARN fires when systemd\u0027s user manager writes \\\"+cpu +memory +pids\\\" to\\nits own subtree_control while a sched_ext scheduler is loaded:\\n\\n  WARNING: at kernel/sched/ext.c:3227 scx_cgroup_move_task+0xa8/0xb0\\n   scx_cgroup_move_task+0xa8/0xb0\\n   sched_move_task+0x134/0x290\\n   cpu_cgroup_attach+0x39/0x70\\n   cgroup_migrate_execute+0x37d/0x450\\n   cgroup_update_dfl_csses+0x1e3/0x270\\n   cgroup_subtree_control_write+0x3e7/0x440\\n\\nscx_cgroup_can_attach() arms cgrp_moving_from only when a task\u0027s cpu\\ncgroup changes. It can still be NULL when scx_cgroup_move_task() runs,\\nthrough this sequence:\\n\\n  Step                               Result\\n  ---------------------------------  ----------------------------------\\n  1. cpu enabled on cgroup G         cpu css = A\\n  2. cpu toggled off then on for G   A killed, B created (same cgroup)\\n  3. an exiting task keeps A alive   migration skips it, A now stale\\n  4. +memory migrates G              stale A vs current B pulls cpu in\\n  5. cpu attach runs for all tasks   hits a live, cpu-unchanged task\\n  6. scx_cgroup_move_task() on it    cgrp_moving_from NULL -\u003e WARN\\n\\nThe mismatch is that scx_cgroup_can_attach() keys on cgroup identity\\nwhile migration drives the move on css identity, so a NULL cgrp_moving_from\\nhere is a legitimate css-only migration, not a missing prep.\\n\\nThe call is already gated on cgrp_moving_from, so just drop the warning.\\nops.cgroup_prep_move() and ops.cgroup_move() stay paired.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"kernel/sched/ext.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"8195136669661fdfe54e9a8923c33b31c92fc1da\",\"lessThan\":\"cdff2eb97be147d2ce52ac1327841068781f25dc\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8195136669661fdfe54e9a8923c33b31c92fc1da\",\"lessThan\":\"0ffcad63b19a1cadb475c9f405a93607fdcd0d7c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8195136669661fdfe54e9a8923c33b31c92fc1da\",\"lessThan\":\"bc75f5951fac4e49d175c4433fc08fb1ec01172f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"8195136669661fdfe54e9a8923c33b31c92fc1da\",\"lessThan\":\"02e545c4297a26dbbc41df81b831e7f605bcd306\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"kernel/sched/ext.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.94\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.36\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.0.13\",\"lessThanOrEqual\":\"7.0.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/02e545c4297a26dbbc41df81b831e7f605bcd306\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/0ffcad63b19a1cadb475c9f405a93607fdcd0d7c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bc75f5951fac4e49d175c4433fc08fb1ec01172f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cdff2eb97be147d2ce52ac1327841068781f25dc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…