In the Linux kernel, the following vulnerability has been resolved:
i2c: validate user data in compat ioctl
Wrong user data may cause warning in i2c_transfer(), ex: zero msgs.
Userspace should not be able to trigger warnings, so this patch adds
validation checks for user data in compact ioctl to prevent reported
warnings
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-02-27 10:15
Updated : 2024-04-10 18:19
NVD link : CVE-2021-46934
Mitre link : CVE-2021-46934
CVE.ORG link : CVE-2021-46934
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-754
Improper Check for Unusual or Exceptional Conditions