CVE-2026-74617: dibs: initialise dibs->lock in dibs_dev_alloc()

Published Aug 22, 2026
·
Updated

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

dibs: initialise dibs->lock in dibsdevalloc()

dibs->lock is initialised by dibsdevadd(), but a dibs device can already take interrupts before that call: ismprobe() runs ismdevinit(), and hence requestirq(), before it calls dibsdevadd(). No client can have registered a dmb at that point, so no dmb interrupt can occur, but a GID event interrupt can, and ismhandleirq() takes dibs->lock unconditionally on entry, before it inspects anything else.

Initialise the lock in dibsdevalloc() instead, so that it is valid as soon as a driver can publish the device to its interrupt handler.

Event History

Aug 22, 2026
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:16 PM
Description

Frequently Asked Questions

1

What conditions are needed to trigger the issue?

The affected system must be probing an ISM device and receive a GID event interrupt after request_irq() has been called but before dibs_dev_add() initializes dibs->lock. The interrupt handler takes the lock unconditionally, so a DMB client registration is not required.

2

Are systems exposed by default during normal device initialization?

The exposure exists during the initialization ordering in ism_probe(): ism_dev_init() registers the interrupt handler before dibs_dev_add() initializes the lock. A GID event interrupt can occur in that interval.

3

What is the remediation?

Initialize dibs->lock in dibs_dev_alloc() rather than waiting for dibs_dev_add(). This ensures the lock is valid before the device can be published to its interrupt handler.

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