In the Linux kernel, the following vulnerability has been resolved:
USB: serial: io_ti: fix heap overflow in build_i2c_fw_hdr()
build_i2c_fw_hdr() allocates a fixed-size buffer of
(16*1024 - 512) + sizeof(struct ti_i2c_firmware_rec) bytes, then
copies le16_to_cpu(img_header->Length) bytes into it without
validating that Length fits within the available space after the
firmware record header.
img_header->Length is a __le16 from the firmware file and can be
up to 65535. check_fw_sanity() validates the total firmware size
but not img_header->Length specifically.
Fix by rejecting images where img_header->Length exceeds the
available destination space.
References
Configurations
Configuration 1 (hide)
|
History
06 Jul 2026, 12:36
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-787 | |
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.12:-:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.12:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.12:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.12:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:2.6.12:rc5:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.8 |
| References | () https://git.kernel.org/stable/c/0fd2b00b2d3d05e3eaa13342b3dfb0fa85c226ae - Patch | |
| References | () https://git.kernel.org/stable/c/130d6567eb148040eed1b73e1414ad6c27d22bd5 - Patch | |
| References | () https://git.kernel.org/stable/c/294692d3296eee3391c348d7ea6401916d27806c - Patch | |
| References | () https://git.kernel.org/stable/c/2fd64bf0ad66ab5de0c73524591d879427ba5aba - Patch | |
| References | () https://git.kernel.org/stable/c/3e187152f44d76d7633a3855ffd0099e1588b82a - Patch | |
| References | () https://git.kernel.org/stable/c/4cb722747ed25971f35cc47ce5c0e79d7f717713 - Patch | |
| References | () https://git.kernel.org/stable/c/5a79b634ee58786ca627268daefa7744f2af2e14 - Patch | |
| References | () https://git.kernel.org/stable/c/b7faf660eefa2047ebc2959ff76da2b6eae2e9e3 - Patch |
25 Jun 2026, 09:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-06-25 09:16
Updated : 2026-07-06 12:36
NVD link : CVE-2026-53195
Mitre link : CVE-2026-53195
CVE.ORG link : CVE-2026-53195
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-787
Out-of-bounds Write
