CVE-2022-48806

Source
https://cve.org/CVERecord?id=CVE-2022-48806
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48806.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48806
Downstream
Related
Published
2024-07-16T11:43:57.598Z
Modified
2026-03-20T12:21:53.497529Z
Summary
eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX
Details

In the Linux kernel, the following vulnerability has been resolved:

eeprom: ee1004: limit i2c reads to I2CSMBUSBLOCK_MAX

Commit effa453168a7 ("i2c: i801: Don't silently correct invalid transfer size") revealed that ee1004eepromread() did not properly limit how many bytes to read at once.

In particular, i2csmbusreadi2cblockdataor_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 I2CSMBUSBLOCKMAX (32) bytes, already the maximum length i2csmbusreadi2cblockdataoremulated() allows.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/48xxx/CVE-2022-48806.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
aca56c298e2a6d20ab6308e203a8d37f2a7759d3
Fixed
3937c35493ee2847aaefcfa5460e94b7443eef49
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
25714ad6bf5e98025579fa4c08ff2041a663910c
Fixed
a37960df7eac3cc8094bd1ab84864e9e32c91345
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
be9313f755a7bfa02230b15731d07074d5255ecb
Fixed
9a5f471ae380f9fcb9756d453c12ca1f8595a93c
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
07d9beb6e3c2e852e884113d6803ea4b3643ae38
Fixed
9443ddeb3754e9e382a396b50adc1961301713ce
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
effa453168a7eeb8a562ff4edc1dbf9067360a61
Fixed
c0689e46be23160d925dca95dfc411f1a0462708
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
74650c34f93044d3ab441235f161f9e1e761e96b
Last affected
a126a8c3dd51519513141b4fc94fd4813bca2c0f
Last affected
202d0e22fe512df0f1cb6253d40ce1058e373247
Last affected
7414af7bdad9a9cddb3a765ca98ea207048618c5

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48806.json"