CVE-2023-53336

Severity CVSS v4.0:
Pending analysis
Type:
CWE-476 NULL Pointer Dereference
Publication date:
17/09/2025
Last modified:
14/01/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warnings<br /> <br /> When ipu_bridge_parse_rotation() and ipu_bridge_parse_orientation() run<br /> sensor-&gt;adev is not set yet.<br /> <br /> So if either of the dev_warn() calls about unknown values are hit this<br /> will lead to a NULL pointer deref.<br /> <br /> Set sensor-&gt;adev earlier, with a borrowed ref to avoid making unrolling<br /> on errors harder, to fix this.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (including) 6.4.16 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.5 (including) 6.5.3 (excluding)