CVE-2024-49954 (GCVE-0-2024-49954)
Vulnerability from cvelistv5
Published
2024-10-21 18:02
Modified
2025-11-03 22:23
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: static_call: Replace pointless WARN_ON() in static_call_module_notify() static_call_module_notify() triggers a WARN_ON(), when memory allocation fails in __static_call_add_module(). That's not really justified, because the failure case must be correctly handled by the well known call chain and the error code is passed through to the initiating userspace application. A memory allocation fail is not a fatal problem, but the WARN_ON() takes the machine out when panic_on_warn is set. Replace it with a pr_warn().
Impacted products
Vendor Product Version
Linux Linux Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Version: 9183c3f9ed710a8edf1a61e8a96d497258d26e08
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-49954",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-10-22T13:35:58.998155Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-10-22T13:38:48.704Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2025-11-03T22:23:33.788Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "url": "https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "kernel/static_call_inline.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "bc9356513d56b688775497b7ac6f2b967f46a80c",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            },
            {
              "lessThan": "ea2cdf4da093d0482f0ef36ba971e2e0c7673425",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            },
            {
              "lessThan": "e67534bd31d79952b50e791e92adf0b3e6c13b8c",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            },
            {
              "lessThan": "85a104aaef1f56623acc10ba4c42d5f046ba65b7",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            },
            {
              "lessThan": "b83bef74c121a3311240fc4002d23486b85355e4",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            },
            {
              "lessThan": "fe513c2ef0a172a58f158e2e70465c4317f0a9a2",
              "status": "affected",
              "version": "9183c3f9ed710a8edf1a61e8a96d497258d26e08",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "kernel/static_call_inline.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.168",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.113",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.55",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.10.*",
              "status": "unaffected",
              "version": "6.10.14",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.11.*",
              "status": "unaffected",
              "version": "6.11.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.12",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.168",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.113",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.55",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.10.14",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.11.3",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nstatic_call: Replace pointless WARN_ON() in static_call_module_notify()\n\nstatic_call_module_notify() triggers a WARN_ON(), when memory allocation\nfails in __static_call_add_module().\n\nThat\u0027s not really justified, because the failure case must be correctly\nhandled by the well known call chain and the error code is passed\nthrough to the initiating userspace application.\n\nA memory allocation fail is not a fatal problem, but the WARN_ON() takes\nthe machine out when panic_on_warn is set.\n\nReplace it with a pr_warn()."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2025-05-04T09:42:15.276Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/bc9356513d56b688775497b7ac6f2b967f46a80c"
        },
        {
          "url": "https://git.kernel.org/stable/c/ea2cdf4da093d0482f0ef36ba971e2e0c7673425"
        },
        {
          "url": "https://git.kernel.org/stable/c/e67534bd31d79952b50e791e92adf0b3e6c13b8c"
        },
        {
          "url": "https://git.kernel.org/stable/c/85a104aaef1f56623acc10ba4c42d5f046ba65b7"
        },
        {
          "url": "https://git.kernel.org/stable/c/b83bef74c121a3311240fc4002d23486b85355e4"
        },
        {
          "url": "https://git.kernel.org/stable/c/fe513c2ef0a172a58f158e2e70465c4317f0a9a2"
        }
      ],
      "title": "static_call: Replace pointless WARN_ON() in static_call_module_notify()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-49954",
    "datePublished": "2024-10-21T18:02:09.064Z",
    "dateReserved": "2024-10-21T12:17:06.047Z",
    "dateUpdated": "2025-11-03T22:23:33.788Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-03T22:23:33.788Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-49954\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-10-22T13:35:58.998155Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-10-22T13:36:02.976Z\"}}], \"cna\": {\"title\": \"static_call: Replace pointless WARN_ON() in static_call_module_notify()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"bc9356513d56b688775497b7ac6f2b967f46a80c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"ea2cdf4da093d0482f0ef36ba971e2e0c7673425\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"e67534bd31d79952b50e791e92adf0b3e6c13b8c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"85a104aaef1f56623acc10ba4c42d5f046ba65b7\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"b83bef74c121a3311240fc4002d23486b85355e4\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"9183c3f9ed710a8edf1a61e8a96d497258d26e08\", \"lessThan\": \"fe513c2ef0a172a58f158e2e70465c4317f0a9a2\", \"versionType\": \"git\"}], \"programFiles\": [\"kernel/static_call_inline.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.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"5.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"5.15.168\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"5.15.*\"}, {\"status\": \"unaffected\", \"version\": \"6.1.113\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.55\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.10.14\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.10.*\"}, {\"status\": \"unaffected\", \"version\": \"6.11.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.11.*\"}, {\"status\": \"unaffected\", \"version\": \"6.12\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"kernel/static_call_inline.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/bc9356513d56b688775497b7ac6f2b967f46a80c\"}, {\"url\": \"https://git.kernel.org/stable/c/ea2cdf4da093d0482f0ef36ba971e2e0c7673425\"}, {\"url\": \"https://git.kernel.org/stable/c/e67534bd31d79952b50e791e92adf0b3e6c13b8c\"}, {\"url\": \"https://git.kernel.org/stable/c/85a104aaef1f56623acc10ba4c42d5f046ba65b7\"}, {\"url\": \"https://git.kernel.org/stable/c/b83bef74c121a3311240fc4002d23486b85355e4\"}, {\"url\": \"https://git.kernel.org/stable/c/fe513c2ef0a172a58f158e2e70465c4317f0a9a2\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nstatic_call: Replace pointless WARN_ON() in static_call_module_notify()\\n\\nstatic_call_module_notify() triggers a WARN_ON(), when memory allocation\\nfails in __static_call_add_module().\\n\\nThat\u0027s not really justified, because the failure case must be correctly\\nhandled by the well known call chain and the error code is passed\\nthrough to the initiating userspace application.\\n\\nA memory allocation fail is not a fatal problem, but the WARN_ON() takes\\nthe machine out when panic_on_warn is set.\\n\\nReplace it with a pr_warn().\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"5.15.168\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.1.113\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.55\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.10.14\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.11.3\", \"versionStartIncluding\": \"5.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.12\", \"versionStartIncluding\": \"5.10\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2025-05-04T09:42:15.276Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-49954\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-03T22:23:33.788Z\", \"dateReserved\": \"2024-10-21T12:17:06.047Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-10-21T18:02:09.064Z\", \"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…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…