Integer overflow in Linux

CVE-2022-48806

In the Linux kernel, the following vulnerability has been resolved: eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX Commit effa453168a7 ("i2c: i801: Don't silently correct invalid transfer size") revealed that ee1004_eeprom_read() did not properly limit how many bytes to read at once. In particular, i2c_smbus_read_i2c_block_data_or_emulated() takes the length to read as an u8. If count == 256 after taking into account the offset and page boundary, the cast to u8 overflows. And this is common when user space tries to read the entire EEPROM at once. To fix it, limit each read to I2C_SMBUS_BLOCK_MAX (32) bytes, already the maximum length i2c_smbus_read_i2c_block_data_or_emulated() allows.

Vulnerability class: Integer Overflow

EPSS: 0.003 (20.4th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Linux — versions 07d9beb6e3c2e852e884113d6803ea4b3643ae38, 74650c34f93044d3ab441235f161f9e1e761e96b, 7414af7bdad9a9cddb3a765ca98ea207048618c5
  • Linux Linux_kernel — versions 5.17

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2022-48806?
CVE-2022-48806 is a medium-severity vulnerability in Linux, classified under Integer Overflow or Wraparound. CVSS score: 5.5/10. Published 2024-07-16.
How severe is CVE-2022-48806?
Medium severity. CVSS v3 base score is 5.5 out of 10.