CVE-2026-93114
Last modified
CVE-2026-93114 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 4faa43d4ef0b98beb6c2b77a279f4aa5d7fa2d13; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 3855be0100efb98c26228c610db70a673611f3bd; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < f276b62f2ce1cbff7fa50a8ee5afd8fef5a60897; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 9b6479da662c2ec4e931ed9f7228df46aa8c3766; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 7fea5a310e3b2db24f7aafe64897e4e659ffbb7d; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 428a82d987fcd8844e8868c85582eae75b4b5c51; >= a9e10e58730432e5de840eb3ddd55c75f29341b3, < 2b3a5dabe89e330413af403246b648c1890f368f |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93114?
How severe is CVE-2026-93114?
How do I fix CVE-2026-93114?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93109In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9311IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …9
- CVE-2026-93110In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93111In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93112In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-93113In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93115In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93116In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-93117In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93118In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93119In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9312A server-side request forgery (SSRF) vulnerability was ident…8.2
Are you affected by CVE-2026-93114?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
