{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2022-48806",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2024-07-16T11:38:08.896Z",
        "datePublished": "2024-07-16T11:43:57.598Z",
        "dateUpdated": "2026-05-23T15:20:47.520Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-05-23T15:20:47.520Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\neeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX\n\nCommit effa453168a7 (\"i2c: i801: Don't silently correct invalid transfer\nsize\") revealed that ee1004_eeprom_read() did not properly limit how\nmany bytes to read at once.\n\nIn particular, i2c_smbus_read_i2c_block_data_or_emulated() takes the\nlength to read as an u8.  If count == 256 after taking into account the\noffset and page boundary, the cast to u8 overflows.  And this is common\nwhen user space tries to read the entire EEPROM at once.\n\nTo fix it, limit each read to I2C_SMBUS_BLOCK_MAX (32) bytes, already\nthe maximum length i2c_smbus_read_i2c_block_data_or_emulated() allows."
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "drivers/misc/eeprom/ee1004.c"
                    ],
                    "versions": [
                        {
                            "version": "aca56c298e2a6d20ab6308e203a8d37f2a7759d3",
                            "lessThan": "3937c35493ee2847aaefcfa5460e94b7443eef49",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "25714ad6bf5e98025579fa4c08ff2041a663910c",
                            "lessThan": "a37960df7eac3cc8094bd1ab84864e9e32c91345",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "be9313f755a7bfa02230b15731d07074d5255ecb",
                            "lessThan": "9a5f471ae380f9fcb9756d453c12ca1f8595a93c",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "07d9beb6e3c2e852e884113d6803ea4b3643ae38",
                            "lessThan": "9443ddeb3754e9e382a396b50adc1961301713ce",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "effa453168a7eeb8a562ff4edc1dbf9067360a61",
                            "lessThan": "c0689e46be23160d925dca95dfc411f1a0462708",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "74650c34f93044d3ab441235f161f9e1e761e96b",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "a126a8c3dd51519513141b4fc94fd4813bca2c0f",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "202d0e22fe512df0f1cb6253d40ce1058e373247",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "7414af7bdad9a9cddb3a765ca98ea207048618c5",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "4.4.300",
                            "lessThan": "4.5",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "4.9.298",
                            "lessThan": "4.10",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "4.14.263",
                            "lessThan": "4.15",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "4.19.226",
                            "lessThan": "4.20",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "drivers/misc/eeprom/ee1004.c"
                    ],
                    "versions": [
                        {
                            "version": "5.4.174",
                            "lessThan": "5.4.180",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.94",
                            "lessThan": "5.10.101",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.17",
                            "lessThan": "5.15.24",
                            "status": "affected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.16.3",
                            "lessThan": "5.16.10",
                            "status": "affected",
                            "versionType": "semver"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.4.174",
                                    "versionEndExcluding": "5.4.180"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.10.94",
                                    "versionEndExcluding": "5.10.101"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.15.17",
                                    "versionEndExcluding": "5.15.24"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "5.16.3",
                                    "versionEndExcluding": "5.16.10"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.4.300"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.9.298"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.14.263"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "4.19.226"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/3937c35493ee2847aaefcfa5460e94b7443eef49"
                },
                {
                    "url": "https://git.kernel.org/stable/c/a37960df7eac3cc8094bd1ab84864e9e32c91345"
                },
                {
                    "url": "https://git.kernel.org/stable/c/9a5f471ae380f9fcb9756d453c12ca1f8595a93c"
                },
                {
                    "url": "https://git.kernel.org/stable/c/9443ddeb3754e9e382a396b50adc1961301713ce"
                },
                {
                    "url": "https://git.kernel.org/stable/c/c0689e46be23160d925dca95dfc411f1a0462708"
                }
            ],
            "title": "eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-03T15:25:01.645Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "url": "https://git.kernel.org/stable/c/3937c35493ee2847aaefcfa5460e94b7443eef49",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/a37960df7eac3cc8094bd1ab84864e9e32c91345",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/9a5f471ae380f9fcb9756d453c12ca1f8595a93c",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/9443ddeb3754e9e382a396b50adc1961301713ce",
                        "tags": [
                            "x_transferred"
                        ]
                    },
                    {
                        "url": "https://git.kernel.org/stable/c/c0689e46be23160d925dca95dfc411f1a0462708",
                        "tags": [
                            "x_transferred"
                        ]
                    }
                ]
            },
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "id": "CVE-2022-48806",
                                "role": "CISA Coordinator",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "no"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "version": "2.0.3",
                                "timestamp": "2024-09-10T16:58:47.691859Z"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2024-09-11T17:34:13.770Z"
                }
            }
        ]
    }
}