CVE-2026-63897
Received Received - Intake

USB: serial mct_u232 missing interrupt-in transfer sanity check

Vulnerability report for CVE-2026-63897, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-19

Last updated on: 2026-07-19

Assigner: kernel.org

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

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-19
Last Modified
2026-07-19
Generated
2026-07-20
AI Q&A
2026-07-19
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a missing sanity check on the size of interrupt-in transfers for the USB serial driver mct_u232. Without this check, stale or uninitialised slab data could be parsed and leaked to user space.

Detection Guidance

This vulnerability is specific to the Linux kernel's USB serial driver mct_u232. Detection requires checking kernel logs for USB-related errors or unexpected behavior. Use commands like dmesg | grep mct_u232 or journalctl -k | grep mct_u232 to inspect kernel messages for issues related to USB interrupt-in transfers.

Impact Analysis

An attacker with physical access to a system using the mct_u232 USB serial driver could exploit this flaw to read uninitialised kernel memory, potentially exposing sensitive data or causing system instability.

Compliance Impact

This vulnerability involves a missing sanity check on USB interrupt-in transfers in the Linux kernel, which could lead to parsing stale or uninitialised slab data and leaking it to user space. It does not directly impact compliance with standards like GDPR or HIPAA, as those focus on data protection and privacy rather than kernel-level USB driver issues.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this vulnerability. If immediate patching is not possible, consider disabling the mct_u232 module temporarily using modprobe -r mct_u232 until the update is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-63897. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart