CVE-2026-53116
Last modified
CVE-2026-53116 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: s390/ap: use generic driver_override infrastructure When the AP masks are updated via apmask_store() or aqmask_store(), ap_bus_revise_bindings() is called after ap_attr_mutex has been released. This calls __ap_revise_reserved(), which accesses the driver_override field without holding any lock, racing against a concurrent driver_override_store() that may free the old string, resulting in a potential UAF. Fix this by using the driver-core driver_override infrastructure, which protects all accesses with an internal spinlock. Note that unlike most other buses, the AP bus does not check driver_override in its match() callback; the override is checked in ap_device_probe() and __ap_revise_reserved() instead. Also note that we do not enable the driver_override feature of struct bus_type, as AP - in contrast to most other buses - passes "" to sysfs_emit() when the driver_override pointer is NULL. Thus, printing "\n" instead of "(null)\n". Additionally, AP has a custom counter that is modified in the corresponding custom driver_override_store().. EPSS estimates a 0.14% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: s390/ap: use generic driver_override infrastructure When the AP masks are updated via apmask_store() or aqmask_store(), ap_bus_revise_bindings() is called after ap_attr_mutex has been released. This calls __ap_revise_reserved(), which accesses the driver_override field without holding any lock, racing against a concurrent driver_override_store() that may free the old string, resulting in a potential UAF. Fix this by using the driver-core driver_override infrastructure, which protects all accesses with an internal spinlock. Note that unlike most other buses, the AP bus does not check driver_override in its match() callback; the override is checked in ap_device_probe() and __ap_revise_reserved() instead. Also note that we do not enable the driver_override feature of struct bus_type, as AP - in contrast to most other buses - passes "" to sysfs_emit() when the driver_override pointer is NULL. Thus, printing "\n" instead of "(null)\n". Additionally, AP has a custom counter that is modified in the corresponding custom driver_override_store().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53116?
How severe is CVE-2026-53116?
How do I fix CVE-2026-53116?
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-53110In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53111In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53112In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53113In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53114In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53115In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53117In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53118In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53119In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5312A weakness has been identified in D-Link DNS-120, DNR-202L, …5.5
- CVE-2026-53120In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53121In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-53116?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
