CVE-2026-90316: drm/omap: dsi: Do not copy isr table

Published Sep 17, 2026
·
Updated

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

drm/omap: dsi: Do not copy isr table

To be able to unregister stuff from isrs, the corresponding table was copied. Nobody seems to unregister stuff that way, so it does not help. But there are stack-allocated objects passed to these isrs giving chances of UAF of these objects if irqs are unregistered while they are handled, so better do not copy that table.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:08 PM
Data Sourced
via MITRE·04:08 PM
Description

Frequently Asked Questions

1

What conditions are required for this issue to occur?

The issue involves stack-allocated objects passed to DSI interrupt handlers and a race where interrupts are unregistered while those handlers are being processed. This can create a use-after-free condition.

2

Which systems are in scope?

The affected software is the Linux kernel, specifically the drm/omap DSI code path. The provided information does not identify particular kernel versions, hardware models, or default configurations.

3

What change resolves the issue?

The fix avoids copying the ISR table. The description states that copying the table was unnecessary for unregistering handlers and could leave interrupt handlers referencing stack-allocated objects.

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