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

CVE-2023-54268 (GCVE-0-2023-54268)

Vulnerability from cvelistv5 – Published: 2025-12-30 12:15 – Updated: 2026-05-11 19:58
VLAI
Title
debugobjects: Don't wake up kswapd from fill_pool()
Summary
In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't wake up kswapd from fill_pool() syzbot is reporting a lockdep warning in fill_pool() because the allocation from debugobjects is using GFP_ATOMIC, which is (__GFP_HIGH | __GFP_KSWAPD_RECLAIM) and therefore tries to wake up kswapd, which acquires kswapd_wait::lock. Since fill_pool() might be called with arbitrary locks held, fill_pool() should not assume that acquiring kswapd_wait::lock is safe. Use __GFP_HIGH instead and remove __GFP_NORETRY as it is pointless for !__GFP_DIRECT_RECLAIM allocation.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < be646802b3dc408c4dc72a3ac32c3f4a0282414d (git)
Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < fd673079749bac97bb30f1461df079e6c8e86511 (git)
Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < aee97eec77029270866c704f66cdf2881cbd2fe1 (git)
Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < d7fff52c99d52f180d8bef95d8ed8fec6343889c (git)
Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < 4c088d30a72d9b8f9c6ae9362222942e4075cb00 (git)
Affected: 3ac7fe5a4aab409bd5674d0b070bce97f9d20872 , < eb799279fb1f9c63c520fe8c1c41cb9154252db6 (git)
guessed Create a notification for this product.
Linux Linux Affected: 2.6.26
Unaffected: 0 , < 2.6.26 (semver)
Unaffected: 5.4.244 , ≤ 5.4.* (semver)
Unaffected: 5.10.181 , ≤ 5.10.* (semver)
Unaffected: 5.15.114 , ≤ 5.15.* (semver)
Unaffected: 6.1.31 , ≤ 6.1.* (semver)
Unaffected: 6.3.5 , ≤ 6.3.* (semver)
Unaffected: 6.4 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "lib/debugobjects.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "be646802b3dc408c4dc72a3ac32c3f4a0282414d",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            },
            {
              "lessThan": "fd673079749bac97bb30f1461df079e6c8e86511",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            },
            {
              "lessThan": "aee97eec77029270866c704f66cdf2881cbd2fe1",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            },
            {
              "lessThan": "d7fff52c99d52f180d8bef95d8ed8fec6343889c",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            },
            {
              "lessThan": "4c088d30a72d9b8f9c6ae9362222942e4075cb00",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            },
            {
              "lessThan": "eb799279fb1f9c63c520fe8c1c41cb9154252db6",
              "status": "affected",
              "version": "3ac7fe5a4aab409bd5674d0b070bce97f9d20872",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "lib/debugobjects.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "2.6.26"
            },
            {
              "lessThan": "2.6.26",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.4.*",
              "status": "unaffected",
              "version": "5.4.244",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.181",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.114",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.31",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.3.*",
              "status": "unaffected",
              "version": "6.3.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.4",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.4.244",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.10.181",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.114",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.31",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.3.5",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.4",
                  "versionStartIncluding": "2.6.26",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndebugobjects: Don\u0027t wake up kswapd from fill_pool()\n\nsyzbot is reporting a lockdep warning in fill_pool() because the allocation\nfrom debugobjects is using GFP_ATOMIC, which is (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)\nand therefore tries to wake up kswapd, which acquires kswapd_wait::lock.\n\nSince fill_pool() might be called with arbitrary locks held, fill_pool()\nshould not assume that acquiring kswapd_wait::lock is safe.\n\nUse __GFP_HIGH instead and remove __GFP_NORETRY as it is pointless for\n!__GFP_DIRECT_RECLAIM allocation."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T19:58:41.304Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/be646802b3dc408c4dc72a3ac32c3f4a0282414d"
        },
        {
          "url": "https://git.kernel.org/stable/c/fd673079749bac97bb30f1461df079e6c8e86511"
        },
        {
          "url": "https://git.kernel.org/stable/c/aee97eec77029270866c704f66cdf2881cbd2fe1"
        },
        {
          "url": "https://git.kernel.org/stable/c/d7fff52c99d52f180d8bef95d8ed8fec6343889c"
        },
        {
          "url": "https://git.kernel.org/stable/c/4c088d30a72d9b8f9c6ae9362222942e4075cb00"
        },
        {
          "url": "https://git.kernel.org/stable/c/eb799279fb1f9c63c520fe8c1c41cb9154252db6"
        }
      ],
      "title": "debugobjects: Don\u0027t wake up kswapd from fill_pool()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2023-54268",
    "datePublished": "2025-12-30T12:15:59.598Z",
    "dateReserved": "2025-12-30T12:06:44.518Z",
    "dateUpdated": "2026-05-11T19:58:41.304Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2023-54268",
      "date": "2026-09-15",
      "epss": "0.002",
      "percentile": "0.10065"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2023-54268\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2025-12-30T13:16:15.623\",\"lastModified\":\"2026-06-17T06:47:07.637\",\"vulnStatus\":\"Deferred\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndebugobjects: Don\u0027t wake up kswapd from fill_pool()\\n\\nsyzbot is reporting a lockdep warning in fill_pool() because the allocation\\nfrom debugobjects is using GFP_ATOMIC, which is (__GFP_HIGH | __GFP_KSWAPD_RECLAIM)\\nand therefore tries to wake up kswapd, which acquires kswapd_wait::lock.\\n\\nSince fill_pool() might be called with arbitrary locks held, fill_pool()\\nshould not assume that acquiring kswapd_wait::lock is safe.\\n\\nUse __GFP_HIGH instead and remove __GFP_NORETRY as it is pointless for\\n!__GFP_DIRECT_RECLAIM allocation.\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta:\\n\\ndebugobjects: No despertar a kswapd desde fill_pool()\\n\\nsyzbot est\u00e1 reportando una advertencia de lockdep en fill_pool() porque la asignaci\u00f3n de debugobjects est\u00e1 usando GFP_ATOMIC, que es (__GFP_HIGH | __GFP_KSWAPD_RECLAIM) y por lo tanto intenta despertar a kswapd, que adquiere kswapd_wait::lock.\\n\\nDado que fill_pool() podr\u00eda ser llamado con bloqueos arbitrarios mantenidos, fill_pool() no deber\u00eda asumir que adquirir kswapd_wait::lock es seguro.\\n\\nUsar __GFP_HIGH en su lugar y eliminar __GFP_NORETRY ya que es in\u00fatil para la asignaci\u00f3n !__GFP_DIRECT_RECLAIM.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"lib/debugobjects.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"be646802b3dc408c4dc72a3ac32c3f4a0282414d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"fd673079749bac97bb30f1461df079e6c8e86511\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"aee97eec77029270866c704f66cdf2881cbd2fe1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"d7fff52c99d52f180d8bef95d8ed8fec6343889c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"4c088d30a72d9b8f9c6ae9362222942e4075cb00\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3ac7fe5a4aab409bd5674d0b070bce97f9d20872\",\"lessThan\":\"eb799279fb1f9c63c520fe8c1c41cb9154252db6\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"lib/debugobjects.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"2.6.26\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"2.6.26\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.4.244\",\"lessThanOrEqual\":\"5.4.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.181\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.114\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.31\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.3.5\",\"lessThanOrEqual\":\"6.3.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.4\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/4c088d30a72d9b8f9c6ae9362222942e4075cb00\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/aee97eec77029270866c704f66cdf2881cbd2fe1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/be646802b3dc408c4dc72a3ac32c3f4a0282414d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d7fff52c99d52f180d8bef95d8ed8fec6343889c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/eb799279fb1f9c63c520fe8c1c41cb9154252db6\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fd673079749bac97bb30f1461df079e6c8e86511\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-06-30T10:15:37+00:00",
      "cve": "CVE-2023-54268",
      "id": "CVE-2023-54268",
      "initial_release_date": "2023-01-01T00:00:00+00:00",
      "product_status:fixed": "280",
      "product_status:known_affected": "112",
      "product_status:known_not_affected": "84",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: debugobjects: Don\u0027t wake up kswapd from fill_pool()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-54268.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-05T23:39:17Z",
      "cve": "CVE-2023-54268",
      "id": "CVE-2023-54268",
      "initial_release_date": "2025-12-31T00:27:06Z",
      "product_status:known_not_affected": "560",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2023-54268",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2023-54268.json",
      "version": "13"
    }
  }
}



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…