CVE-2026-64237
Received Received - Intake

Elan I2C Driver Firmware Size Validation Flaw

Vulnerability report for CVE-2026-64237, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-24

Last updated on: 2026-07-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: Input: elan_i2c - validate firmware size before use Ensure that the firmware file is large enough to contain the expected number of pages and the signature (which resides at the end of the firmware blob) before accessing them to prevent potential out-of-bounds reads.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-24
Last Modified
2026-07-24
Generated
2026-07-24
AI Q&A
2026-07-24
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a flaw in the elan_i2c driver where firmware files are not properly validated before use. Specifically, the driver fails to check if the firmware size is sufficient to contain the expected number of pages and the signature located at the end of the firmware blob. This oversight can lead to out-of-bounds reads when accessing these elements.

Detection Guidance

This vulnerability affects the Linux kernel's elan_i2c driver. Detection involves checking if your system uses a vulnerable kernel version and if the elan_i2c module is loaded. Run: uname -a to check kernel version and lsmod | grep elan_i2c to verify if the module is loaded.

Impact Analysis

This vulnerability could allow an attacker to read sensitive memory contents or cause system instability by triggering out-of-bounds memory access. If exploited, it may lead to unauthorized data exposure, crashes, or potential privilege escalation on affected systems.

Mitigation Strategies

Update your Linux kernel to the latest patched version. If your distribution provides a kernel update, apply it immediately. Disable the elan_i2c module if not needed using modprobe -r elan_i2c.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-64237. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart