Lucene search
K

39 matches found

SUSE CVE
SUSE CVE
added 2025/12/25 1:4 a.m.3 views

SUSE CVE-2022-50722

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 probl...

5.5CVSS6.4AI score0.00203EPSS
Exploits0References7
NVD
NVD
added 2025/12/24 1:15 p.m.13 views

CVE-2022-50722

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 probl...

0.00203EPSS
Exploits0References3
UbuntuCve
UbuntuCve
added 2025/12/24 1:15 p.m.2 views

CVE-2022-50722

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 probl...

5.7AI score0.00203EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/13 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-40207

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does...

5.8AI score0.00162EPSS
Exploits0References2
OSV
OSV
added 2025/11/12 10:15 p.m.1 views

DEBIAN-CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.2AI score0.00162EPSS
Exploits0References1
OSV
OSV
added 2025/11/12 10:15 p.m.3 views

AZL-70070 CVE-2025-40207 affecting package kernel for versions less than 6.6.117.1-1

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.6AI score0.00162EPSS
Exploits0References1
NVD
NVD
added 2025/11/12 10:15 p.m.3 views

CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

0.00162EPSS
Exploits0References5
CVE
CVE
added 2025/11/12 9:56 p.m.18 views

CVE-2025-40207

In the Linux kernel vulnerability CVE-2025-40207, the media: v4l2-subdev path v4l2_subdev_call_state_try() allocates a subdev state with __v4l2_subdev_state_alloc() but does not check for allocation failure, which could return an ERR_PTR and crash v4l2_subdev_call_state_try(). The connected advis...

5.8AI score0.00162EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/11/12 9:56 p.m.4 views

CVE-2025-40207 media: v4l2-subdev: Fix alloc failure check in v4l2_subdev_call_state_try()

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

0.00162EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2025/11/12 9:56 p.m.1 views

CVE-2025-40207

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-subdev: Fix alloc failure check in v4l2subdevcallstatetry v4l2subdevcallstatetry macro allocates a subdev state with v4l2subdevstatealloc, but does not check the returned value. If v4l2subdevstatealloc fails, it retur...

5.2AI score0.00162EPSS
Exploits0
NVD
NVD
added 2025/09/05 6:15 p.m.5 views

CVE-2025-39712

In the Linux kernel, the following vulnerability has been resolved: media: mt9m114: Fix deadlock in getframeinterval/setframeinterval Getting / Setting the frame interval using the V4L2 subdev pad ops getframeinterval/setframeinterval causes a deadlock, as the subdev state is locked in the 1 but...

5.5CVSS0.00105EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/08/08 12:0 a.m.2 views

PT-2025-46764

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The v4l2 subdev call state try macro in the Linux kernel does not check the return value of v4l2 subdev state alloc. If v4l2 subdev state alloc fails, it returns an error pointer, which...

4.6CVSS7.2AI score0.00162EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/02/27 3:5 a.m.2 views

SUSE CVE-2022-49496

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev-pm.dev" will be NULL in mtkvcodecdecremove. Kernel will crash when try to rmmod mtk-vcodec-dec.ko...

5.5CVSS6.5AI score0.00156EPSS
Exploits0References3
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

DEBIAN-CVE-2022-49496

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: prevent kernel crash when rmmod mtk-vcodec-dec.ko If the driver support subdev mode, the parameter "dev-pm.dev" will be NULL in mtkvcodecdecremove. Kernel will crash when try to rmmod mtk-vcodec-dec.ko...

5.5CVSS5.4AI score0.00156EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2024/05/01 10:23 p.m.27 views

CVE-2023-52647

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access When translating source to sink streams in the crossbar subdev, the driver tries to locate the remote subdev connected to the sink pad. The remote pad may...

5.5CVSS7.2AI score0.00222EPSS
Exploits0References4
NVD
NVD
added 2024/05/01 6:15 a.m.16 views

CVE-2023-52647

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access When translating source to sink streams in the crossbar subdev, the driver tries to locate the remote subdev connected to the sink pad. The remote pad may...

5.5CVSS7.4AI score0.00222EPSS
Exploits0References4
UbuntuCve
UbuntuCve
added 2024/05/01 6:15 a.m.18 views

CVE-2023-52647

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access When translating source to sink streams in the crossbar subdev, the driver tries to locate the remote subdev connected to the sink pad. The remote pad may...

5.5CVSS5.9AI score0.00222EPSS
Exploits0References11
OSV
OSV
added 2024/05/01 5:16 a.m.13 views

CVE-2023-52647 media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Check whether crossbar pad is non-NULL before access When translating source to sink streams in the crossbar subdev, the driver tries to locate the remote subdev connected to the sink pad. The remote pad may...

5.5CVSS6AI score0.00222EPSS
Exploits0References7
CNVD
CNVD
added 2016/04/22 12:0 a.m.2 views

Samsumg android phone v4l-subdev driver memory corruption vulnerability

Samsumg android phone is a series of cell phone products based on the Android platform developed by South Korea's Samsung Samsung. A memory corruption vulnerability exists in the 'msmsensorconfig' function in the v4l-subdev driver of the samsumg android phone, which stems from the program's failu...

7.8CVSS6.9AI score0.00352EPSS
Exploits1References1
Rows per page
Query Builder