First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init Syzbot reported that -1 is used as array index. The problem was in missing validation check. hdw->unit_number is initialized with -1 and then if init table walk fails this value remains unchanged. Since code blindly uses this member for array indexing adding sanity check is the easiest fix for that. hdw->workpoll initialization moved upper to prevent warning in __flush_work.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=2.6.18<4.9.318 | |
Linux Kernel | >=4.10<4.14.283 | |
Linux Kernel | >=4.15<4.19.247 | |
Linux Kernel | >=4.20<5.4.198 | |
Linux Kernel | >=5.5<5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49478 is classified as a low severity vulnerability in the Linux kernel.
To fix CVE-2022-49478, update the Linux kernel to a version that includes the patch addressing the array-index-out-of-bounds issue.
CVE-2022-49478 affects the pvrusb2 driver within the Linux kernel, specifically concerning the initialization of the unit number.
CVE-2022-49478 is caused by a missing validation check that allows -1 to be used as an array index.
CVE-2022-49478 does not present a significant remote exploit risk but can lead to denial of service.