CVE-2026-92382
Received Received - Intake

Out-of-Bounds Write in Usbredir USB Redirection

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

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: redhat-SADP

Description

An out-of-bounds write flaw was found in usbredir. Starting an isochronous OUT stream with a transfer count of 1 leaves the stream's single transfer buffer permanently unsubmitted, defeating the bounds check in usbredirhost_iso_packet() and allowing a usbredir peer to write past the end of the packet descriptor array on every subsequent isochronous packet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-22
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
redhat usbredir *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is an out-of-bounds write flaw in usbredir. Starting an isochronous OUT stream with a transfer count of 1 leaves the stream's single transfer buffer unsubmitted. This defeats bounds checks in usbredirhost_iso_packet(), allowing a peer to write past the end of the packet descriptor array on every subsequent isochronous packet.

Detection Guidance

Detection requires checking for the usbredir package version and verifying if USB redirection is enabled. Inspect installed packages with commands like 'rpm -qa | grep usbredir' on Red Hat systems or 'dpkg -l | grep usbredir' on Debian-based systems. Monitor logs for unusual memory access errors or crashes in virtualization environments.

Impact Analysis

The flaw can lead to memory corruption, potentially enabling unauthorized code execution or causing system crashes. It may impact systems using USB redirection in virtualized environments if mitigation steps are not taken.

Compliance Impact

This vulnerability primarily impacts system availability and integrity through memory corruption, which could lead to crashes or unauthorized code execution. It does not directly affect data confidentiality or integrity, which are key concerns for GDPR and HIPAA. However, system instability could indirectly impact compliance by disrupting logging, monitoring, or access controls required by these regulations.

Mitigation Strategies

Remove the usbredir package if USB redirection is not required using 'dnf remove usbredir' or 'apt-get remove usbredir'. Disable USB redirection in virtualization platforms like QEMU or libvirt by editing configuration files. Ensure no active isochronous OUT streams with transfer count 1 are running.

Chat Assistant

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

EPSS Chart