HOMEVULNERABILITIESCVE-2026-53195
NONE

CVE-2026-53195

Published: June 25, 2026· Updated: Jun 30, 2026

EPSS:0.20%probability of exploitation in 30 daysPercentile:10.4th

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

NVD Source

Technical Analysis

CVE-2026-53195 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (8)

Quick Facts

CVE IDCVE-2026-53195
SeverityNONE
CISA KEVNo
EPSS (30d)0.20%
PublishedJun 25, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53195 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.