CVE-2026-74738: regmap: sdw-mbq: don't call an unset readable_reg callback

Published Aug 26, 2026
·
Updated

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

regmap: sdw-mbq: don't call an unset readablereg callback

regmapsdwmbqpollbusy() decides whether to poll the Function Busy bit by calling ctx->readablereg(), which is a straight copy of config->readablereg. That callback is optional: regmapreadable() treats a NULL ->readablereg as "every register is readable", and drivers rely on that. es9356 and tac5xx2-sdw both build an MBQ regmap without one.

Since commit ca1b11b36d82 ("regmap: sdw-mbq: Allow defers on undeferrable controls") the poll runs on every -ENODATA, not only for Controls the driver marked deferrable, so any of those devices answering COMMANDIGNORED takes the kernel through a NULL function pointer.

Treat a missing callback the way the rest of regmap does and poll.

Affected Software

1 affected component
Linux Linux kernel

Event History

Aug 26, 2026
CVE Published
via MITRE·02:36 PM
Data Sourced
via MITRE·02:36 PM
Description
Data Sourced
via NVD·03:16 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this crash path?

Systems using SoundWire MBQ regmaps without a readable_reg callback are exposed when the device returns COMMAND_IGNORED. The description specifically identifies es9356 and tac5xx2-sdw as drivers that build an MBQ regmap without this callback.

2

What conditions trigger the vulnerability?

The trigger is a -ENODATA response associated with COMMAND_IGNORED, which causes regmap_sdw_mbq_poll_busy() to invoke the optional readable_reg callback. If that callback was not configured, the kernel reaches a NULL function pointer call.

3

Are configurations without a readable_reg callback affected?

Yes. A missing readable_reg callback is a supported configuration and normally means every register is considered readable. The vulnerable polling path did not handle that default behavior before 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