CVE & CISA-KEV Catalog

CVE-2022-50876

UNSCORED

Description

In the Linux kernel, the following vulnerability has been resolved: usb: musb: Fix musb_gadget.c rxstate overflow bug The usb function device call musb_gadget_queue() adds the passed request to musb_ep::req_list,If the (request->length > musb_ep->packet_sz) and (is_buffer_mapped(req) return false),the rxstate() will copy all data in fifo to request->buf which may cause request->buf out of bounds. Fix it by add the length check : fifocnt = min_t(unsigned, request->length - request->actual, fifocnt);

How to fix

Remediation Available
linuxDebian
Fixed in:5.10.158-1CVE-2022-50876
Fixed in:6.0.3-1CVE-2022-50876
Fixed in:6.0.3-1CVE-2022-50876
Fixed in:6.0.3-1CVE-2022-50876

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3.1 Vector

No CVSS vector data available.

Exploit Intelligence

0.20%probability of exploitation in 30 days
9thpercentile

Low risk: more likely to be exploited than 9% of all known CVEs.

References

Embed a live status badge for CVE-2022-50876
CVE-2022-50876 severity badge

Markdown

[![CVE-2022-50876](https://tridentstack.com/cve/badge/CVE-2022-50876.svg)](https://tridentstack.com/cve/CVE-2022-50876)

HTML

<a href="https://tridentstack.com/cve/CVE-2022-50876"><img src="https://tridentstack.com/cve/badge/CVE-2022-50876.svg" alt="CVE-2022-50876"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

Start free

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2025-12-31.