Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2022-50156 Details

Description

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112_xfer() Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'data->block[1]' too small (33 vs 255) drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'buf' too small (64 vs 255) The 'read_length' variable is provided by 'data->block[0]' which comes from user and it(read_length) can take a value between 0-255. Add an upper bound to 'read_length' variable to prevent a buffer overflow in memcpy().

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-787Out-of-bounds Write[email protected]

Affected Products

ProductVersions
linux linux kernel
>= 4.15.1, < 4.19.256
>= 4.20, < 5.4.211
>= 5.5, < 5.10.137
>= 5.11, < 5.15.61
>= 5.16, < 5.18.18

CPE

  • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.15:-:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.15:rc6:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.15:rc7:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.15:rc8:*:*:*:*:*:*
  • cpe:2.3:o:linux:linux_kernel:4.15:rc9:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2022-50156
NVD Published Date:
Jun 18, 2025
NVD Last Modified:
Aug 4, 2026
Source:
kernel.org
CVE-2022-50156 Details - Not Deferred