CVE-2022-50722
Unknown Unknown - Not Provided

NULL Pointer Dereference in Linux ipu3-imgu Media Driver

Vulnerability report for CVE-2022-50722, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-12-24

Last updated on: 2025-12-24

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: media: ipu3-imgu: Fix NULL pointer dereference in active selection access What the IMGU driver did was that it first acquired the pointers to active and try V4L2 subdev state, and only then figured out which one to use. The problem with that approach and a later patch (see Fixes: tag) is that as sd_state argument to v4l2_subdev_get_try_crop() et al is NULL, there is now an attempt to dereference that. Fix this. Also rewrap lines a little.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-24
Last Modified
2025-12-24
Generated
2026-07-06
AI Q&A
2025-12-24
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the Linux kernel's ipu3-imgu media driver. The driver incorrectly acquires pointers to active and try V4L2 subdevice states before determining which one to use. When the sd_state argument to functions like v4l2_subdev_get_try_crop() is NULL, the driver attempts to dereference it, leading to a NULL pointer dereference error. This issue has been fixed by correcting the order and checks in the code.

Impact Analysis

The NULL pointer dereference can cause the affected system to crash or become unstable, potentially leading to denial of service conditions. This may disrupt media processing functionalities relying on the ipu3-imgu driver in the Linux kernel.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50722. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart