CVE-2022-50156

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

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
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:*:*:*:*:*:*

History

25 Nov 2025, 15:21

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/26e427ac85c2b8d0d108cc80b6de34d33e2780c4 - () https://git.kernel.org/stable/c/26e427ac85c2b8d0d108cc80b6de34d33e2780c4 - Patch
References () https://git.kernel.org/stable/c/381583845d19cb4bd21c8193449385f3fefa9caf - () https://git.kernel.org/stable/c/381583845d19cb4bd21c8193449385f3fefa9caf - Patch
References () https://git.kernel.org/stable/c/3af7d60e9a6c17d6d41c4341f8020511887d372d - () https://git.kernel.org/stable/c/3af7d60e9a6c17d6d41c4341f8020511887d372d - Patch
References () https://git.kernel.org/stable/c/519ff31a6ddd87aa4905bd9bf3b92e8b88801614 - () https://git.kernel.org/stable/c/519ff31a6ddd87aa4905bd9bf3b92e8b88801614 - Patch
References () https://git.kernel.org/stable/c/8489a20ac481b08c0391608d81ed3796d373cfdf - () https://git.kernel.org/stable/c/8489a20ac481b08c0391608d81ed3796d373cfdf - Patch
References () https://git.kernel.org/stable/c/e7028944e61014ae915e7fb74963d3835f2f761a - () https://git.kernel.org/stable/c/e7028944e61014ae915e7fb74963d3835f2f761a - Patch
References () https://git.kernel.org/stable/c/ebda3d6b004bb6127a66a616524a2de152302ca7 - () https://git.kernel.org/stable/c/ebda3d6b004bb6127a66a616524a2de152302ca7 - Patch
CWE CWE-787
CPE 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:-:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.15:rc8:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:4.15:rc9:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

Information

Published : 2025-06-18 11:15

Updated : 2025-11-25 15:21


NVD link : CVE-2022-50156

Mitre link : CVE-2022-50156

CVE.ORG link : CVE-2022-50156


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-787

Out-of-bounds Write