CVE-2026-74324
Last modified
CVE-2026-74324 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length: memcpy(evt_resp, skb->data + 8, MT7925_EVT_RSP_LEN); where MT7925_EVT_RSP_LEN is 512. If the firmware returns a response shorter than 520 bytes (8 + 512), this reads beyond the skb data buffer. 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: mt7925: validate skb length in testmode query In mt7925_tm_query(), the response skb from mt76_mcu_send_and_get_msg() is used in a memcpy without validating its length: memcpy(evt_resp, skb->data + 8, MT7925_EVT_RSP_LEN); where MT7925_EVT_RSP_LEN is 512. If the firmware returns a response shorter than 520 bytes (8 + 512), this reads beyond the skb data buffer. The over-read data is then returned to userspace via nla_put() in mt7925_testmode_dump(). Add a length check before the memcpy to ensure the skb contains sufficient data.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= c948b5da6bbec742b433138e3e3f9537a85af2e5, < c386e90a7ce8ddec9f038e9437661a2821b0ce89; >= c948b5da6bbec742b433138e3e3f9537a85af2e5, < e8b214b6d6e1902025452db0a0af73dc9693e4ba; >= c948b5da6bbec742b433138e3e3f9537a85af2e5, < c7369a00860a0704461d440e7c3bf9b49bfdbaee |
| Linux | Linux | 6.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74324?
How severe is CVE-2026-74324?
How do I fix CVE-2026-74324?
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-74319In the Linux kernel, the following vulnerability has been re…
- 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-74325In the Linux kernel, the following vulnerability has been re…7.8
- 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
Are you affected by CVE-2026-74324?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
