CVE-2026-64240

Source
https://cve.org/CVERecord?id=CVE-2026-64240
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-64240.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-64240
Downstream
Published
2026-07-24T15:27:43.590Z
Modified
2026-07-26T03:49:09.584173619Z
Summary
media: rc: igorplugusb: fix control request setup packet
Details

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

media: rc: igorplugusb: fix control request setup packet

Commit eac69475b01f ("media: rc: igorplugusb: heed coherency rules") changed the control request storage from an embedded struct to an allocated pointer so it can obey DMA coherency rules.

However, the driver still passes &ir->request to usbfillcontrolurb(). That points the URB setup packet at the pointer field itself rather than at the allocated struct usbctrlrequest.

USB core then interprets pointer bytes as the setup packet. This can produce an invalid bRequestType and trigger the control direction warning reported by syzbot:

usb 2-1: BOGUS control dir, pipe 80003580 doesn't match bRequestType 0

Pass ir->request itself as the setup packet.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64240.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
bc04b8633b375af6ac8a8bb615258b80fe06cdaa
Fixed
e823e4294511989f5962e7ad85bf4d179ba74f52
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
81f0fb813e4bf28b3ca28dc218938a32eb48f740
Fixed
2243ad78ce64d344754260533ae7730c2174a34a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0e84aa8fc23c7578f105e3a2160f9d0aa2bed79a
Fixed
aa22590a16e51455c6db802c774b31aadc604a9a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
18d6a7c9e4e63c57157e9a57dd9bf3cd38e4c45a
Fixed
060fca8e098387f949e4eedaf215d952e477ac12
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0be8fcd9005e3d3b5a61fe34b070a9663adbb4dc
Fixed
0d880d2db9856e94127ab09331363bef59f98005
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0adac0ee2c42027d80bac02ea9b576a88f8955d3
Fixed
f33b5a61673bd220fdaaf4202cf1013d6d66c943
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a62ca67e3c72fb297dc7c86495ba8f7329d7f150
Fixed
5cc3f6db72f77d1a8f7f1cf4ac01803927ffdf15
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
eac69475b01fe1e861dfe3960b57fa95671c132e
Fixed
171022c7d594c133a45f92357a2a91475edabe20

Affected versions

v6.*
v6.12.86
v6.12.87
v6.12.88
v6.12.89
v6.12.90
v6.12.91
v6.12.92
v6.18.27
v6.18.28
v6.18.29
v6.18.30
v6.18.31
v6.18.32
v6.18.33
v6.18.34
v6.6.140
v6.6.141
v6.6.142
v7.*
v7.0.10
v7.0.11
v7.0.4
v7.0.5
v7.0.6
v7.0.7
v7.0.8
v7.0.9

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.140
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.12.86
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.18.27
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
7.0.4
Fixed
7.0.12

Database specific

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