CVE-2022-50722
Unknown Unknown - Not Provided
NULL Pointer Dereference in Linux ipu3-imgu Media Driver

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-05-27
AI Q&A
2025-12-24
EPSS Evaluated
2026-05-25
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 Powered Q&A
Can you explain this vulnerability to me?

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.


How can this vulnerability impact me? :

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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart