Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3445 articles · 168099 vulns · 36/41 feeds (7d)
← Back to list
—
CVE-2026-53098PATCHED
mediatek · mt76

wifi: mt76: mt7915: fix use-after-free bugs in mt7915_mac_dump_work()

Description

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix use-after-free bugs in mt7915_mac_dump_work() When the mt7915 pci chip is detaching, the mt7915_crash_data is released in mt7915_coredump_unregister(). However, the work item dump_work may still be running or pending, leading to UAF bugs when the already freed crash_data is dereferenced again in mt7915_mac_dump_work(). The race condition can occur as follows: CPU 0 (removal path) | CPU 1 (workqueue) mt7915_pci_remove() | mt7915_sys_recovery_set() mt7915_unregister_device() | mt7915_reset() mt7915_coredump_unregister() | queue_work() vfree(dev->coredump.crash_data) | mt7915_mac_dump_work() | crash_data-> // UAF Fix this by ensuring dump_work is properly canceled before the crash_data is deallocated. Add cancel_work_sync() in mt7915_unregister_device() to synchronize with any pending or executing dump work.

Affected Products

VendorProductVersions
mediatekmt764dbcb9125cc3e10a6d879c10e4f5816d05a87c49, 4dbcb9125cc3e10a6d879c10e4f5816d05a87c49, 4dbcb9125cc3e10a6d879c10e4f5816d05a87c49, 4dbcb9125cc3e10a6d879c10e4f5816d05a87c49, 4dbcb9125cc3e10a6d879c10e4f5816d05a87c49, 6.2, 6.6.140, 6.12.90, 6.18.32, 7.0.9

References

  • https://git.kernel.org/stable/c/6d5202409467d621b6d1dfd7fc7dadb997fe66d2
  • https://git.kernel.org/stable/c/e6856af8a22a8e2cd18241a465ed00c2301b3a5e
  • https://git.kernel.org/stable/c/6b7cbb13c838cf2a5f2e7be0e96fe15250087939
  • https://git.kernel.org/stable/c/21ce6d867867645fff0ef657be18f61d9f39dcd8
  • https://git.kernel.org/stable/c/1146d0946b5358fad24812bd39d68f31cd40cc34

Related News (2 articles)

Tier C
VulDB3d ago
CVE-2026-53098 | Linux Kernel up to 6.6.140/6.12.90/6.18.32/7.0.9 wifi mt7915_mac_dump_work coredump use after free
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53098: wifi: mt76: mt7915: fix use-after-free bugs in mt7915_mac_dump_work()
→ No new info (linked only)
CISA KEV❌ No
Actively exploited❌ No
Patch available
6d5202409467d621b6d1dfd7fc7dadb997fe66d2e6856af8a22a8e2cd18241a465ed00c2301b3a5e6b7cbb13c838cf2a5f2e7be0e96fe1525008793921ce6d867867645fff0ef657be18f61d9f39dcd81146d0946b5358fad24812bd39d68f31cd40cc3406.6.1416.12.916.18.337.0.107.1
PublishedJun 24, 2026
Last enriched3d agov2
Trending Score26
Source articles2
Independent2
Info Completeness7/14
Missing: cvss, epss, cwe, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

CRITICALCVE-2026-53097EXP
wifi: mt76: mt7996: fix use-after-free bugs in mt7996_mac_dump_work()
Trending: 60
CRITICALCVE-2026-53101
wifi: mt76: mt7921: fix potential deadlock in mt7921_roc_abort_sync
Trending: 26
HIGHCVE-2026-20452
CVE-2026-20452: In wlan AP driver, there is a possible memory corruption due to a heap buffer overflow. This could lead to remote (proxi
Trending: 6
MEDIUMCVE-2026-20456
CVE-2026-20456: In wlan STA driver, there is a possible system crash due to a missing bounds check. This could lead to local denial of s
Trending: 5
HIGHCVE-2026-20455
CVE-2026-20455: In geniezone, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation
Trending: 2

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 24, 2026
Patch Available
Jun 24, 2026
Discovered by ZDM
Jun 24, 2026
Updated: severity, affectedVersions
Jun 24, 2026

Version History

v2
Last enriched 3d ago
v2Tier C3d ago

Updated severity to CRITICAL, added new affected versions, and corrected exploit availability to false.

severityaffectedVersions
via VulDB
v13d ago

Initial creation