CyberRota
← Ana sayfaya dön

CVE-2026-53195

UNKNOWN · CVSS N/A EPSS %0.20

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-25T09:16:36.983 · Çekilme zamanı: 2026-06-30T18:33:26.219308+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-53195
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.20
Linux

Orijinal NVD Açıklaması

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.