
Cloud Vulnerability DB
A community-led vulnerabilities database
A vulnerability in the Linux kernel's i2c rtl9300 driver was discovered and disclosed on October 1, 2025. The issue affects the data length handling in the 'rtl9300_i2c_config_xfer' function, where a data length of 0 is not properly supported by the hardware, potentially leading to unintended behavior (NVD).
The vulnerability stems from improper data length validation in the rtl9300_i2c_config_xfer function. The hardware has 4 bits reserved for DATA_WIDTH, used as N + 1, allowing a data length range of 1 <= len <= 16. When a data length of 0 is passed, it causes an underflow due to the calculation (len - 1) & 0xf, effectively setting a transfer length of 16 bytes in the registers (NVD).
The vulnerability can cause a 16-byte write operation instead of the intended Quick Write operation. This can lead to soft-bricking of SFP modules that don't have write-protected EEPROM by overwriting initial bytes (NVD).
A fix has been implemented by adding an explicit check for the xfer length in the rtl9300_i2c_config_xfer function to ensure the data length falls within the supported range. Additionally, a quirk has been added to handle zero-length transfers (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."