CVE-2026-68350

Source
https://cve.org/CVERecord?id=CVE-2026-68350
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68350.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68350
Downstream
Published
2026-08-10T12:03:27.314Z
Modified
2026-08-12T04:18:48.083708168Z
Summary
wifi: carl9170: fix OOB read from off-by-two in TX status handler
Details

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

wifi: carl9170: fix OOB read from off-by-two in TX status handler

The bounds check in carl9170txprocess_status() uses i > ((cmd->hdr.len / 2) + 1) which is off by two, allowing 2 extra iterations past valid txstatus entries when the firmware- controlled hdr.ext exceeds hdr.len/2. Fix by using the correct comparison i >= (cmd->hdr.len / 2).

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68350.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
a84fab3cbfdc427e7d366f1cc844f27b2084c26c
Fixed
7ed0dce8613c92111d2a3836ced2ab03190ba20e
Fixed
e8a862a3da457ddc50633c346dc645d559da09ae
Fixed
fab6ff91d5b8c4af62e2ced42fb357fa3eb9fd59
Fixed
423c836f934814b8fdbe53b24a79d021a0ee8454
Fixed
a3f42f1049ad80c65560d2b078ad426c3134f78d

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.37
Fixed
6.6.148
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-68350.json"