0.0
NA
CVE-2026-64240
media: rc: igorplugusb: fix control request setup packet
Description

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 usb_fill_control_urb(). That points the URB setup packet at the pointer field itself rather than at the allocated struct usb_ctrlrequest. 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.

INFO

Published Date :

July 24, 2026, 4:16 p.m.

Last Modified :

July 24, 2026, 4:16 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-64240 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

No affected product recoded yet

Solution
Apply the kernel patch to correctly handle control request setup packets.
  • Update the Linux kernel to include the fix.
  • Ensure control requests obey DMA coherency rules.
  • Pass ir->request as the setup packet.
  • Verify the fix for control direction warnings.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-64240 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-64240 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-64240 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-64240 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jul. 24, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'bc04b8633b375af6ac8a8bb615258b80fe06cdaa', 'lessThan': 'e823e4294511989f5962e7ad85bf4d179ba74f52', 'versionType': 'git'}, {'status': 'affected', 'version': '81f0fb813e4bf28b3ca28dc218938a32eb48f740', 'lessThan': '2243ad78ce64d344754260533ae7730c2174a34a', 'versionType': 'git'}, {'status': 'affected', 'version': '0e84aa8fc23c7578f105e3a2160f9d0aa2bed79a', 'lessThan': 'aa22590a16e51455c6db802c774b31aadc604a9a', 'versionType': 'git'}, {'status': 'affected', 'version': '18d6a7c9e4e63c57157e9a57dd9bf3cd38e4c45a', 'lessThan': '060fca8e098387f949e4eedaf215d952e477ac12', 'versionType': 'git'}, {'status': 'affected', 'version': '0be8fcd9005e3d3b5a61fe34b070a9663adbb4dc', 'lessThan': '0d880d2db9856e94127ab09331363bef59f98005', 'versionType': 'git'}, {'status': 'affected', 'version': '0adac0ee2c42027d80bac02ea9b576a88f8955d3', 'lessThan': 'f33b5a61673bd220fdaaf4202cf1013d6d66c943', 'versionType': 'git'}, {'status': 'affected', 'version': 'a62ca67e3c72fb297dc7c86495ba8f7329d7f150', 'lessThan': '5cc3f6db72f77d1a8f7f1cf4ac01803927ffdf15', 'versionType': 'git'}, {'status': 'affected', 'version': 'eac69475b01fe1e861dfe3960b57fa95671c132e', 'lessThan': '171022c7d594c133a45f92357a2a91475edabe20', 'versionType': 'git'}], 'programFiles': ['drivers/media/rc/igorplugusb.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.6.140', 'lessThan': '6.6.143', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.12.86', 'lessThan': '6.12.93', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.18.27', 'lessThan': '6.18.35', 'versionType': 'semver'}, {'status': 'affected', 'version': '7.0.4', 'lessThan': '7.0.12', 'versionType': 'semver'}], 'programFiles': ['drivers/media/rc/igorplugusb.c'], 'defaultStatus': 'unaffected'}]
    Added Description 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 usb_fill_control_urb(). That points the URB setup packet at the pointer field itself rather than at the allocated struct usb_ctrlrequest. 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.
    Added Reference https://git.kernel.org/stable/c/060fca8e098387f949e4eedaf215d952e477ac12
    Added Reference https://git.kernel.org/stable/c/0d880d2db9856e94127ab09331363bef59f98005
    Added Reference https://git.kernel.org/stable/c/171022c7d594c133a45f92357a2a91475edabe20
    Added Reference https://git.kernel.org/stable/c/2243ad78ce64d344754260533ae7730c2174a34a
    Added Reference https://git.kernel.org/stable/c/5cc3f6db72f77d1a8f7f1cf4ac01803927ffdf15
    Added Reference https://git.kernel.org/stable/c/aa22590a16e51455c6db802c774b31aadc604a9a
    Added Reference https://git.kernel.org/stable/c/e823e4294511989f5962e7ad85bf4d179ba74f52
    Added Reference https://git.kernel.org/stable/c/f33b5a61673bd220fdaaf4202cf1013d6d66c943
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.