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

CVE-2024-26866 (GCVE-0-2024-26866)

Vulnerability from cvelistv5 – Published: 2024-04-17 10:27 – Updated: 2026-05-11 20:05
VLAI
Title
spi: lpspi: Avoid potential use-after-free in probe()
Summary
In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe() fsl_lpspi_probe() is allocating/disposing memory manually with spi_alloc_host()/spi_alloc_target(), but uses devm_spi_register_controller(). In case of error after the latter call the memory will be explicitly freed in the probe function by spi_controller_put() call, but used afterwards by "devm" management outside probe() (spi_unregister_controller() <- devm_spi_unregister() below). Unable to handle kernel NULL pointer dereference at virtual address 0000000000000070 ... Call trace: kernfs_find_ns kernfs_find_and_get_ns sysfs_remove_group sysfs_remove_groups device_remove_attrs device_del spi_unregister_controller devm_spi_unregister release_nodes devres_release_all really_probe driver_probe_device __device_attach_driver bus_for_each_drv __device_attach device_initial_probe bus_probe_device deferred_probe_work_func process_one_work worker_thread kthread ret_from_fork
Severity
No CVSS data available.
SSVC
Exploitation: none Automatable: no Technical Impact: partial
CISA Coordinator · CISA-ADP (v2.0.3)
Decision recorded 2024-05-28 19:57 UTC
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5314987de5e5f5e38436ef4a69328bc472bbd63e , < da83ed350e4604b976e94239b08d8e2e7eaee7ea (git)
Affected: 5314987de5e5f5e38436ef4a69328bc472bbd63e , < 1543418e82789cc383cd36d41469983c64e3fc7f (git)
Affected: 5314987de5e5f5e38436ef4a69328bc472bbd63e , < 996ce839606afd0fef91355627868022aa73eb68 (git)
Affected: 5314987de5e5f5e38436ef4a69328bc472bbd63e , < 2ae0ab0143fcc06190713ed81a6486ed0ad3c861 (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.10
Unaffected: 0 , < 4.10 (semver)
Unaffected: 6.6.23 , ≤ 6.6.* (semver)
Unaffected: 6.7.11 , ≤ 6.7.* (semver)
Unaffected: 6.8.2 , ≤ 6.8.* (semver)
Unaffected: 6.9 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "adp": [
      {
        "metrics": [
          {
            "other": {
              "content": {
                "id": "CVE-2024-26866",
                "options": [
                  {
                    "Exploitation": "none"
                  },
                  {
                    "Automatable": "no"
                  },
                  {
                    "Technical Impact": "partial"
                  }
                ],
                "role": "CISA Coordinator",
                "timestamp": "2024-05-28T19:57:41.631957Z",
                "version": "2.0.3"
              },
              "type": "ssvc"
            }
          }
        ],
        "providerMetadata": {
          "dateUpdated": "2024-06-04T17:49:35.428Z",
          "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
          "shortName": "CISA-ADP"
        },
        "title": "CISA ADP Vulnrichment"
      },
      {
        "providerMetadata": {
          "dateUpdated": "2024-08-02T00:21:04.255Z",
          "orgId": "af854a3a-2127-422b-91ae-364da2661108",
          "shortName": "CVE"
        },
        "references": [
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68"
          },
          {
            "tags": [
              "x_transferred"
            ],
            "url": "https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861"
          }
        ],
        "title": "CVE Program Container"
      }
    ],
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/spi/spi-fsl-lpspi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "da83ed350e4604b976e94239b08d8e2e7eaee7ea",
              "status": "affected",
              "version": "5314987de5e5f5e38436ef4a69328bc472bbd63e",
              "versionType": "git"
            },
            {
              "lessThan": "1543418e82789cc383cd36d41469983c64e3fc7f",
              "status": "affected",
              "version": "5314987de5e5f5e38436ef4a69328bc472bbd63e",
              "versionType": "git"
            },
            {
              "lessThan": "996ce839606afd0fef91355627868022aa73eb68",
              "status": "affected",
              "version": "5314987de5e5f5e38436ef4a69328bc472bbd63e",
              "versionType": "git"
            },
            {
              "lessThan": "2ae0ab0143fcc06190713ed81a6486ed0ad3c861",
              "status": "affected",
              "version": "5314987de5e5f5e38436ef4a69328bc472bbd63e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/spi/spi-fsl-lpspi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.10"
            },
            {
              "lessThan": "4.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.23",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.7.*",
              "status": "unaffected",
              "version": "6.7.11",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.8.*",
              "status": "unaffected",
              "version": "6.8.2",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "6.9",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.23",
                  "versionStartIncluding": "4.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.7.11",
                  "versionStartIncluding": "4.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.8.2",
                  "versionStartIncluding": "4.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.9",
                  "versionStartIncluding": "4.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nspi: lpspi: Avoid potential use-after-free in probe()\n\nfsl_lpspi_probe() is allocating/disposing memory manually with\nspi_alloc_host()/spi_alloc_target(), but uses\ndevm_spi_register_controller(). In case of error after the latter call the\nmemory will be explicitly freed in the probe function by\nspi_controller_put() call, but used afterwards by \"devm\" management outside\nprobe() (spi_unregister_controller() \u003c- devm_spi_unregister() below).\n\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000070\n...\nCall trace:\n kernfs_find_ns\n kernfs_find_and_get_ns\n sysfs_remove_group\n sysfs_remove_groups\n device_remove_attrs\n device_del\n spi_unregister_controller\n devm_spi_unregister\n release_nodes\n devres_release_all\n really_probe\n driver_probe_device\n __device_attach_driver\n bus_for_each_drv\n __device_attach\n device_initial_probe\n bus_probe_device\n deferred_probe_work_func\n process_one_work\n worker_thread\n kthread\n ret_from_fork"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-11T20:05:39.020Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea"
        },
        {
          "url": "https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f"
        },
        {
          "url": "https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68"
        },
        {
          "url": "https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861"
        }
      ],
      "title": "spi: lpspi: Avoid potential use-after-free in probe()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2024-26866",
    "datePublished": "2024-04-17T10:27:28.163Z",
    "dateReserved": "2024-02-19T14:20:24.184Z",
    "dateUpdated": "2026-05-11T20:05:39.020Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2024-26866",
      "date": "2026-09-16",
      "epss": "0.00216",
      "percentile": "0.12148"
    },
    "fkie_nvd": {
      "descriptions": "[{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nspi: lpspi: Avoid potential use-after-free in probe()\\n\\nfsl_lpspi_probe() is allocating/disposing memory manually with\\nspi_alloc_host()/spi_alloc_target(), but uses\\ndevm_spi_register_controller(). In case of error after the latter call the\\nmemory will be explicitly freed in the probe function by\\nspi_controller_put() call, but used afterwards by \\\"devm\\\" management outside\\nprobe() (spi_unregister_controller() \u003c- devm_spi_unregister() below).\\n\\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000070\\n...\\nCall trace:\\n kernfs_find_ns\\n kernfs_find_and_get_ns\\n sysfs_remove_group\\n sysfs_remove_groups\\n device_remove_attrs\\n device_del\\n spi_unregister_controller\\n devm_spi_unregister\\n release_nodes\\n devres_release_all\\n really_probe\\n driver_probe_device\\n __device_attach_driver\\n bus_for_each_drv\\n __device_attach\\n device_initial_probe\\n bus_probe_device\\n deferred_probe_work_func\\n process_one_work\\n worker_thread\\n kthread\\n ret_from_fork\"}, {\"lang\": \"es\", \"value\": \"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: spi: lpspi: evita el posible use-after-free en probe() fsl_lpspi_probe() est\\u00e1 asignando/eliminando memoria manualmente con spi_alloc_host()/spi_alloc_target(), pero usa devm_spi_register_controller() . En caso de error despu\\u00e9s de la \\u00faltima llamada, la memoria se liberar\\u00e1 expl\\u00edcitamente en la funci\\u00f3n de sonda mediante la llamada a spi_controller_put(), pero la administraci\\u00f3n \\\"devm\\\" externa a probe() la utilizar\\u00e1 despu\\u00e9s (spi_unregister_controller() \u0026lt;- devm_spi_unregister() a continuaci\\u00f3n). No se puede manejar la desreferencia del puntero NULL del kernel en la direcci\\u00f3n virtual 0000000000000070... Rastreo de llamadas: kernfs_find_ns kernfs_find_and_get_ns sysfs_remove_group sysfs_remove_groups device_remove_attrs device_del spi_unregister_controller devm_spi_unregister release_nodes devres_release _todos realmente_probe driver_probe_device __device_attach_driver bus_for_each_drv __device_attach dispositivo_initial_probe bus_probe_device deferred_probe_work_func proceso_one_work trabajador_hilo kthread ret_from_fork\"}]",
      "id": "CVE-2024-26866",
      "lastModified": "2024-11-21T09:03:15.000",
      "published": "2024-04-17T11:15:09.253",
      "references": "[{\"url\": \"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\", \"source\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}, {\"url\": \"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
      "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
      "vulnStatus": "Awaiting Analysis"
    },
    "microsoft_vex": {
      "current_release_date": "2026-03-31T15:18:08.000Z",
      "cve": "CVE-2024-26866",
      "id": "msrc_CVE-2024-26866",
      "initial_release_date": "2024-04-02T07:00:00.000Z",
      "product_status:under_investigation": "3",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "spi: lpspi: Avoid potential use-after-free in probe()",
      "url": "https://msrc.microsoft.com/csaf/vex/2024/msrc_cve-2024-26866.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2024-26866\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2024-04-17T11:15:09.253\",\"lastModified\":\"2026-06-17T07:18:32.863\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nspi: lpspi: Avoid potential use-after-free in probe()\\n\\nfsl_lpspi_probe() is allocating/disposing memory manually with\\nspi_alloc_host()/spi_alloc_target(), but uses\\ndevm_spi_register_controller(). In case of error after the latter call the\\nmemory will be explicitly freed in the probe function by\\nspi_controller_put() call, but used afterwards by \\\"devm\\\" management outside\\nprobe() (spi_unregister_controller() \u003c- devm_spi_unregister() below).\\n\\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000070\\n...\\nCall trace:\\n kernfs_find_ns\\n kernfs_find_and_get_ns\\n sysfs_remove_group\\n sysfs_remove_groups\\n device_remove_attrs\\n device_del\\n spi_unregister_controller\\n devm_spi_unregister\\n release_nodes\\n devres_release_all\\n really_probe\\n driver_probe_device\\n __device_attach_driver\\n bus_for_each_drv\\n __device_attach\\n device_initial_probe\\n bus_probe_device\\n deferred_probe_work_func\\n process_one_work\\n worker_thread\\n kthread\\n ret_from_fork\"},{\"lang\":\"es\",\"value\":\"En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: spi: lpspi: evita el posible use-after-free en probe() fsl_lpspi_probe() est\u00e1 asignando/eliminando memoria manualmente con spi_alloc_host()/spi_alloc_target(), pero usa devm_spi_register_controller() . En caso de error despu\u00e9s de la \u00faltima llamada, la memoria se liberar\u00e1 expl\u00edcitamente en la funci\u00f3n de sonda mediante la llamada a spi_controller_put(), pero la administraci\u00f3n \\\"devm\\\" externa a probe() la utilizar\u00e1 despu\u00e9s (spi_unregister_controller() \u0026lt;- devm_spi_unregister() a continuaci\u00f3n). No se puede manejar la desreferencia del puntero NULL del kernel en la direcci\u00f3n virtual 0000000000000070... Rastreo de llamadas: kernfs_find_ns kernfs_find_and_get_ns sysfs_remove_group sysfs_remove_groups device_remove_attrs device_del spi_unregister_controller devm_spi_unregister release_nodes devres_release _todos realmente_probe driver_probe_device __device_attach_driver bus_for_each_drv __device_attach dispositivo_initial_probe bus_probe_device deferred_probe_work_func proceso_one_work trabajador_hilo kthread ret_from_fork\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/spi/spi-fsl-lpspi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5314987de5e5f5e38436ef4a69328bc472bbd63e\",\"lessThan\":\"da83ed350e4604b976e94239b08d8e2e7eaee7ea\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5314987de5e5f5e38436ef4a69328bc472bbd63e\",\"lessThan\":\"1543418e82789cc383cd36d41469983c64e3fc7f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5314987de5e5f5e38436ef4a69328bc472bbd63e\",\"lessThan\":\"996ce839606afd0fef91355627868022aa73eb68\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5314987de5e5f5e38436ef4a69328bc472bbd63e\",\"lessThan\":\"2ae0ab0143fcc06190713ed81a6486ed0ad3c861\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/spi/spi-fsl-lpspi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.10\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.10\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.23\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.7.11\",\"lessThanOrEqual\":\"6.7.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.8.2\",\"lessThanOrEqual\":\"6.8.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.9\",\"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}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-05-28T19:57:41.631957Z\",\"id\":\"CVE-2024-26866\",\"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-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.10\",\"versionEndExcluding\":\"6.6.23\",\"matchCriteriaId\":\"A2D8AF06-BD2B-4408-99B0-5EE4CF1A092B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.7\",\"versionEndExcluding\":\"6.7.11\",\"matchCriteriaId\":\"9B95D3A6-E162-47D5-ABFC-F3FA74FA7CFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.8\",\"versionEndExcluding\":\"6.8.2\",\"matchCriteriaId\":\"543A75FF-25B8-4046-A514-1EA8EDD87AB1\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2025-11-21T13:56:25+00:00",
      "cve": "CVE-2024-26866",
      "id": "CVE-2024-26866",
      "initial_release_date": "2024-04-17T00:00:00+00:00",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: spi: lpspi: Avoid potential use-after-free in probe()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2024/cve-2024-26866.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-12T17:02:58Z",
      "cve": "CVE-2024-26866",
      "id": "CVE-2024-26866",
      "initial_release_date": "2024-04-19T02:18:37Z",
      "product_status:known_affected": "543",
      "product_status:known_not_affected": "83",
      "product_status:recommended": "675",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2024-26866",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2024-26866.json",
      "version": "99"
    },
    "vulnrichment": {
      "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T00:21:04.255Z\"}}, {\"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-26866\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-28T19:57:41.631957Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-28T19:57:45.986Z\"}, \"title\": \"CISA ADP Vulnrichment\"}], \"cna\": {\"title\": \"spi: lpspi: Avoid potential use-after-free in probe()\", \"affected\": [{\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"5314987de5e5f5e38436ef4a69328bc472bbd63e\", \"lessThan\": \"da83ed350e4604b976e94239b08d8e2e7eaee7ea\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5314987de5e5f5e38436ef4a69328bc472bbd63e\", \"lessThan\": \"1543418e82789cc383cd36d41469983c64e3fc7f\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5314987de5e5f5e38436ef4a69328bc472bbd63e\", \"lessThan\": \"996ce839606afd0fef91355627868022aa73eb68\", \"versionType\": \"git\"}, {\"status\": \"affected\", \"version\": \"5314987de5e5f5e38436ef4a69328bc472bbd63e\", \"lessThan\": \"2ae0ab0143fcc06190713ed81a6486ed0ad3c861\", \"versionType\": \"git\"}], \"programFiles\": [\"drivers/spi/spi-fsl-lpspi.c\"], \"defaultStatus\": \"unaffected\"}, {\"repo\": \"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\", \"vendor\": \"Linux\", \"product\": \"Linux\", \"versions\": [{\"status\": \"affected\", \"version\": \"4.10\"}, {\"status\": \"unaffected\", \"version\": \"0\", \"lessThan\": \"4.10\", \"versionType\": \"semver\"}, {\"status\": \"unaffected\", \"version\": \"6.6.23\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.6.*\"}, {\"status\": \"unaffected\", \"version\": \"6.7.11\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.7.*\"}, {\"status\": \"unaffected\", \"version\": \"6.8.2\", \"versionType\": \"semver\", \"lessThanOrEqual\": \"6.8.*\"}, {\"status\": \"unaffected\", \"version\": \"6.9\", \"versionType\": \"original_commit_for_fix\", \"lessThanOrEqual\": \"*\"}], \"programFiles\": [\"drivers/spi/spi-fsl-lpspi.c\"], \"defaultStatus\": \"affected\"}], \"references\": [{\"url\": \"https://git.kernel.org/stable/c/da83ed350e4604b976e94239b08d8e2e7eaee7ea\"}, {\"url\": \"https://git.kernel.org/stable/c/1543418e82789cc383cd36d41469983c64e3fc7f\"}, {\"url\": \"https://git.kernel.org/stable/c/996ce839606afd0fef91355627868022aa73eb68\"}, {\"url\": \"https://git.kernel.org/stable/c/2ae0ab0143fcc06190713ed81a6486ed0ad3c861\"}], \"x_generator\": {\"engine\": \"bippy-1.2.0\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"In the Linux kernel, the following vulnerability has been resolved:\\n\\nspi: lpspi: Avoid potential use-after-free in probe()\\n\\nfsl_lpspi_probe() is allocating/disposing memory manually with\\nspi_alloc_host()/spi_alloc_target(), but uses\\ndevm_spi_register_controller(). In case of error after the latter call the\\nmemory will be explicitly freed in the probe function by\\nspi_controller_put() call, but used afterwards by \\\"devm\\\" management outside\\nprobe() (spi_unregister_controller() \u003c- devm_spi_unregister() below).\\n\\nUnable to handle kernel NULL pointer dereference at virtual address 0000000000000070\\n...\\nCall trace:\\n kernfs_find_ns\\n kernfs_find_and_get_ns\\n sysfs_remove_group\\n sysfs_remove_groups\\n device_remove_attrs\\n device_del\\n spi_unregister_controller\\n devm_spi_unregister\\n release_nodes\\n devres_release_all\\n really_probe\\n driver_probe_device\\n __device_attach_driver\\n bus_for_each_drv\\n __device_attach\\n device_initial_probe\\n bus_probe_device\\n deferred_probe_work_func\\n process_one_work\\n worker_thread\\n kthread\\n ret_from_fork\"}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.6.23\", \"versionStartIncluding\": \"4.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.7.11\", \"versionStartIncluding\": \"4.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.8.2\", \"versionStartIncluding\": \"4.10\"}, {\"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.9\", \"versionStartIncluding\": \"4.10\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"shortName\": \"Linux\", \"dateUpdated\": \"2026-05-11T20:05:39.020Z\"}}}",
      "cveMetadata": "{\"cveId\": \"CVE-2024-26866\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-05-11T20:05:39.020Z\", \"dateReserved\": \"2024-02-19T14:20:24.184Z\", \"assignerOrgId\": \"416baaa9-dc9f-4396-8d5f-8c081fb06d67\", \"datePublished\": \"2024-04-17T10:27:28.163Z\", \"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…