Lucene search
+L

530 matches found

RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.6 views

kernel: nfsd: initialise nfsd_info.mutex early.

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsdinfo.mutex early. nfsdinfo.mutex can be dereferenced by svcpoolstatsstart immediately after the new netns is created. Currently this can trigger an oops. Move the initialisation earlier before it can possibly...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.10 views

kernel: nvme-pci: add missing condition check for existence of mapped data

nvme-pci in linux kernel does not call nvmeunmapdata for the same instances of nvmemapdata, which can lead to incorrect dereferencing...

7.8CVSS7.2AI score0.00246EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2024/11/09 8:00 a.m.5 views

drm/amd/display: Check null pointer before dereferencing se

...

5.5CVSS6.8AI score0.00222EPSS
SaveExploits0
Rosalinux
Rosalinux
added 2024/10/29 8:45 a.m.74 views

Advisory ROSA-SA-2024-2515

Software: httpd 2.4.6 OS: rosa-server79 packageevrstring: httpd-2.4.6-99.0.5.res7.1 CVE-ID: CVE-2021-26690 BDU-ID: 2021-03681 CVE-Crit: HIGH CVE-DESC.: A vulnerability in the Apache HTTP Server web server is related to pointer dereferencing errors. Exploitation of the vulnerability could allow an...

9.8CVSS8.3AI score0.99957EPSS
SaveExploits2
RedhatCVE
RedhatCVE
added 2024/10/22 8:09 p.m.19 views

CVE-2024-50049

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

5.5CVSS6.9AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/10/21 10:07 p.m.22 views

CVE-2024-49896

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

5.5CVSS6.8AI score0.00264EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/10/21 7:39 p.m.31 views

CVE-2024-50049 drm/amd/display: Check null pointer before dereferencing se

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

0.00222EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/10/21 7:39 p.m.12 views

CVE-2024-50049 drm/amd/display: Check null pointer before dereferencing se

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se WHAT & HOW se is null checked previously in the same function, indicating it might be null; therefore, it must be checked when used again. This fixes 1 FORWARDNULL issue...

6.7AI score0.00222EPSS
SaveExploits0References6
CVE
CVE
added 2024/10/21 7:39 p.m.203 views

CVE-2024-50049

CVE-2024-50049 affects the Linux kernel DRM AMD display path. The vulnerability arises from dereferencing a se pointer that could be NULL after a prior null check in the same function, leading to a FORWARD_NULL condition. Exploitation would be LOCAL with LOW privileges and no user interaction, po...

5.5CVSS5.2AI score0.00222EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2024/10/21 6:01 p.m.172 views

CVE-2024-49896

CVE-2024-49896 is a Linux kernel vulnerability affecting the amdgpu/display path. The issue arises when amdgpu_dm passes a null stream to dc_is_stream_unchanged, leading to a potential NULL dereference. The description in the sources notes the root cause as missing null-check before dereferencing...

5.5CVSS5.2AI score0.00264EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2024/10/21 6:01 p.m.28 views

CVE-2024-49896 drm/amd/display: Check stream before comparing them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

0.00264EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/21 6:01 p.m.12 views

CVE-2024-49896 drm/amd/display: Check stream before comparing them

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check stream before comparing them WHAT & HOW amdgpudm can pass a null stream to dcisstreamunchanged. It is necessary to check for null before dereferencing them. This fixes 1 FORWARDNULL issue reported by Coveri...

6.3AI score
SaveExploits0References14
RedhatCVE
RedhatCVE
added 2024/10/21 2:13 p.m.15 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.5CVSS6.9AI score0.0022EPSS
SaveExploits0References4
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
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
Microsoft CVE
Microsoft CVE
added 2024/10/14 7:00 a.m.7 views

drm/amdgpu: the warning dereferencing obj for nbio_v7_4

...

5.5CVSS6.5AI score0.00241EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/10/12 7:00 a.m.6 views

drm/amdgpu: fix the waring dereferencing hive

...

5.5CVSS6.5AI score0.0025EPSS
SaveExploits0
Rows per page
Query Builder