OSV 1.4.0 · unreviewed · 修改于 2026-08-25 14:31
发布时间
2026-08-23 02:30
GitHub 审查时间
—
NVD 发布时间
2026-08-23 00:16
源文件
advisories/unreviewed/2026/08/GHSA-p6rq-qpqh-5f25/GHSA-p6rq-qpqh-5f25.json
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.
该公告没有提供结构化的受影响软件包信息。