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

can: usb: f81604: correctly anchor the urb in the read bulk callback

When submitting an urb, that is using the anchor pattern, it needs to be
anchored before submitting it otherwise it could be leaked if
usb_kill_anchored_urbs() is called. This logic is correctly done
elsewhere in the driver, except in the read bulk callback so do that
here also.
Published: 2026-03-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Reference Counting Leak
Action: Apply Patch
AI Analysis

Impact

The Linux kernel driver for the f81604 USB controller contains a flaw where USB Request Blocks (URBs) that use the anchor pattern are not anchored before submission within the read bulk callback. Because the URB is not anchored, when the kernel function usb_kill_anchored_urbs() is called the URB may remain referenced and leak kernel memory or kernel data structures. This is a reference‑counting error (CWE‑771) that could expose sensitive kernel information but does not enable arbitrary code execution or memory corruption directly.

Affected Systems

All Linux kernel builds that include the f81604 driver and have not yet received the patch are affected. The advisory lists no specific kernel versions, so any kernel containing the driver is potentially vulnerable until the update is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score of less than 1 % combined with the absence from CISA’s KEV catalog suggest a low likelihood of exploitation. The vulnerability requires a USB device that engages the f81604 controller and triggers a read bulk operation; the likely attack vector is a local or physical access scenario, inferred from the fact that the flaw is triggered by USB activity on the target system. While the risk to confidentiality is limited to leaked kernel references, patching is advised to eliminate the reference‑counting issue.

Generated by OpenCVE AI on April 29, 2026 at 00:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a version that contains the f81604 URB anchoring fix for CVE‑2026‑23347.
  • If a vendor update is not yet available, rebuild and install a custom kernel with the patched f81604 driver.
  • Disable or restrict USB device usage by applying device filtering rules or disabling unused USB ports to reduce exposure to the flaw.

Generated by OpenCVE AI on April 29, 2026 at 00:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6238-1 linux security update
History

Fri, 24 Apr 2026 18:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
CPEs cpe:2.3:o:linux:linux_kernel:6.5:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Thu, 26 Mar 2026 00:15:00 +0000


Wed, 25 Mar 2026 10:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: can: usb: f81604: correctly anchor the urb in the read bulk callback When submitting an urb, that is using the anchor pattern, it needs to be anchored before submitting it otherwise it could be leaked if usb_kill_anchored_urbs() is called. This logic is correctly done elsewhere in the driver, except in the read bulk callback so do that here also.
Title can: usb: f81604: correctly anchor the urb in the read bulk callback
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-05-11T22:05:06.123Z

Reserved: 2026-01-13T15:37:45.999Z

Link: CVE-2026-23347

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-03-25T11:16:32.903

Modified: 2026-04-24T18:10:38.093

Link: CVE-2026-23347

cve-icon Redhat

Severity :

Publid Date: 2026-03-25T00:00:00Z

Links: CVE-2026-23347 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-29T00:45:26Z

Weaknesses