CVE-2026-74324

Source
https://cve.org/CVERecord?id=CVE-2026-74324
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74324.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74324
Downstream
Published
2026-08-15T05:58:19Z
Modified
2026-08-18T03:31:22Z
Summary
wifi: mt76: mt7925: validate skb length in testmode query
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74324.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c948b5da6bbec742b433138e3e3f9537a85af2e5
Fixed
c386e90a7ce8ddec9f038e9437661a2821b0ce89
Fixed
e8b214b6d6e1902025452db0a0af73dc9693e4ba
Fixed
c7369a00860a0704461d440e7c3bf9b49bfdbaee

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74324.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.18.40
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.5

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74324.json"