CVE-2026-68193

Source
https://cve.org/CVERecord?id=CVE-2026-68193
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68193.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68193
Downstream
Published
2026-08-10T12:00:11.110Z
Modified
2026-08-12T04:18:46.329517570Z
Summary
wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio buses
Details

In the Linux kernel, the following vulnerability has been resolved:

wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio buses

PKTTYPETXRXNOTIFY is an mmio-only event, but mt7925rxcheck() and mt7925queuerxskb() dispatch it to mt7925mactxfree() on every bus. mt7925mactxfree() cleans the DMA tx queues with mt76queuetxcleanup(), which calls queueops->txcleanup(). Only the mmio queue ops implement that callback; on USB it is NULL, so a TXRXNOTIFY there calls a NULL pointer in the RX worker:

BUG: kernel NULL pointer dereference, address: 0000000000000000 RIP: 0010:0x0 Call Trace: mt7925mactxfree+0x58/0x350 [mt7925common] mt7925rxcheck+0xe2/0x130 [mt7925common] mt76urxworker+0x1b9/0x620 [mt76usb]

Drop the event on non-mmio buses via mt76ismmio(), as in commit 5683e1488aa9 ("wifi: mt76: connac: do not check WED status for non-mmio devices").

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68193.json",
    "cna_assigner": "Linux"
}
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
0c8c4cd0ca60b45c4b05a39e3769b8473d6836eb
Fixed
9cb72f67e1502aabba51aab9ac04ae7c386ee194
Fixed
9677e86a5f7d680fe280a5f8999bc57353e360d7
Fixed
feeff151c83e7f0ffcdedcad5343852d23d1f6e1

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.101
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

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