CVE-2026-80691: scsi: target: iblock: Fix wrong PR ops NULL check for PREEMPT/RELEASE

Published Aug 28, 2026
·
Updated

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

scsi: target: iblock: Fix wrong PR ops NULL check for PREEMPT/RELEASE

In the iblockexecuteprout() function, PROPREEMPT, PROPREEMPTANDABORT, and PRORELEASE all perform callback capability checks through ops->prclear. The error check allows unimplemented hooks to pass through the gate, resulting dereferencing a NULL function pointer.

Check whether the hooks that need to be called are supported.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 28, 2026
CVE Published
via MITRE·06:52 AM
Data Sourced
via MITRE·06:52 AM
Description

Frequently Asked Questions

1

What condition is required to trigger the fault?

The iblock target must receive a persistent-reservation output request using PRO_PREEMPT, PRO_PREEMPT_AND_ABORT, or PRO_RELEASE, and the required persistent-reservation callback must be unimplemented. The flawed check can then permit a NULL function-pointer dereference.

2

What is the likely impact of successful exploitation?

The described failure is a NULL function-pointer dereference in the Linux kernel. The provided data does not specify further impact, such as privilege escalation or information disclosure.

3

How can I determine whether a system is affected?

Review the kernel source or applied stable commits for a corrected iblock_execute_pr_out() implementation that checks the specific persistent-reservation hook required by each operation, rather than using ops->pr_clear for all three operations. The provided references identify stable commits containing the fix.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203