CVE-2026-74336

Source
https://cve.org/CVERecord?id=CVE-2026-74336
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-74336.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-74336
Downstream
Published
2026-08-15T05:58:27.799Z
Modified
2026-08-18T03:30:52.830626048Z
Summary
wifi: mac80211: bound S1G TIM PVB walk to the TIM element
Details

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

wifi: mac80211: bound S1G TIM PVB walk to the TIM element

ieee80211s1gchecktim() parses the S1G Partial Virtual Bitmap (PVB) of a received TIM element. The TIM is handed in as the element payload: ieee80211parseelemsfull() stores elems->tim = elem->data and elems->timlen = elem->datalen (net/mac80211/parse.c), so the valid bytes are [tim, tim + tim_len).

When walking the encoded blocks the function passes the walker an end sentinel of (const u8 )tim + timlen + 2, i.e. two bytes past the end of the element. ieee80211s1gfindtargetblock() loops while (ptr + 1 <= end) and dereferences ptr (and the per-mode ieee80211s1glen() helpers read *ptr), so it can read up to two bytes beyond the TIM element -- an out-of-bounds read of adjacent skb/heap data when the TIM is the last element in the frame. The +2 appears to account for the element id/len header, but tim already points past that header at the element payload, so the addend is wrong.

Pass the correct element end, (const u8 *)tim + tim_len.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74336.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
e0c47c6229c25b54440fe1f84a0ff533942290b1
Fixed
3abc13ec3ac28c343ad7e7b7496e807b924f0edd
Fixed
b224d18b1e5d1cddfc67f63f41d80023b2ec8889

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
7.1.5

Database specific

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