Lucene search
K

83 matches found

OSV
OSV
added 2025/01/08 6:15 p.m.2 views

AZL-55355 CVE-2024-56777 affecting package kernel for versions less than 6.6.64.2-1

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.5CVSS6.3AI score0.00013EPSS
Exploits0References1
OSV
OSV
added 2025/01/08 6:15 p.m.1 views

UBUNTU-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.5CVSS6.2AI score0.00013EPSS
Exploits0References33
OSV
OSV
added 2025/01/08 6:15 p.m.0 views

UBUNTU-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.5CVSS6.2AI score0.00023EPSS
Exploits0References33
Vulnrichment
Vulnrichment
added 2025/01/08 5:49 p.m.1 views

CVE-2024-56778 drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check

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

7.5AI score0.00013EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/01/08 5:49 p.m.13 views

CVE-2024-56777 drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check

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

0.00013EPSS
Exploits0References5
CVE
CVE
added 2025/01/08 5:49 p.m.151 views

CVE-2024-56777

CVE-2024-56777 affects the Linux kernel DRM STI path. The vulnerability arises because the return value of drm_atomic_get_crtc_state() is not checked before dereferencing the potential error pointer crtc_state in sti_gdp_atomic_check, which can lead to an invalid memory access if the call fails. ...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References6Affected Software1
CVE
CVE
added 2025/01/08 5:49 p.m.185 views

CVE-2024-56776

Technical details for CVE-2024-56776 are not provided in the supplied connected documents. Public details are unavailable here. Action: monitor for updates from security advisories.

5.5CVSS6.5AI score0.00023EPSS
Exploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.1 views

PT-2025-36271

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The qla4xxx get ep fwdb function may not return NULL on error, potentially leading to an Oops in the caller due to error pointers being propagated from qla4xxx ep connect. The issue...

5.5CVSS6.1AI score0.00024EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/11/20 3:48 a.m.1 views

SUSE CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS7.7AI score0.00053EPSS
Exploits0References3
OSV
OSV
added 2024/11/19 6:15 p.m.0 views

UBUNTU-CVE-2024-53078

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.5CVSS5.7AI score0.00053EPSS
Exploits0References8
Vulnrichment
Vulnrichment
added 2024/11/19 5:31 p.m.0 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

5.8AI score0.00053EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/11/19 5:31 p.m.14 views

CVE-2024-53078 drm/tegra: Fix NULL vs IS_ERR() check in probe()

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix NULL vs ISERR check in probe The iommupagingdomainalloc function doesn't return NULL pointers, it returns error pointers. Update the check to match...

0.00053EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2024/06/03 2:3 p.m.20 views

CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/06/01 2:23 a.m.1 views

SUSE CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6.2AI score0.00007EPSS
Exploits0References13
OSV
OSV
added 2024/05/30 4:15 p.m.1 views

DEBIAN-CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS5.5AI score0.00007EPSS
Exploits0References1
OSV
OSV
added 2024/05/30 4:15 p.m.0 views

UBUNTU-CVE-2024-36890

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6.5AI score0.00007EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/05/30 3:28 p.m.25 views

CVE-2024-36890 mm/slab: make __free(kfree) accept error pointers

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

6.8AI score0.00007EPSS
Exploits0References6
OSV
OSV
added 2024/05/30 3:28 p.m.12 views

CVE-2024-36890 mm/slab: make __free(kfree) accept error pointers

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

5.5CVSS6AI score0.00007EPSS
Exploits0References9
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.16 views

CVE-2024-36890 mm/slab: make __free(kfree) accept error pointers

In the Linux kernel, the following vulnerability has been resolved: mm/slab: make freekfree accept error pointers Currently, if an automatically freed allocation is an error pointer that will lead to a crash. An example of this is in wm831xgpiodbgshow. 171 char label freekfree =...

6.4AI score0.00007EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.1 views

SUSE CVE-2024-35904

In the Linux kernel, the following vulnerability has been resolved: selinux: avoid dereference of garbage after mount failure In case kernmount fails and returns an error pointer return in the error branch instead of continuing and dereferencing the error pointer. While on it drop the never read...

5.5CVSS6.3AI score0.00028EPSS
Exploits0References18
Rows per page
Query Builder