Bug 2516504 (CVE-2026-72081) - CVE-2026-72081 kernel: scsi: elx: efct: Fix I/O leak on unsupported additional CDB
Summary: CVE-2026-72081 kernel: scsi: elx: efct: Fix I/O leak on unsupported additiona...
Keywords:
Status: NEW
Alias: CVE-2026-72081
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-15 06:16 UTC by OSIDB Bzimport
Modified: 2026-08-17 20:19 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-15 06:16:00 UTC
In the Linux kernel, the following vulnerability has been resolved:

scsi: elx: efct: Fix I/O leak on unsupported additional CDB

efct_dispatch_fcp_cmd() allocates an efct_io before dispatching an
unsolicited FCP command. If the command has an unsupported additional
CDB, the function returns -EIO before handing the IO to the SCSI layer.

Free the allocated IO before returning from this error path.


Note You need to log in before you can comment on or make changes to this bug.