Lucene search
+L

2955 matches found

OSV
OSV
added 2024/03/26 6:15 p.m.1 views

DEBIAN-CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

5.5CVSS5.2AI score0.00224EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/26 6:15 p.m.24 views

CVE-2024-26649

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

5.5CVSS7.3AI score0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/03/26 6:15 p.m.1 views

DEBIAN-CVE-2024-26649

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

5.5CVSS5.3AI score0.00227EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.31 views

CVE-2024-26647

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'linksetdscppspacket' In linksetdscppspacket, 'struct displaystreamcompressor dsc' was dereferenced in a DCLOGGERINITdsc-ctx-logger; before the 'dsc' NULL pointer check. Fixes t...

5.5CVSS5.8AI score0.00224EPSS
SaveExploits0References13
OSV
OSV
added 2024/03/26 6:15 p.m.8 views

UBUNTU-CVE-2024-26649

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

5.5CVSS6AI score0.00227EPSS
SaveExploits0References14
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.30 views

CVE-2024-26649

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

5.5CVSS6.3AI score0.00227EPSS
SaveExploits0References13
Vulnrichment
Vulnrichment
added 2024/03/26 5:50 p.m.18 views

CVE-2024-26649 drm/amdgpu: Fix the null pointer when load rlc firmware

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

6.7AI score0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/26 5:50 p.m.221 views

CVE-2024-26649

CVE-2024-26649 (linux kernel, drm/amdgpu) fixes a NULL pointer dereference in RLC firmware loading. Root cause: when RLC firmware header size is invalid, the firmware pointer is released and later dereferenced. The patch skips the validation to prevent the NULL pointer dereference during subseque...

5.5CVSS6.5AI score0.00227EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/03/26 5:50 p.m.37 views

CVE-2024-26649 drm/amdgpu: Fix the null pointer when load rlc firmware

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

7.5AI score0.00227EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/03/26 5:50 p.m.24 views

CVE-2024-26649

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpuucoderequest. There will be a null pointer error i...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0
CVE
CVE
added 2024/03/26 5:50 p.m.132 views

CVE-2024-26647

CVE-2024-26647 affects the Linux kernel DRM/AMD display component. In link_set_dsc_pps_packet(), a dereference of struct display_stream_compressor *dsc could occur (dsc->ctx->logger) before a NULL pointer check, enabling a potential crash when the dsc pointer is NULL. The issue has been fix...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2024/03/26 5:50 p.m.119 views

CVE-2024-26648

CVE-2024-26648 affects the Linux kernel’s drm/amd/display path (AMDGPU) where in edp_setup_replay() a dereference of “struct dc *dc” and “struct dmub_replay *replay” occurred before validating NULL pointers for “link” and the replay, leading to a potential crash. The fix updates the AMD display c...

5.5CVSS5.3AI score0.00224EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2024/03/25 6:23 p.m.21 views

CVE-2021-47142

A vulnerability was found in DRM Direct Rendering Manager AMDGPU driver of Linux Kernel, where an use-after-free occurred due to the failure to properly set ttm-sg to NULL, leads to a panic scenario causing potential memory corruption. Mitigation Red Hat has investigated whether a possible...

4.4CVSS7.4AI score0.00243EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/25 9:15 a.m.3 views

DEBIAN-CVE-2021-47142

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm-sg to NULL. Hit panic below 1235.844104 general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b7b4b: 0000 1 SMP DEBUGPAGEALLOC NOPTI 1235.989074...

5.5CVSS5.6AI score0.00243EPSS
SaveExploits0References1
NVD
NVD
added 2024/03/25 9:15 a.m.18 views

CVE-2021-47144

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

7.4AI score
SaveExploits0
NVD
NVD
added 2024/03/25 9:15 a.m.17 views

CVE-2021-47142

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm-sg to NULL. Hit panic below 1235.844104 general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b7b4b: 0000 1 SMP DEBUGPAGEALLOC NOPTI 1235.989074...

7.8CVSS7.3AI score0.00243EPSS
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.10 views

CVE-2021-47142

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm-sg to NULL. Hit panic below 1235.844104 general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b7b4b: 0000 1 SMP DEBUGPAGEALLOC NOPTI 1235.989074...

5.5CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 2024/03/25 9:15 a.m.11 views

UBUNTU-CVE-2021-47142

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix a use-after-free looks like we forget to set ttm-sg to NULL. Hit panic below 1235.844104 general protection fault, probably for non-canonical address 0x6b6b6b6b6b6b7b4b: 0000 1 SMP DEBUGPAGEALLOC NOPTI 1235.989074...

7.8CVSS6.2AI score0.00243EPSS
SaveExploits0References12
CVE
CVE
added 2024/03/25 9:07 a.m.101 views

CVE-2021-47144

Concrete issue: CVE-2021-47144 is reported as a Linux kernel DRM/AMDGPU refcount leak. The connected NASL/OpenVAS entries identify the root cause as a mismatch in reference counting for the gem object rfb->base.obj[0] (created via amdgpu_fbdev_create) and not released in the corresponding path...

6.4AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/03/25 9:07 a.m.19 views

CVE-2021-47144

...

6.4AI score
SaveExploits0
Rows per page
Query Builder