Description
In the Linux kernel, the following vulnerability has been resolved:

USB: serial: mct_u232: fix missing interrupt-in transfer sanity check

Add the missing sanity check on the size of interrupt-in transfers to
avoid parsing stale or uninitialised slab data (and leaking it to user
space).
Published: 2026-07-19
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A missing sanity check on the size of interrupt-in transfers in the Linux USB serial driver (mct_u232) allowed the driver to parse stale or uninitialised slab data. This could cause sensitive information to be copied from kernel memory into user space, leading to an information‑disclosure vulnerability. The weakness is consistent with an unvalidated read of uninitialised memory, a common information‑exposure flaw.

Affected Systems

The vulnerability affected all Linux kernel builds that include the mct_u232 driver before the patch was applied. No specific kernel release information is provided in the advisory, so any kernel version built with the unpatched driver is potentially impacted. The affected product is the Linux kernel’s USB serial subsystem.

Risk and Exploitability

The EPSS score is reported as < 1 %, indicating a very low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Because the flaw requires the driver to process an interrupt‑in transfer, an attacker would need to supply a specially crafted USB device or otherwise trigger the driver to read from the stale buffer. The attack vector is therefore likely local or through a compromised USB‑connected device. The impact is limited to revealing data that was present in kernel memory at the time of the fault, rather than granting arbitrary code execution or privilege escalation.

Generated by OpenCVE AI on August 4, 2026 at 06:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a release that includes the patch committed in the referenced kernel changesets (e.g., commit 245aba83e3c288e176ed037a1f6b618b09e92ed8 or later).
  • Disable or remove USB serial devices that rely on the mct_u232 driver until the kernel has been updated, thereby preventing the driver from handling interrupt‑in transfers from untrusted devices.
  • If the driver must remain available, rebuild the kernel with the mct_u232 module disabled (e.g., set CONFIG_USB_SERIAL_MCT_U232 to n) so that the vulnerable code path is not loaded.

Generated by OpenCVE AI on August 4, 2026 at 06:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Sat, 25 Jul 2026 01:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-908
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 22 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200

Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: USB: serial: mct_u232: fix missing interrupt-in transfer sanity check Add the missing sanity check on the size of interrupt-in transfers to avoid parsing stale or uninitialised slab data (and leaking it to user space).
Title USB: serial: mct_u232: fix missing interrupt-in transfer sanity check
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-07-19T14:55:06.845Z

Reserved: 2026-07-19T07:54:57.019Z

Link: CVE-2026-63897

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-63897 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T07:00:05Z

Weaknesses
  • CWE-908

    Use of Uninitialized Resource