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-53308

5.5 · MEDIUM
Published Jun 26, 2026 linux CWE-401 EPSS 0.10% (1th pctl)

Overview

CVE-2026-53308 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

power: supply: max77705: Free allocated workqueue and fix removal order

Use devm interface for allocating workqueue to fix two bugs at the same

time:

1. Driver leaks the memory on remove(), because the workqueue is not

destroyed.

2. Driver allocates workqueue and then registers interrupt handlers

with devm interface. This means that probe error paths will not use a

reversed order, but first destroy the workqueue and then, via devm

release handlers, free the interrupt.

The interrupt handler schedules work on this exact workqueue, thus if

interrupt is hit in this short time window - after destroying

workqueue, but before devm() frees the interrupt - the schedulled

work will lead to use of freed memory.

Change is not equivalent in the workqueue itself: use non-legacy API

which does not set (__WQ_LEGACY | WQ_MEM_RECLAIM). The workqueue is

used to update power supply (power_supply_changed())

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.15, < 7.0.10 Affected

Frequently Asked Questions

What is CVE-2026-53308?

CVE-2026-53308 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53308?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-53308?

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-53308?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53308 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.