Lucene search
+L

1360 matches found

OSV
OSV
added 2024/10/21 6:01 p.m.19 views

CVE-2024-49908 drm/amd/display: Add null check for 'afb' in amdgpu_dm_update_cursor (v2)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmupdatecursor v2 This commit adds a null check for the 'afb' variable in the amdgpudmupdatecursor function. Previously, 'afb' was assumed to be null at line 8388, but was used...

6.2AI score
SaveExploits0References5
OSV
OSV
added 2024/10/21 6:01 p.m.14 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...

6AI score
SaveExploits0References9
CVE
CVE
added 2024/10/21 6:01 p.m.152 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.00238EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/10/21 6:01 p.m.14 views

CVE-2024-49905 drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

7AI score0.00238EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.26 views

CVE-2024-49905 drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_update (v2)

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null check for 'afb' in amdgpudmplanehandlecursorupdate v2 This commit adds a null check for the 'afb' variable in the amdgpudmplanehandlecursorupdate function. Previously, 'afb' was assumed to be null, but w...

0.00238EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.12 views

SUSE CVE-2024-47704

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check linkres-hpodplinkenc before using it WHAT & HOW Functions dpenablelinkphy and dpdisablelinkphy can pass linkres without initializing hpodplinkenc and it is necessary to check for null before dereferencing...

5.5CVSS6.5AI score0.00209EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/10/21 3:40 p.m.24 views

CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

5.5CVSS7AI score0.00567EPSS
SaveExploits0References4
OSV
OSV
added 2024/10/21 1:15 p.m.18 views

DEBIAN-CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

5.5CVSS5.6AI score0.00567EPSS
SaveExploits0References1
NVD
NVD
added 2024/10/21 1:15 p.m.13 views

CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS0.00567EPSS
SaveExploits0References11
OSV
OSV
added 2024/10/21 1:15 p.m.18 views

UBUNTU-CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS6.2AI score0.00567EPSS
SaveExploits0References43
NVD
NVD
added 2024/10/21 12:15 p.m.20 views

CVE-2024-47720

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

5.5CVSS0.0022EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/10/21 12:14 p.m.19 views

CVE-2024-47749 RDMA/cxgb4: Added NULL check for lookup_atid

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS7AI score0.00567EPSS
SaveExploits0References9
CVE
CVE
added 2024/10/21 12:14 p.m.171 views

CVE-2024-47749

CVE-2024-47749 affects the Linux kernel RDMA/cxgb4 stack. The vulnerability arises because lookup_atid() may return NULL for invalid/non-existent ATIDs, risking a null-pointer dereference in act_establish() and act_open_rpl(). A NULL check has been added to prevent dereferencing NULL. Remediation...

7.5CVSS6.9AI score0.00567EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/10/21 12:14 p.m.29 views

CVE-2024-47749 RDMA/cxgb4: Added NULL check for lookup_atid

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS0.00567EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 12:14 p.m.18 views

CVE-2024-47749 RDMA/cxgb4: Added NULL check for lookup_atid

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS6.3AI score
SaveExploits0References14
Debian CVE
Debian CVE
added 2024/10/21 12:14 p.m.18 views

CVE-2024-47749

In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Added NULL check for lookupatid The lookupatid function can return NULL if the ATID is invalid or does not exist in the identifier table, which could lead to dereferencing a null pointer without a check in the...

7.5CVSS5.6AI score0.00567EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.29 views

CVE-2024-47720

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

5.5CVSS5.7AI score0.0022EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/10/21 11:53 a.m.15 views

CVE-2024-47684

In the Linux kernel, the following vulnerability has been resolved: tcp: check skb is non-NULL in tcprtodeltaus We have some machines running stock Ubuntu 20.04.6 which is their 5.4.0-174-generic kernel that are running ceph and recently hit a null ptr dereference in tcprearmrto. Initially hittin...

5.5CVSS5.7AI score0.00277EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/10/21 12:00 a.m.16 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 a null check not being performed during a BE reparent operation on the ASoC platform...

5.5CVSS6.6AI score0.00236EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2024/10/21 12:00 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 the drm/amd/pm module not ensuring that fwinfo is not NULL before using it...

5.5CVSS6.7AI score0.0025EPSS
SaveExploits0References9
Rows per page
Query Builder