CVE-2023-53146
"Linux Media DW2102 Null Pointer Dereference 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")
INFO
Published Date :
May 14, 2025, 1:15 p.m.
Last Modified :
May 14, 2025, 1:15 p.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2023-53146
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2023-53146
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2023-53146
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
May. 14, 2025
Action Type Old Value New Value Added 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") Added Reference https://git.kernel.org/stable/c/08dfcbd03b2b7f918c4f87c6ff637054e510df74 Added Reference https://git.kernel.org/stable/c/5ae544d94abc8ff77b1b9bf8774def3fa5689b5b Added Reference https://git.kernel.org/stable/c/77cbd42d29de9ffc93d5529bab8813cde53af14c Added Reference https://git.kernel.org/stable/c/903566208ae6bb9c0e7e54355ce75bf6cf72485d Added Reference https://git.kernel.org/stable/c/97fdbdb750342cbc204befde976872fedb406ee6 Added Reference https://git.kernel.org/stable/c/beb9550494e7349f92b9eaa283256a5ad9b1c9be Added Reference https://git.kernel.org/stable/c/ecbe6d011b95c7da59f014f8d26cb7245ed1e11e Added Reference https://git.kernel.org/stable/c/fb28afab113a82b89ffec48c8155ec05b4f8cb5e
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2023-53146
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2023-53146
weaknesses.