CVE-2023-53146
Published: May 14, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer() In dw2102_i2c_transfer, 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 dw2102_i2c_transfer. 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 950e252cb469 ("[media] dw2102: limit messages to buffer size")
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 7fd4828f6cc5bd4339ff58e372ccb5f528548b30 - < 77cbd42d29de9ffc93d5529bab8813cde53af14caffected 7fd4828f6cc5bd4339ff58e372ccb5f528548b30 - < ecbe6d011b95c7da59f014f8d26cb7245ed1e11eaffected 7fd4828f6cc5bd4339ff58e372ccb5f528548b30 - < beb9550494e7349f92b9eaa283256a5ad9b1c9beaffected 7fd4828f6cc5bd4339ff58e372ccb5f528548b30 - < 97fdbdb750342cbc204befde976872fedb406ee6affected 7fd4828f6cc5bd4339ff58e372ccb5f528548b30 - < 903566208ae6bb9c0e7e54355ce75bf6cf72485d+3 more versions |
Linux | Linux | affected 2.6.27unaffected 0 - < 2.6.27unaffected 4.14.326 - <= 4.14.*unaffected 4.19.295 - <= 4.19.*unaffected 5.4.257 - <= 5.4.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now