Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53116

7.8 · HIGH
Published Jun 24, 2026 linux CWE-416 EPSS 0.11% (2th pctl)

Overview

CVE-2026-53116 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical 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" inst

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.19, < 7.0.10 Affected

Frequently Asked Questions

What is CVE-2026-53116?

CVE-2026-53116 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-53116?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-53116?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53116?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53116 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.