CVE-2026-93115
Last modified
CVE-2026-93115 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: platform/mellanox: mlxbf-pmc: Check ACPI_COMPANION() against NULL 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(), so platform drivers that rely on the existence of a device's ACPI companion object need to verify its presence. mlxbf_pmc_probe() passes the result of ACPI_COMPANION() to acpi_device_hid(), which dereferences it, so force-binding the driver to a device without an ACPI companion leads to a NULL pointer dereference. Accordingly, add a requisite ACPI_COMPANION() check against NULL to the mlxbf-pmc driver and return -ENODEV when the companion is missing..
Description
In the Linux kernel, the following vulnerability has been resolved: platform/mellanox: mlxbf-pmc: Check ACPI_COMPANION() against NULL 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(), so platform drivers that rely on the existence of a device's ACPI companion object need to verify its presence. mlxbf_pmc_probe() passes the result of ACPI_COMPANION() to acpi_device_hid(), which dereferences it, so force-binding the driver to a device without an ACPI companion leads to a NULL pointer dereference. Accordingly, add a requisite ACPI_COMPANION() check against NULL to the mlxbf-pmc driver and return -ENODEV when the companion is missing.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1a218d312e65ec396b2739056a8ea78493015f21, < 950d8e8375f3ff4787de51b7bdf8dd23a3ad6547; >= 1a218d312e65ec396b2739056a8ea78493015f21, < fdfb736282b9665c0169df0c4152ec91fdea2767; >= 1a218d312e65ec396b2739056a8ea78493015f21, < bf1e0cc5cc1d4e71b699fc98cc9198ead0ed53e0; >= 1a218d312e65ec396b2739056a8ea78493015f21, < a75b84119e56fc34b0f1403f3b93d357a55dabb6; >= 1a218d312e65ec396b2739056a8ea78493015f21, < 71ba8b6e28f7a83b724036f5de07e03bb5473286; >= 1a218d312e65ec396b2739056a8ea78493015f21, < d25dd08268aeaceb485189aaa84aa6d68a460291; >= 1a218d312e65ec396b2739056a8ea78493015f21, < c38cce70adef874c2a7b5132c14d6c221401deff |
| Linux | Linux | 5.11 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93115?
How severe is CVE-2026-93115?
How do I fix CVE-2026-93115?
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-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-93114In 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
- CVE-2026-93120In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93115?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
