CVE-2026-74733
gpio: pca953x: fix pca953x_irq_bus_sync_unlock regmap lock
Description
In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock 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 i2c_lock. The function pca953x_irq_bus_sync_unlock() 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.
INFO
Published Date :
Aug. 22, 2026, 4:16 p.m.
Last Modified :
Aug. 22, 2026, 4:16 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
- Apply the latest Linux kernel patch for the PCA953X driver.
- Ensure all regmap calls are protected by the I2C lock.
- Verify interrupt mask and direction registers are correctly accessed.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-74733.
| URL | Resource |
|---|---|
| https://git.kernel.org/stable/c/9dc325327babe7f159e84cbe9380a45342da0585 | |
| https://git.kernel.org/stable/c/e6a2f5f845f50b0c4299bace5111f56d3390a090 |
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-74733 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-74733
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-74733 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-74733 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Aug. 22, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'bfc6444b57dc7186b6acc964705d7516cbaf3904', 'lessThan': 'e6a2f5f845f50b0c4299bace5111f56d3390a090', 'versionType': 'git'}, {'status': 'affected', 'version': 'bfc6444b57dc7186b6acc964705d7516cbaf3904', 'lessThan': '9dc325327babe7f159e84cbe9380a45342da0585', 'versionType': 'git'}, {'status': 'affected', 'version': '58a5c93bd1a6e949267400080f07e57ffe05ec34', 'versionType': 'git'}, {'status': 'affected', 'version': 'e2ecdddca80dd845df42376e4b0197fe97018ba2', 'versionType': 'git'}, {'status': 'affected', 'version': 'de7cffa53149c7b48bd1bb29b02390c9f05b7f41', 'versionType': 'git'}, {'status': 'affected', 'version': '6.1.101', 'lessThan': '6.2', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.6.42', 'lessThan': '6.7', 'versionType': 'semver'}, {'status': 'affected', 'version': '6.9.11', 'lessThan': '6.10', 'versionType': 'semver'}], 'programFiles': ['drivers/gpio/gpio-pca953x.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.10'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.10', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '7.1.9', 'versionType': 'semver', 'lessThanOrEqual': '7.1.*'}, {'status': 'unaffected', 'version': '7.2', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/gpio/gpio-pca953x.c'], 'defaultStatus': 'affected'}] Added Description In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock 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 i2c_lock. The function pca953x_irq_bus_sync_unlock() 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. Added Reference https://git.kernel.org/stable/c/9dc325327babe7f159e84cbe9380a45342da0585 Added Reference https://git.kernel.org/stable/c/e6a2f5f845f50b0c4299bace5111f56d3390a090