CVE-2026-53116
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
24/06/2026
Last modified:
23/07/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
s390/ap: use generic driver_override infrastructure<br />
<br />
When the AP masks are updated via apmask_store() or aqmask_store(),<br />
ap_bus_revise_bindings() is called after ap_attr_mutex has been<br />
released.<br />
<br />
This calls __ap_revise_reserved(), which accesses the driver_override<br />
field without holding any lock, racing against a concurrent<br />
driver_override_store() that may free the old string, resulting in a<br />
potential UAF.<br />
<br />
Fix this by using the driver-core driver_override infrastructure, which<br />
protects all accesses with an internal spinlock.<br />
<br />
Note that unlike most other buses, the AP bus does not check<br />
driver_override in its match() callback; the override is checked in<br />
ap_device_probe() and __ap_revise_reserved() instead.<br />
<br />
Also note that we do not enable the driver_override feature of struct<br />
bus_type, as AP - in contrast to most other buses - passes "" to<br />
sysfs_emit() when the driver_override pointer is NULL. Thus, printing<br />
"\n" instead of "(null)\n".<br />
<br />
Additionally, AP has a custom counter that is modified in the<br />
corresponding custom driver_override_store().
Impact
Base Score 3.x
7.80
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 7.0.10 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



