CVE-2026-74325
Last modified
CVE-2026-74325 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_link mt76_put_vif_phy_link() frees the offchannel mlink with plain kfree() after rcu_assign_pointer(NULL). However, rcu_assign_pointer only prevents future RCU readers from obtaining the pointer -- it does not wait for existing readers that already hold it via rcu_dereference. The TX datapath (e.g. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: use kfree_rcu for offchannel link in mt76_put_vif_phy_link mt76_put_vif_phy_link() frees the offchannel mlink with plain kfree() after rcu_assign_pointer(NULL). However, rcu_assign_pointer only prevents future RCU readers from obtaining the pointer -- it does not wait for existing readers that already hold it via rcu_dereference. The TX datapath (e.g. mt7996_mac_write_txwi) dereferences mlink->wcid and mlink->idx under rcu_read_lock. If a TX softirq obtained the pointer via rcu_dereference just before the NULL assignment, it will dereference freed memory after the kfree. struct mt76_vif_link already contains an rcu_head field that is unused at this free site -- a developer oversight, since the adjacent kfree_rcu_mightsleep call for rx_sc in the same function shows the pattern was understood. Replace kfree(mlink) with kfree_rcu(mlink, rcu_head).
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a8f424c1287cc79a06c21816658feea87dfcb83f, < c7a83899203ed36696a2d35ddd03c0f522874a63; >= a8f424c1287cc79a06c21816658feea87dfcb83f, < 50e700ac0edce72dee5c3a9755865d9423696ac7; >= a8f424c1287cc79a06c21816658feea87dfcb83f, < 7fae097aa9a56c30febf539d72ef3773165d3aa3 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74325?
How severe is CVE-2026-74325?
How do I fix CVE-2026-74325?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-7432A race condition in Ivanti Secure Access Client before 22.8R…7
- CVE-2026-74320In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74321In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-74322In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74323In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74324In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74326In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74327In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74328In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74329In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74330In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74331In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74325?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
