First published: Thu Apr 20 2023(Updated: )
An out-of-bounds write vulnerability was found in the Linux kernel's SLIMpro I2C device driver. The flaw lies in the xgene_slimpro_i2c_xfer() function. Quoting the upstream commit below: "The data->block[0] variable comes from user and is a number between 0-255. Without proper check, the variable may be very large to cause an out-of-bounds when performing memcpy in slimpro_i2c_blkwr." Upstream fix: <a href="https://github.com/torvalds/linux/commit/92fbb6d1296f">https://github.com/torvalds/linux/commit/92fbb6d1296f</a>
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <6.3 | 6.3 |
Linux Kernel | <6.3 | |
Linux Kernel | =6.3-rc1 | |
Linux Kernel | =6.3-rc2 | |
Linux Kernel | =6.3-rc3 | |
Red Hat Fedora | =38 | |
Red Hat Enterprise Linux | =8.0 | |
Red Hat Enterprise Linux | =9.0 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager | <=ISVG 10.0.2 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.129-1 6.1.128-1 6.12.21-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-2194 has been classified as a high-severity vulnerability due to the potential for an out-of-bounds write in the Linux kernel.
To fix CVE-2023-2194, update the Linux kernel to version 6.3 or later, or apply the appropriate patches provided by your distribution.
CVE-2023-2194 affects Linux kernel versions up to and including 6.3 as well as specific versions of IBM Security Verify Governance software components.
Yes, CVE-2023-2194 is present in Red Hat Enterprise Linux versions up to 9.0 and requires updates to mitigate the vulnerability.
Exploiting CVE-2023-2194 could allow an attacker to execute arbitrary code with elevated privileges, leading to system compromise.