1 matches found
CVE-2026-10683
The CVE-2026-10683 issue affects the Synopsys DesignWare I2C driver (drivers/i2c/i2c_dw.c) in target/slave mode. The rx_full interrupt path gates write_requested() when dw->state != CMD_SEND, and the state is only reset to READY on STOP. START_DET, which would reset state on each (re)START, wa...