First published: Tue Jul 30 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Using uninitialized value *size when calling amdgpu_vce_cs_reloc Initialize the size before calling amdgpu_vce_cs_reloc, such as case 0x03000001. V2: To really improve the handling we would actually need to have a separate value of 0xffffffff.(Christian)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | <6.6.39 | |
Linux Kernel | >=6.7<6.9.9 | |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=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 6.12.22-1 |
debian/linux-6.1 | 6.1.129-1~deb11u1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-42228 has been rated as a high-severity vulnerability due to potential impacts on system stability and security.
To fix CVE-2024-42228, ensure your Linux kernel is updated to version 5.10.226-1 or later.
CVE-2024-42228 affects Linux kernel versions prior to 6.6.39.
Yes, CVE-2024-42228 is prevalent in specific Debian packages like linux and linux-6.1 versions prior to recommended updates.
CVE-2024-42228 is caused by using an uninitialized value *size in the amdgpu_vce_cs_reloc function.