cve-2024-35800
Vulnerability from cvelistv5
Published
2024-05-17 13:23
Modified
2024-12-19 08:55
Severity ?
Summary
In the Linux kernel, the following vulnerability has been resolved: efi: fix panic in kdump kernel Check if get_next_variable() is actually valid pointer before calling it. In kdump kernel this method is set to NULL that causes panic during the kexec-ed kernel boot. Tested with QEMU and OVMF firmware.
Impacted products
Vendor Product Version
Linux Linux Version: a8901f331b8b7f95a7315d033a22bc84c8365f35
Version: bad267f9e18f8e9e628abd1811d2899b1735a4e1
Version: bad267f9e18f8e9e628abd1811d2899b1735a4e1
Version: bad267f9e18f8e9e628abd1811d2899b1735a4e1
Version: bad267f9e18f8e9e628abd1811d2899b1735a4e1
Create a notification for this product.
   Linux Linux Version: 6.3
Create a notification for this product.
Show details on NVD website


{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-35800",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-28T15:54:03.513845Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:34:42.333Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T03:21:47.638Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/firmware/efi/efi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b9d103aca85f082a343b222493f3cab1219aaaf4",
              "status": "affected",
              "version": "a8901f331b8b7f95a7315d033a22bc84c8365f35",
              "versionType": "git"
            },
            {
              "lessThan": "9114ba9987506bcfbb454f6e68558d68cb1abbde",
              "status": "affected",
              "version": "bad267f9e18f8e9e628abd1811d2899b1735a4e1",
              "versionType": "git"
            },
            {
              "lessThan": "7784135f134c13af17d9ffb39a57db8500bc60ff",
              "status": "affected",
              "version": "bad267f9e18f8e9e628abd1811d2899b1735a4e1",
              "versionType": "git"
            },
            {
              "lessThan": "090d2b4515ade379cd592fbc8931344945978210",
              "status": "affected",
              "version": "bad267f9e18f8e9e628abd1811d2899b1735a4e1",
              "versionType": "git"
            },
            {
              "lessThan": "62b71cd73d41ddac6b1760402bbe8c4932e23531",
              "status": "affected",
              "version": "bad267f9e18f8e9e628abd1811d2899b1735a4e1",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/firmware/efi/efi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.3"
            },
            {
              "lessThan": "6.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.84",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.24",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.8.*",
              "status": "unaffected",
              "version": "6.8.3",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.9",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nefi: fix panic in kdump kernel\n\nCheck if get_next_variable() is actually valid pointer before\ncalling it. In kdump kernel this method is set to NULL that causes\npanic during the kexec-ed kernel boot.\n\nTested with QEMU and OVMF firmware."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2024-12-19T08:55:25.476Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4"
        },
        {
          "url": "https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde"
        },
        {
          "url": "https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff"
        },
        {
          "url": "https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210"
        },
        {
          "url": "https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531"
        }
      ],
      "title": "efi: fix panic in kdump kernel",
      "x_generator": {
        "engine": "bippy-5f407fcff5a0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-35800",
    "datePublished": "2024-05-17T13:23:10.170Z",
    "dateReserved": "2024-05-17T12:19:12.341Z",
    "dateUpdated": "2024-12-19T08:55:25.476Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.1",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-35800\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-05-17T14:15:12.623\",\"lastModified\":\"2024-11-21T09:20:55.583\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nefi: fix panic in kdump kernel\\n\\nCheck if get_next_variable() is actually valid pointer before\\ncalling it. In kdump kernel this method is set to NULL that causes\\npanic during the kexec-ed kernel boot.\\n\\nTested with QEMU and OVMF firmware.\"},{\"lang\":\"es\",\"value\":\" En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: efi: arreglado el p\u00e1nico en el kernel kdump. Compruebe si get_next_variable() es realmente un puntero v\u00e1lido antes de llamarlo. En el kernel kdump, este m\u00e9todo est\u00e1 configurado en NULL, lo que provoca p\u00e1nico durante el arranque del kernel kexec-ed. Probado con firmware QEMU y OVMF.\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T03:21:47.638Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-35800\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-28T15:54:03.513845Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-28T15:54:07.412Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"efi: fix panic in kdump kernel\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"a8901f331b8b\", \"lessThan\": \"b9d103aca85f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"bad267f9e18f\", \"lessThan\": \"9114ba998750\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"bad267f9e18f\", \"lessThan\": \"7784135f134c\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"bad267f9e18f\", \"lessThan\": \"090d2b4515ad\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"bad267f9e18f\", \"lessThan\": \"62b71cd73d41\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/firmware/efi/efi.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"6.3\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"6.3\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.1.84\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.1.*\"}, {\"status\": \"unaffected\", \"version\": \"6.6.24\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.12\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8.3\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.8.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/firmware/efi/efi.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/b9d103aca85f082a343b222493f3cab1219aaaf4\"}, {\"url\": \"https://git.kernel.org/stable/c/9114ba9987506bcfbb454f6e68558d68cb1abbde\"}, {\"url\": \"https://git.kernel.org/stable/c/7784135f134c13af17d9ffb39a57db8500bc60ff\"}, {\"url\": \"https://git.kernel.org/stable/c/090d2b4515ade379cd592fbc8931344945978210\"}, {\"url\": \"https://git.kernel.org/stable/c/62b71cd73d41ddac6b1760402bbe8c4932e23531\"}], \"x_generator\": {\"engine\": \"bippy-9e1c9544281a\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nefi: fix panic in kdump kernel\\n\\nCheck if get_next_variable() is actually valid pointer before\\ncalling it. In kdump kernel this method is set to NULL that causes\\npanic during the kexec-ed kernel boot.\\n\\nTested with QEMU and OVMF firmware.\"}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2024-11-05T09:22:36.017Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-35800\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-05T09:22:36.017Z\", \"dateReserved\": \"2024-05-17T12:19:12.341Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-05-17T13:23:10.170Z\", \"assignerShortName\": \"Linux\"}",
      "dataType": "CVE_RECORD",
      "dataVersion": "5.1"
    }
  }
}


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.
  • 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.