Back to overview

CVE-2026-53195

Description
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.

Metadata

CVE ID
CVE-2026-53195
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-25 08:39 UTC
Last updated
2026-06-25 08:39 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 3e187152f44d76d7633a3855ffd0099e1588b82a, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < b7faf660eefa2047ebc2959ff76da2b6eae2e9e3, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 2fd64bf0ad66ab5de0c73524591d879427ba5aba, 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 < 4cb722747ed25971f35cc47ce5c0e79d7f717713 …
Linux Linux 2.6.12, 0 < 2.6.12, 5.10.259 ≤ 5.10.*, 5.15.210 ≤ 5.15.* …
Back to overview