PT-2026-52342 · Linux+2 · Linux Kernel+2

CVE-2026-53247

·

Published

2026-06-25

·

Updated

2026-09-10

CVSS v3.1

9.8

Critical

VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A use-after-free issue exists in the mtk eth soc ethernet driver. The mtk free dev() function calls metadata dst free(), which uses kfree() to immediately release metadata dst memory, bypassing the RCU (Read-Copy-Update) grace period. In the RX path, skb dst set noref() assigns a non-refcounted pointer from the skb to the metadata dst. Because this process requires RCU read-side protection, the destination must remain valid until all RCU readers finish. The direct use of kfree() allows a use-after-free condition if an skb still holds a pointer to the destination during teardown.
Recommendations Replace the metadata dst free() function with dst release() to ensure the refcount path is followed and memory is freed via call rcu hurry() only after all RCU readers have completed.

Exploit

Fix

Use After Free

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-53247
OPENSUSE-SU-2026:21555-1
SUSE-SU-2026:23066-1
SUSE-SU-2026:23068-1
SUSE-SU-2026:23221-1
SUSE-SU-2026:23231-1
SUSE-SU-2026:23237-1
USN-8629-1
USN-8629-2
USN-8629-3
USN-8637-1
USN-8643-1
USN-8643-2
USN-8643-3
USN-8643-4
USN-8643-5
USN-8656-1
USN-8660-1
USN-8663-1
USN-8664-1
USN-8728-1
USN-8748-1

Affected Products

Linuxmint
Linux Kernel
Ubuntu