VYPR

DesignWare I2C driver

by Lm Sys

CVEs (1)

  • CVE-2026-10683Jul 27, 2026
    risk 0.00cvss epss 0.00

    In the Synopsys DesignWare I2C driver (drivers/i2c/i2c_dw.c) operating in target/slave mode, the rx_full interrupt handler gates the write_requested() callback on dw->state != CMD_SEND, and dw->state is only reset to READY on a STOP interrupt. The START_DET interrupt, whose…