First published: Fri Sep 06 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xfer In af9035_i2c_master_xfer, msg is controlled by user. When msg[i].buf is null and msg[i].len is zero, former checks on msg[i].buf would be passed. Malicious data finally reach af9035_i2c_master_xfer. If accessing msg[i].buf[0] without sanity check, null ptr deref would happen. We add check on msg[i].len to prevent crash. Similar commit: commit 0ed554fd769a ("media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer()")
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Linux kernel | <4.14.326 | |
Linux Linux kernel | >=4.15<4.19.295 | |
Linux Linux kernel | >=4.20<5.4.257 | |
Linux Linux kernel | >=5.5<5.10.197 | |
Linux Linux kernel | >=5.11<5.15.133 | |
Linux Linux kernel | >=5.16<6.1.55 | |
Linux Linux kernel | >=6.2<6.5.5 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.