Lucene search
K

330 matches found

OSV
OSV
added 2024/10/21 6:1 p.m.8 views

CVE-2024-49910 drm/amd/display: Add NULL check for function pointer in dcn401_set_output_transfer_func

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn401setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn401setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6AI score0.00009EPSS
Exploits0References5
OSV
OSV
added 2024/10/21 6:1 p.m.7 views

CVE-2024-49909 drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn32setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn32setoutputtransferfunc function. Previously, setoutputgamma was...

5.5CVSS6AI score0.00012EPSS
Exploits0References9
CVE
CVE
added 2024/10/21 6:1 p.m.120 views

CVE-2024-49909

The CVE-2024-49909 vulnerability affects the Linux kernel DRM AMD display path (drm/amd/display) specifically in dcn32_set_output_transfer_func, where a null pointer dereference could occur if set_output_gamma is NULL. The issue arises from dereferencing set_output_gamma after a prior NULL check ...

5.5CVSS6.4AI score0.00012EPSS
Exploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.10 views

CVE-2024-49909 drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add NULL check for function pointer in dcn32setoutputtransferfunc This commit adds a null check for the setoutputgamma function pointer in the dcn32setoutputtransferfunc function. Previously, setoutputgamma was...

6.8AI score0.00012EPSS
Exploits0References5
Vulnrichment
Vulnrichment
added 2024/10/21 6:1 p.m.12 views

CVE-2024-49907 drm/amd/display: Check null pointers before using dc->clk_mgr

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointers before using dc-clkmgr WHY & HOW dc-clkmgr is null checked previously in the same function, indicating it might be null. Passing "dc" to "dc-hwss.applyidlepoweroptimizations", which dereferenc...

6.8AI score0.00011EPSS
Exploits0References7
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.1 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 unchecked function pointer in dcn401setoutputtransferfunc that results in a null pointer dereference...

5.5CVSS8.2AI score0.00009EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2024/09/30 12:0 a.m.1 views

PT-2024-9585 · Gstreamer +8 · Gstreamer +8

Name of the Vulnerable Software and Affected Versions: GStreamer versions prior to 1.24.10 Description: GStreamer is a library for constructing graphs of media-handling components. An uninitialized stack variable vulnerability has been identified in the gst matroska demux add wvpk header function...

9.8CVSS6.8AI score0.01306EPSS
Exploits3References202
SUSE CVE
SUSE CVE
added 2024/09/14 2:51 a.m.1 views

SUSE CVE-2024-46685

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcsgetfunction pinmuxgenericgetfunction can return NULL and the pointer 'function' was dereferenced without checking against NULL. Add checking of pointer 'function' in...

5.5CVSS6.5AI score0.00024EPSS
Exploits0References17
OSV
OSV
added 2024/09/13 6:15 a.m.1 views

DEBIAN-CVE-2024-46685

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcsgetfunction pinmuxgenericgetfunction can return NULL and the pointer 'function' was dereferenced without checking against NULL. Add checking of pointer 'function' in...

5.5CVSS5.7AI score0.00024EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2024/09/12 12:0 a.m.185 views

EulerOS 2.0 SP9 : kernel (EulerOS-SA-2024-2394)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : kernel:ACPI: CPPC: Use accesswidth over bitwidth for system memory accessesCVE-2024-35995 ACPI: LPIT: Avoid u32 multiplication...

9.1CVSS7.5AI score0.02683EPSS
Exploits3References207
RedHat Linux
RedHat Linux
added 2024/08/15 5:34 a.m.1 views

kernel: net: ethtool: fix the error condition in ethtool_get_phy_stats_ethtool()

A vulnerability was found in the Linux kernel's ethtool implementation in the ethtoolgetphystatsethtool function, where the issue arises when a null function pointer is dereferenced if the 'ops-getethtoolphystats' is NULL, potentially leading to a crash...

5.5CVSS7.2AI score0.00012EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.20 views

CVE-2024-38622 drm/msm/dpu: Add callback function pointer check before its call

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpucoreirqcallbackhandler callback function pointer is compared to NULL, but then callback function is unconditionally called by this pointer. Fix this bug by...

0.00033EPSS
Exploits0References3
CNNVD
CNNVD
added 2024/06/21 12:0 a.m.2 views

Linux kernel security vulnerabilities

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 Linux kernel, which stems from the drm/msm/dpu module adding a check before calling a callback function pointer...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2024/06/01 2:24 a.m.1 views

SUSE CVE-2024-36020

In the Linux kernel, the following vulnerability has been resolved: i40e: fix vf may be used uninitialized in this function warning To fix the regression introduced by commit 52424f974bc5, which causes servers hang in very hard to reproduce conditions with resets races. Using two sources for the...

4.7CVSS6.6AI score0.00013EPSS
Exploits0References16
NVD
NVD
added 2024/05/30 4:15 p.m.17 views

CVE-2024-36928

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is already UP, the kernel will try to execute a napi...

4.4CVSS6.4AI score0.00014EPSS
Exploits0References5
OSV
OSV
added 2024/05/30 4:15 p.m.1 views

DEBIAN-CVE-2024-36928

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is already UP, the kernel will try to execute a napi...

4.4CVSS5.6AI score0.00014EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/30 4:15 p.m.18 views

CVE-2024-36928

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is already UP, the kernel will try to execute a napi...

4.4CVSS6.5AI score0.00014EPSS
Exploits0References19
Cvelist
Cvelist
added 2024/05/30 3:29 p.m.28 views

CVE-2024-36928 s390/qeth: Fix kernel panic after setting hsuid

In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Fix kernel panic after setting hsuid Symptom: When the hsuid attribute is set for the first time on an IQD Layer3 device while the corresponding network interface is already UP, the kernel will try to execute a napi...

6.4AI score0.00014EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/05/30 3:28 p.m.22 views

CVE-2024-36884 iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()

In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: Use the correct type in nvidiasmmucontextfault This was missed because of the function pointer indirection. nvidiasmmucontextfault is also installed as a irq function, and the 'void ' was changed to a struct...

6.3AI score0.00017EPSS
Exploits0References2
OSV
OSV
added 2024/05/30 3:15 p.m.0 views

UBUNTU-CVE-2024-36020

In the Linux kernel, the following vulnerability has been resolved: i40e: fix vf may be used uninitialized in this function warning To fix the regression introduced by commit 52424f974bc5, which causes servers hang in very hard to reproduce conditions with resets races. Using two sources for the...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References31
Rows per page
Query Builder