Lucene search
K

334 matches found

Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.1 views

CVE-2024-58065 clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

6.2AI score0.00054EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2024-56660

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return...

5.5CVSS6.8AI score0.00017EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-56776

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/sti: avoid potential dereference of error pointers The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' ...

5.5CVSS6.8AI score0.00023EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2024-57978

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/02/28 2:23 a.m.2 views

SUSE CVE-2024-57978

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS7.7AI score0.00015EPSS
Exploits0References13
OSV
OSV
added 2025/02/27 8:16 p.m.1 views

DEBIAN-CVE-2024-58022

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix a NULL vs ISERR bug The devmioremap function doesn't return error pointers, it returns NULL. Update the error checking to match...

5.5CVSS5.9AI score0.00045EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:12 a.m.1 views

SUSE CVE-2022-49071

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipidbipoweronresetconditional only do a NULL pointer check and will otherwise...

5.5CVSS6.9AI score0.0002EPSS
Exploits0References5
OSV
OSV
added 2025/02/27 2:15 a.m.1 views

AZL-58033 CVE-2024-57978 affecting package kernel for versions less than 5.15.179.1-1

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS5.6AI score0.00015EPSS
Exploits0References1
NVD
NVD
added 2025/02/27 2:15 a.m.4 views

CVE-2024-57978

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS0.00015EPSS
Exploits0References7
OSV
OSV
added 2025/02/27 2:15 a.m.2 views

DEBIAN-CVE-2024-57978

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS5.7AI score0.00015EPSS
Exploits0References1
OSV
OSV
added 2025/02/27 2:15 a.m.1 views

UBUNTU-CVE-2024-57978

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS6.2AI score0.00015EPSS
Exploits0References25
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.13 views

CVE-2024-57978 media: imx-jpeg: Fix potential error pointer dereference in detach_pm()

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

0.00015EPSS
Exploits0References6
CVE
CVE
added 2025/02/27 2:7 a.m.89 views

CVE-2024-57978

CVE-2024-57978 refers to a Linux kernel vulnerability in the media: imx-jpeg driver. The issue arises in detach_pm() where, if jpeg->pd_dev[i] is an error pointer, passing it to pm_runtime_suspended() can trigger an Oops. The description notes that existing checks cover error pointers and NULL...

5.5CVSS5.4AI score0.00015EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/02/27 2:7 a.m.6 views

CVE-2024-57978 media: imx-jpeg: Fix potential error pointer dereference in detach_pm()

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS6.1AI score0.00015EPSS
Exploits0References10
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.9 views

CVE-2024-57978

In the Linux kernel, the following vulnerability has been resolved: media: imx-jpeg: Fix potential error pointer dereference in detachpm The proble is on the first line: if jpeg-pddevi && !pmruntimesuspendedjpeg-pddevi If jpeg-pddevi is an error pointer, then passing it to pmruntimesuspended will...

5.5CVSS5.7AI score0.00015EPSS
Exploits0
OSV
OSV
added 2025/02/26 1:54 a.m.9 views

CVE-2022-49071 drm/panel: ili9341: fix optional regulator handling

In the Linux kernel, the following vulnerability has been resolved: drm/panel: ili9341: fix optional regulator handling If the optional regulator lookup fails, reset the pointer to NULL. Other functions such as mipidbipoweronresetconditional only do a NULL pointer check and will otherwise...

5.5CVSS5.3AI score0.0002EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/01/09 5:58 p.m.5 views

CVE-2024-56778

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in stihqvdpatomiccheck The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' in case of the failure...

5.5CVSS7AI score0.00013EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/01/09 5:58 p.m.3 views

CVE-2024-56777

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers in stigdpatomiccheck The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' in case of the failure...

5.5CVSS7AI score0.00013EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2025/01/09 5:58 p.m.5 views

CVE-2024-56776

In the Linux kernel, the following vulnerability has been resolved: drm/sti: avoid potential dereference of error pointers The return value of drmatomicgetcrtcstate needs to be checked. To avoid use of error pointer 'crtcstate' in case of the failure...

5.5CVSS7AI score0.00023EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/01/09 12:21 a.m.2 views

SUSE CVE-2024-56660

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: DR, prevent potential error pointer dereference The drdomainaddvportcap function generally returns NULL on error but sometimes we want it to return ERRPTR-EBUSY so the caller can retry. The problem here is that "ret" ca...

5.5CVSS7.7AI score0.00017EPSS
Exploits0References13
Rows per page
Query Builder