---
cve: "CVE-2026-93114"
severity: "LOW"
cvss: 3.1
epss: "5.6%"
vendor: "Linux"
kev: false
exploited: false
published: "2026-09-17 17:18:05"
tags: [cve, security, low]
source: tsecurity.de CVE-Dossier
exported: "2026-09-21T21:59:13+02:00"
---

# CVE-2026-93114

> 3.1 LOW

## Beschreibung

In the Linux kernel, the following vulnerability has been resolved:

platform/surface: acpi-notify: Check ACPI companion before use

Since every platform driver can be forced to match a device that doesn't
match its list of device IDs because of device_match_driver_override(),
platform drivers that rely on the existence of a device's ACPI companion
object should verify its presence.

san_probe() dereferences the result of ACPI_COMPANION() when installing
the GSBUS address space handler, so force-binding the driver to a device
without an ACPI companion leads to a NULL pointer dereference.  The
dereference was introduced when the probe function was switched from
ACPI_HANDLE() to ACPI_COMPANION().

Check the ACPI companion against NULL and return -ENODEV when it is
missing, like commit e4865a56d013 ("ACPI: driver: Check ACPI_COMPANION()
against NULL during probe") does for the core ACPI platform drivers.

## Patch verfügbar (OSV)

- Kernel ≥ 5.15.221
- Kernel ≥ 6.1.188
- Kernel ≥ 6.6.157
- Kernel ≥ 6.12.110
- Kernel ≥ 6.18.52
- Kernel ≥ 7.2.6

## Referenzen

- <https://git.kernel.org/stable/c/2b3a5dabe89e330413af403246b648c1890f368f>
- <https://git.kernel.org/stable/c/3855be0100efb98c26228c610db70a673611f3bd>
- <https://git.kernel.org/stable/c/428a82d987fcd8844e8868c85582eae75b4b5c51>
- <https://git.kernel.org/stable/c/4faa43d4ef0b98beb6c2b77a279f4aa5d7fa2d13>
- <https://git.kernel.org/stable/c/7fea5a310e3b2db24f7aafe64897e4e659ffbb7d>
- <https://git.kernel.org/stable/c/9b6479da662c2ec4e931ed9f7228df46aa8c3766>
- <https://git.kernel.org/stable/c/f276b62f2ce1cbff7fa50a8ee5afd8fef5a60897>

---
_Exportiert aus dem [tsecurity.de CVE-Dossier](https://tsecurity.de/cve?cve=CVE-2026-93114) · Datenquellen: EUVD (ENISA), NVD, OSV, CISA KEV, FIRST EPSS, Exploit-DB, BSI BITS_
