PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-53098 Linux CVE debrief

The Linux kernel was found to have a use-after-free vulnerability in the mt7915_mac_dump_work() function. This issue arises when the mt7915 pci chip is detaching, and the mt7915_crash_data is released, but the work item dump_work may still be running or pending, leading to UAF bugs when the already freed crash_data is dereferenced again. The vulnerability is caused by a race condition between the removal of the mt7915 pci chip and the execution of the 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 issue can be fixed by ensuring dump_work is properly canceled before the crash_data is deallocated.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.8
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-24
Original CVE updated
2026-07-21
Advisory published
2026-06-24
Advisory updated
2026-07-21

Who should care

Administrators and users of Linux kernel versions 6.2 through 6.6.141, 6.7 through 6.12.91, 6.13 through 6.18.33, and 6.19 through 7.0.10 should apply patches to mitigate this vulnerability. Additionally, security teams and vulnerability management teams should review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.

Technical summary

The vulnerability is caused by a race condition between the removal of the mt7915 pci chip and the execution of the 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 issue can be fixed by ensuring dump_work is properly canceled before the crash_data is deallocated.

Defensive priority

High

Recommended defensive actions

  • Apply patches from Linux kernel stable branches
  • Inventory and update affected Linux kernel versions
  • Monitor system logs for suspicious activity
  • Implement compensating controls to detect and prevent exploitation
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The CVE record was published on 2026-06-24T17:17:24.027Z and was last modified on 2026-07-21T18:21:29.883Z. The NVD entry is currently Analyzed. The Linux kernel was found to have a use-after-free vulnerability in the mt7915_mac_dump_work() function. This issue arises when the mt7915 pci chip is detaching, and the mt7915_crash_data is released, but the work item dump_work may still be running or pending, leading to UAF bugs when the already freed crash_data is dereferenced again. The vulnerability is caused by a race condition between the removal of the mt7915 pci chip and the execution of the 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().

Sources and references

Verified primary and authoritative sources

  • CVE-2026-53098 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-53098

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-53098 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-53098

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1146d0946b5358fad24812bd39d68f31cd40cc34

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/21ce6d867867645fff0ef657be18f61d9f39dcd8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6b7cbb13c838cf2a5f2e7be0e96fe15250087939

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/6d5202409467d621b6d1dfd7fc7dadb997fe66d2

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e6856af8a22a8e2cd18241a465ed00c2301b3a5e

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.