Vulnerability 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")
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.14.326 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/08dfcbd03b2b7f918c4f87c6ff637054e510df74Patch
- https://git.kernel.org/stable/c/5ae544d94abc8ff77b1b9bf8774def3fa5689b5bPatch
- https://git.kernel.org/stable/c/77cbd42d29de9ffc93d5529bab8813cde53af14cPatch
- https://git.kernel.org/stable/c/903566208ae6bb9c0e7e54355ce75bf6cf72485dPatch
- https://git.kernel.org/stable/c/97fdbdb750342cbc204befde976872fedb406ee6Patch
- https://git.kernel.org/stable/c/beb9550494e7349f92b9eaa283256a5ad9b1c9bePatch
- https://git.kernel.org/stable/c/ecbe6d011b95c7da59f014f8d26cb7245ed1e11ePatch
- https://git.kernel.org/stable/c/fb28afab113a82b89ffec48c8155ec05b4f8cb5ePatch
FAQ
What is CVE-2023-53146?
CVE-2023-53146 is a vulnerability with a CVSS score of 5.5 (MEDIUM). 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 n...
How severe is CVE-2023-53146?
CVE-2023-53146 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2023-53146?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.