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

9.8 · CRITICAL
Published Jun 25, 2026 linux CWE-416 EPSS 0.47% (39th pctl)

Overview

CVE-2026-53247 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

net: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardown

mtk_free_dev() calls metadata_dst_free() which frees the metadata_dst

with kfree() immediately, bypassing the RCU grace period.

In the RX path, skb_dst_set_noref() sets a non-refcounted pointer from

the skb to the metadata_dst. This function requires RCU read-side

protection and the dst must remain valid until all RCU readers complete.

Since metadata_dst_free() calls kfree() directly, a use-after-free can

occur if any skb still holds a noref pointer to the dst when the driver

tears it down.

Replace metadata_dst_free() with dst_release() which properly goes

through the refcount path: when the refcount drops to zero, it schedules

the actual free via call_rcu_hurry(), ensuring all RCU readers have

completed before the memory is freed.

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.2, < 6.6.143 Affected

Frequently Asked Questions

What is CVE-2026-53247?

CVE-2026-53247 is a critical-severity vulnerability affecting linux linux_kernel. It was published on June 25, 2026 and has a CVSS 3.1 base score of 9.8 (CRITICAL).

How severe is CVE-2026-53247?

This vulnerability has a CVSS 3.1 base score of 9.8, rated CRITICAL. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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