CVE-2023-52647
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
01/05/2024
Last modified:
18/09/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access<br />
<br />
When translating source to sink streams in the crossbar subdev, the<br />
driver tries to locate the remote subdev connected to the sink pad. The<br />
remote pad may be NULL, if userspace tries to enable a stream that ends<br />
at an unconnected crossbar sink. When that occurs, the driver<br />
dereferences the NULL pad, leading to a crash.<br />
<br />
Prevent the crash by checking if the pad is NULL before using it, and<br />
return an error if it is.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.4 (including) | 6.6.24 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (including) | 6.7.12 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.8.3 (excluding) |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- https://git.kernel.org/stable/c/91c8ce42fcde09f1da24acab9013b3e19cb88a4e
- https://git.kernel.org/stable/c/c4bd29bf5b7f67925bc1abd16069f22dadf5f061
- https://git.kernel.org/stable/c/c95318607fbe8fdd44991a8dad2e44118e6b8812
- https://git.kernel.org/stable/c/eb2f932100288dbb881eadfed02e1459c6b9504c
- https://git.kernel.org/stable/c/91c8ce42fcde09f1da24acab9013b3e19cb88a4e
- https://git.kernel.org/stable/c/c4bd29bf5b7f67925bc1abd16069f22dadf5f061
- https://git.kernel.org/stable/c/c95318607fbe8fdd44991a8dad2e44118e6b8812
- https://git.kernel.org/stable/c/eb2f932100288dbb881eadfed02e1459c6b9504c



