Lucene search
K

75 matches found

NVD
NVD
added 2025/12/30 1:15 p.m.8 views

CVE-2022-50826

In the Linux kernel, the following vulnerability has been resolved: ipu3-imgu: Fix NULL pointer dereference in imgusubdevsetselection Calling v4l2subdevgettrycrop and v4l2subdevgettrycompose with a subdev state of NULL leads to a NULL pointer dereference. This can currently happen in...

0.00206EPSS
Exploits0References4
OSV
OSV
added 2025/12/30 12:10 p.m.5 views

CVE-2022-50836 remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()

In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcomaddsysmonsubdev The kfree should be called when ofirqgetbyname fails or devmrequestthreadedirq fails in qcomaddsysmonsubdev, otherwise there will be a memory leak, so add kfree to fix it...

6.3AI score0.00211EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.6 views

PT-2025-53944

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s ipu3-imgu component where a NULL pointer dereference can occur in the imgu subdev set selection function. This happens when v4l2 subdev get try crop a...

7.8CVSS6.2AI score0.00465EPSS
Exploits2References894
EUVD
EUVD
added 2025/12/24 3:30 p.m.19 views

EUVD-2022-55767

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.9AI score0.00203EPSS
Exploits0References4
OSV
OSV
added 2025/12/24 1:15 p.m.7 views

UBUNTU-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
Exploits0References5
OSV
OSV
added 2025/12/24 12:22 p.m.10 views

CVE-2022-50722 media: ipu3-imgu: Fix NULL pointer dereference in active selection access

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

6.3AI score0.00203EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.13 views

PT-2025-53026

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The IMGU driver in the Linux kernel had a flaw where it attempted to dereference a NULL pointer when the sd state argument to functions like v4l2 subdev get try crop was NULL. This...

7.8CVSS6.2AI score0.00465EPSS
Exploits2References892
SUSE CVE
SUSE CVE
added 2025/12/23 3:51 a.m.3 views

SUSE CVE-2025-68335

In the Linux kernel, the following vulnerability has been resolved: comedi: pcl818: fix null-ptr-deref in pcl818aicancel Syzbot identified an issue 1 in pcl818aicancel, which stems from the fact that in case of early device detach via pcl818detach, subdevice dev-readsubdev may not have initialize...

5.5CVSS6.2AI score0.00176EPSS
Exploits0References21
CVE
CVE
added 2025/12/22 4:14 p.m.22 views

CVE-2025-68335

CVE-2025-68335 concerns a Linux kernel vulnerability in the comedi pcl818 driver. Syzbot showed a null-pointer dereference in pcl818_ai_cancel() when an early detach could leave subdevice read_subdev->async uninitialized, leading to a general protection fault and kernel crash. The mitigation f...

6.1AI score0.00176EPSS
Exploits0References7
EUVD
EUVD
added 2025/12/09 3:31 a.m.5 views

EUVD-2023-60094

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

6AI score0.00156EPSS
Exploits0References5
NVD
NVD
added 2025/12/09 1:16 a.m.13 views

CVE-2023-53812

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix decoder disable pm crash Can't call pmruntimedisable when the architecture support sub device for 'dev-pm.dev' is NUll, or will get below crash log. 10.771551 pc : rawspinlockirq+0x4c/0xa0 10.771556 l...

0.00156EPSS
Exploits0References4
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.5 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an incorrect call to pmruntimedisable by the mediatek vcodec driver in the subdevice architecture, which cou...

6.1AI score0.00156EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2025/11/14 9:1 a.m.5 views

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

...

5.5CVSS7AI score0.00166EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/11/14 12:23 a.m.8 views

SUSE 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.5CVSS6.5AI score0.00166EPSS
Exploits0References20
EUVD
EUVD
added 2025/11/13 12:30 a.m.5 views

EUVD-2025-150367

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.8AI score0.00166EPSS
Exploits0References6
OSV
OSV
added 2025/11/12 10:15 p.m.5 views

UBUNTU-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.7AI score0.00166EPSS
Exploits0References23
OSV
OSV
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...

6.1AI score0.00166EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/11/12 12:0 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from v4l2subdevcallstatetry not checking the v4l2subdevstatealloc return value, which could lead to a crash...

6AI score0.00166EPSS
Exploits0References6
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.5 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: Comedi: Fixed the initialization of data for instructions that write to sub-devices. It is known that some Comedi sub-device instruction handlers access data elements beyond the first insn-n elements in some cases. The doinsnioct...

5.5CVSS6.2AI score0.00156EPSS
Exploits0References3
CVE
CVE
added 2025/10/20 3:29 p.m.12 views

CVE-2025-40015

In CVE-2025-40015, the Linux kernel vulnerability is in the media: stm32-csi driver. The issue arises in stm32_csi_start where csidev->s_subdev is dereferenced while assigning to src_pad before a NULL check, creating a potential NULL dereference. The fix moves the dereference after the NULL ch...

6.1AI score0.00214EPSS
Exploits0References3
Rows per page
Query Builder