CVE Catalog

CVE-2026-63995

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

In the Linux kernel's ethtool driver for CMIS modules, a vulnerability was found due to missing validation of the data size received from the module. A malicious module can return an inflated start_cmd_payload_size value, leading to an out-of-bounds (OOB) write in cmis_fw_update_start_download().

Risk Assessment

An attacker could exploit this vulnerability for remote code execution or system destabilization by connecting a crafted CMIS module, threatening the integrity and availability of network infrastructure.

Recommendation

Immediately update the Linux kernel to a version containing the fix that validates start_cmd_payload_size. Until the update, restrict physical access to network ports and use only trusted CMIS modules.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ethtool: cmis: validate start_cmd_payload_size from module The CMIS firmware update code reads start_cmd_payload_size from the module's FW Management Features CDB reply and uses it directly as the byte count for memcpy. The destination buffer is 112 bytes (ETHTOOL_CMIS_CDB_LPL_MAX_PL_LENGTH - 8). So a malicious module (or corrupted response) can cause a OOB write later on in cmis_fw_update_start_download(). Let's error out. If modules that expect longer LPL writes actually exist we should revisit. struct cmis_cdb_start_fw_download_pl's definition has to move, no change there.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS