CVE-2026-74733: gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock

Published Aug 22, 2026
·
Updated

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

gpio: pca953x: fix pca953xirqbussyncunlock regmap lock

Locking is disabled in the regmap config as this driver uses its own lock. This means that all calls to regmap functions (read or write) must hold the i2clock. The function pca953xirqbussyncunlock() did not do this, and it was therefore possible that multiple threads could cause an incorrect register to be read/written.

A previous patch partly fixed this, but only protected the write to the interrupt mask register, and not the read from the direction register.

Event History

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

Frequently Asked Questions

1

Which systems are exposed to this issue?

Linux kernel systems using the pca953x GPIO driver are the relevant affected population. The issue concerns concurrent access through that driver's interrupt synchronization path.

2

What condition is needed to trigger the race?

Multiple threads must access regmap operations while pca953x_irq_bus_sync_unlock() runs without holding the driver's i2c_lock. This can result in an incorrect register being read or written, including an unprotected read of the direction register.

3

Was the earlier locking fix sufficient?

No. The earlier change protected the interrupt-mask register write, but did not protect the direction-register read.

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