GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2023-53421 (GCVE-0-2023-53421)

Vulnerability from cvelistv5 – Published: 2025-09-18 16:04 – Updated: 2026-06-01 16:04
VLAI
Title
blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()
Summary
In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats() When blkg_alloc() is called to allocate a blkcg_gq structure with the associated blkg_iostat_set's, there are 2 fields within blkg_iostat_set that requires proper initialization - blkg & sync. The former field was introduced by commit 3b8cc6298724 ("blk-cgroup: Optimize blkcg_rstat_flush()") while the later one was introduced by commit f73316482977 ("blk-cgroup: reimplement basic IO stats using cgroup rstat"). Unfortunately those fields in the blkg_iostat_set's are not properly re-initialized when they are cleared in v1's blkcg_reset_stats(). This can lead to a kernel panic due to NULL pointer access of the blkg pointer. The missing initialization of sync is less problematic and can be a problem in a debug kernel due to missing lockdep initialization. Fix these problems by re-initializing them after memory clearing.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2026-01-14 19:12 UTC
CWE
  • CWE-476 - NULL Pointer Dereference
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < 58c135513562698f222a58ba07dbdfcfb268aa0d (git)
Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < 0561aa6033dd181594116d705c41fc16e97161a2 (git)
Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < 892faa76be894d324bf48b12a55c7af7be2bad83 (git)
Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < b0d26283af612b9e0cc3188b0b88ad7fdea447e8 (git)
Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2 (git)
Affected: f73316482977ac401ac37245c9df48079d4e11f3 , < 3d2af77e31ade05ff7ccc3658c3635ec1bea0979 (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.5
Unaffected: 0 , < 5.5 (semver)
Unaffected: 5.10.258 , ≤ 5.10.* (semver)
Unaffected: 5.15.199 , ≤ 5.15.* (semver)
Unaffected: 6.1.162 , ≤ 6.1.* (semver)
Unaffected: 6.3.13 , ≤ 6.3.* (semver)
Unaffected: 6.4.4 , ≤ 6.4.* (semver)
Unaffected: 6.5 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "cvssV3_1": {
              "attackComplexity": "LOW",
              "attackVector": "LOCAL",
              "availabilityImpact": "HIGH",
              "baseScore": 5.5,
              "baseSeverity": "MEDIUM",
              "confidentialityImpact": "NONE",
              "integrityImpact": "NONE",
              "privilegesRequired": "LOW",
              "scope": "UNCHANGED",
              "userInteraction": "NONE",
              "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
              "version": "3.1"
            }
          },
          {
            "other": {
              "content": {
                "id": "CVE-2023-53421",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2026-01-14T19:12:11.098390Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "problemTypes": [
          {
            "descriptions": [
              {
                "cweId": "CWE-476",
                "description": "CWE-476 NULL Pointer Dereference",
                "lang": "en",
                "type": "CWE"
              }
            ]
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2026-01-14T19:13:10.626Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "block/blk-cgroup.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "58c135513562698f222a58ba07dbdfcfb268aa0d",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            },
            {
              "lessThan": "0561aa6033dd181594116d705c41fc16e97161a2",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            },
            {
              "lessThan": "892faa76be894d324bf48b12a55c7af7be2bad83",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            },
            {
              "lessThan": "b0d26283af612b9e0cc3188b0b88ad7fdea447e8",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            },
            {
              "lessThan": "abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            },
            {
              "lessThan": "3d2af77e31ade05ff7ccc3658c3635ec1bea0979",
              "status": "affected",
              "version": "f73316482977ac401ac37245c9df48079d4e11f3",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "block/blk-cgroup.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.5"
            },
            {
              "lessThan": "5.5",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.258",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.199",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.162",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.13",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.4.*",
              "status": "unaffected",
              "version": "6.4.4",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.5",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.258",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.199",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.162",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.13",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4.4",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.5",
                  "versionStartIncluding": "5.5",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nblk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()\n\nWhen blkg_alloc() is called to allocate a blkcg_gq structure\nwith the associated blkg_iostat_set\u0027s, there are 2 fields within\nblkg_iostat_set that requires proper initialization - blkg \u0026 sync.\nThe former field was introduced by commit 3b8cc6298724 (\"blk-cgroup:\nOptimize blkcg_rstat_flush()\") while the later one was introduced by\ncommit f73316482977 (\"blk-cgroup: reimplement basic IO stats using\ncgroup rstat\").\n\nUnfortunately those fields in the blkg_iostat_set\u0027s are not properly\nre-initialized when they are cleared in v1\u0027s blkcg_reset_stats(). This\ncan lead to a kernel panic due to NULL pointer access of the blkg\npointer. The missing initialization of sync is less problematic and\ncan be a problem in a debug kernel due to missing lockdep initialization.\n\nFix these problems by re-initializing them after memory clearing."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-06-01T16:04:11.445Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/58c135513562698f222a58ba07dbdfcfb268aa0d"
        },
        {
          "url": "https://git.kernel.org/stable/c/0561aa6033dd181594116d705c41fc16e97161a2"
        },
        {
          "url": "https://git.kernel.org/stable/c/892faa76be894d324bf48b12a55c7af7be2bad83"
        },
        {
          "url": "https://git.kernel.org/stable/c/b0d26283af612b9e0cc3188b0b88ad7fdea447e8"
        },
        {
          "url": "https://git.kernel.org/stable/c/abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2"
        },
        {
          "url": "https://git.kernel.org/stable/c/3d2af77e31ade05ff7ccc3658c3635ec1bea0979"
        }
      ],
      "title": "blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-53421",
    "datePublished": "2025-09-18T16:04:04.526Z",
    "dateReserved": "2025-09-17T14:54:09.741Z",
    "dateUpdated": "2026-06-01T16:04:11.445Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-53421",
      "date": "2026-09-16",
      "epss": "0.00161",
      "percentile": "0.05705"
    },
    "microsoft_vex": {
      "current_release_date": "2026-08-23T14:58:02.000Z",
      "cve": "CVE-2023-53421",
      "id": "msrc_CVE-2023-53421",
      "initial_release_date": "2025-12-12T01:02:21.000Z",
      "product_status:known_affected": "4",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()",
      "url": "https://msrc.microsoft.com/csaf/vex/2025/msrc_cve-2023-53421.json",
      "version": "4"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-53421\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-09-18T16:15:45.897\",\"lastModified\":\"2026-06-17T06:45:17.053\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nblk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()\\n\\nWhen blkg_alloc() is called to allocate a blkcg_gq structure\\nwith the associated blkg_iostat_set\u0027s, there are 2 fields within\\nblkg_iostat_set that requires proper initialization - blkg \u0026 sync.\\nThe former field was introduced by commit 3b8cc6298724 (\\\"blk-cgroup:\\nOptimize blkcg_rstat_flush()\\\") while the later one was introduced by\\ncommit f73316482977 (\\\"blk-cgroup: reimplement basic IO stats using\\ncgroup rstat\\\").\\n\\nUnfortunately those fields in the blkg_iostat_set\u0027s are not properly\\nre-initialized when they are cleared in v1\u0027s blkcg_reset_stats(). This\\ncan lead to a kernel panic due to NULL pointer access of the blkg\\npointer. The missing initialization of sync is less problematic and\\ncan be a problem in a debug kernel due to missing lockdep initialization.\\n\\nFix these problems by re-initializing them after memory clearing.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"block/blk-cgroup.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"58c135513562698f222a58ba07dbdfcfb268aa0d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"0561aa6033dd181594116d705c41fc16e97161a2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"892faa76be894d324bf48b12a55c7af7be2bad83\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"b0d26283af612b9e0cc3188b0b88ad7fdea447e8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"f73316482977ac401ac37245c9df48079d4e11f3\",\"lessThan\":\"3d2af77e31ade05ff7ccc3658c3635ec1bea0979\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"block/blk-cgroup.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.5\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.5\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.258\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.199\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.162\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.3.13\",\"lessThanOrEqual\":\"6.3.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4.4\",\"lessThanOrEqual\":\"6.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.5\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2026-01-14T19:12:11.098390Z\",\"id\":\"CVE-2023-53421\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-476\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"6.3.13\",\"matchCriteriaId\":\"9822986C-54A4-4AA9-B875-6C1B9A28DE75\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.4\",\"versionEndExcluding\":\"6.4.4\",\"matchCriteriaId\":\"6AB81046-CB69-4115-924C-963B37C41385\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0561aa6033dd181594116d705c41fc16e97161a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/3d2af77e31ade05ff7ccc3658c3635ec1bea0979\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/58c135513562698f222a58ba07dbdfcfb268aa0d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/892faa76be894d324bf48b12a55c7af7be2bad83\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/b0d26283af612b9e0cc3188b0b88ad7fdea447e8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-06-29T22:22:43+00:00",
      "cve": "CVE-2023-53421",
      "id": "CVE-2023-53421",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:fixed": "720",
      "product_status:known_affected": "52",
      "product_status:known_not_affected": "104",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-53421.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-11T16:47:02Z",
      "cve": "CVE-2023-53421",
      "id": "CVE-2023-53421",
      "initial_release_date": "2025-09-18T23:37:44Z",
      "product_status:known_affected": "498",
      "product_status:known_not_affected": "289",
      "product_status:recommended": "359",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-53421",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-53421.json",
      "version": "51"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-53421\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-01-14T19:12:11.098390Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-476\", \"description\": \"CWE-476 NULL Pointer Dereference\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-01-14T19:12:06.427Z\"}}], \"cna\": {\"title\": \"blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"58c135513562698f222a58ba07dbdfcfb268aa0d\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"0561aa6033dd181594116d705c41fc16e97161a2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"892faa76be894d324bf48b12a55c7af7be2bad83\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"b0d26283af612b9e0cc3188b0b88ad7fdea447e8\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"f73316482977ac401ac37245c9df48079d4e11f3\", \"lessThan\": \"3d2af77e31ade05ff7ccc3658c3635ec1bea0979\", \"versionType\": \"git\"}], \"programFiles\": [\"block/blk-cgroup.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5.5\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.5\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.10.258\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.10.*\"}, {\"status\": \"unaffected\", \"version\": \"5.15.199\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.162\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.3.13\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.3.*\"}, {\"status\": \"unaffected\", \"version\": \"6.4.4\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.4.*\"}, {\"status\": \"unaffected\", \"version\": \"6.5\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"block/blk-cgroup.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/58c135513562698f222a58ba07dbdfcfb268aa0d\"}, {\"url\": \"https://git.kernel.org/stable/c/0561aa6033dd181594116d705c41fc16e97161a2\"}, {\"url\": \"https://git.kernel.org/stable/c/892faa76be894d324bf48b12a55c7af7be2bad83\"}, {\"url\": \"https://git.kernel.org/stable/c/b0d26283af612b9e0cc3188b0b88ad7fdea447e8\"}, {\"url\": \"https://git.kernel.org/stable/c/abbce7f82613ea5eeefd0fc3c1c8e449b9cef2a2\"}, {\"url\": \"https://git.kernel.org/stable/c/3d2af77e31ade05ff7ccc3658c3635ec1bea0979\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nblk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()\\n\\nWhen blkg_alloc() is called to allocate a blkcg_gq structure\\nwith the associated blkg_iostat_set\u0027s, there are 2 fields within\\nblkg_iostat_set that requires proper initialization - blkg \u0026 sync.\\nThe former field was introduced by commit 3b8cc6298724 (\\\"blk-cgroup:\\nOptimize blkcg_rstat_flush()\\\") while the later one was introduced by\\ncommit f73316482977 (\\\"blk-cgroup: reimplement basic IO stats using\\ncgroup rstat\\\").\\n\\nUnfortunately those fields in the blkg_iostat_set\u0027s are not properly\\nre-initialized when they are cleared in v1\u0027s blkcg_reset_stats(). This\\ncan lead to a kernel panic due to NULL pointer access of the blkg\\npointer. The missing initialization of sync is less problematic and\\ncan be a problem in a debug kernel due to missing lockdep initialization.\\n\\nFix these problems by re-initializing them after memory clearing.\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.10.258\", \"versionStartIncluding\": \"5.5\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.199\", \"versionStartIncluding\": \"5.5\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.162\", \"versionStartIncluding\": \"5.5\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.3.13\", \"versionStartIncluding\": \"5.5\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.4.4\", \"versionStartIncluding\": \"5.5\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.5\", \"versionStartIncluding\": \"5.5\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-06-01T16:04:11.445Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2023-53421\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-06-01T16:04:11.445Z\", \"dateReserved\": \"2025-09-17T14:54:09.741Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2025-09-18T16:04:04.526Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }
  }
}



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…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…