Lucene search
+L

61 matches found

OSV
OSV
added 2024/10/09 3:15 p.m.8 views

UBUNTU-CVE-2024-47661

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid overflow from uint32t to uint8t WHAT & HOW dmubrbcmd's rampingboundary has size of uint8t and it is assigned 0xFFFF. Fix it by changing it to uint8t with value of 0xFF. This fixes 2 INTEGEROVERFLOW issues...

5.5CVSS6.5AI score0.00181EPSS
SaveExploits0References9
OSV
OSV
added 2024/10/09 2:15 p.m.12 views

UBUNTU-CVE-2024-46871

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Correct the defined value for AMDGPUDMUBNOTIFICATIONMAX Why & How It actually exposes '6' types in enum dmubnotificationtype. Not 5. Using smaller number to create array dmubcallback & dmubthreadoffload has...

7.8CVSS6.1AI score0.00215EPSS
SaveExploits0References22
Positive Technologies
Positive Technologies
added 2024/05/31 12:00 a.m.11 views

PT-2024-32720

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description The issue is related to an overflow from uint32 t to uint8 t in the Linux kernel's AMD display driver, specifically in the dmub rb cmd's ramping boundary which has a size of uint8 t and ...

5.5CVSS5.5AI score0.00181EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/23 2:04 p.m.23 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.1CVSS6.5AI score0.00225EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2024/05/21 3:15 p.m.3 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.5CVSS5.1AI score0.00225EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2024/05/21 3:15 p.m.26 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.28 views

CVE-2021-47253

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:19 p.m.35 views

CVE-2021-47253 drm/amd/display: Fix potential memory leak in DMUB hw_init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

6.4AI score0.00225EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/05/21 2:19 p.m.15 views

CVE-2021-47253 drm/amd/display: Fix potential memory leak in DMUB hw_init

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential memory leak in DMUB hwinit Why On resume we perform DMUB hwinit which allocates memory: dmresume-dmdmubhwinit-dcdmubsrvcreate-kzalloc That results in memory leak in suspend/resume scenarios. How...

6.8AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2024/05/21 2:19 p.m.103 views

CVE-2021-47253

CVE-2021-47253 affects the Linux kernel’s DRM/AMD display path, where DMUB hw_init could leak memory on suspend/resume due to kzalloc allocation without guard. The fix ensures the DC wrapper memory is only allocated if it was not previously allocated, avoiding reallocation on suspend/resume. Docu...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/05/21 12:00 a.m.7 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 memory leak in DMUB hwinit...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.6 views

SUSE CVE-2024-26833

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dmswfini After destroying dmubsrv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b45800 size 1024: comm "udev-worker", pid 222, jiffies...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/17 10:15 a.m.2 views

DEBIAN-CVE-2024-26833

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dmswfini After destroying dmubsrv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b45800 size 1024: comm "udev-worker", pid 222, jiffies...

5.5CVSS5AI score0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 10:15 a.m.6 views

UBUNTU-CVE-2024-26833

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix memory leak in dmswfini After destroying dmubsrv, the memory associated with it is not freed, causing a memory leak: unreferenced object 0xffff896302b45800 size 1024: comm "udev-worker", pid 222, jiffies...

5.5CVSS5.8AI score0.00228EPSS
SaveExploits0References19
OSV
OSV
added 2024/04/03 5:15 p.m.3 views

DEBIAN-CVE-2024-26729

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix potential null pointer dereference in dcdmubsrv Fixes potential null pointer dereference warnings in the dcdmubsrvcmdlistqueueexecute and dcdmubsrvishwpwrup functions. In both functions, the 'dcdmubsrv'...

5.5CVSS5.4AI score0.00205EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/03/05 4:31 a.m.7 views

SUSE CVE-2023-52485

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

4.4CVSS7.8AI score0.00214EPSS
SaveExploits0References3
OSV
OSV
added 2024/02/29 3:15 p.m.13 views

AZL-55279 CVE-2023-52485 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Wake DMCUB before sending a command Why We can hang in place trying to send commands when the DMCUB isn't powered on. How For functions that execute within a DC context or DC lock we can wrap the direct calls to...

5.5CVSS5.8AI score0.00214EPSS
SaveExploits0References1
OSV
OSV
added 2021/06/30 12:36 a.m.27 views

UVI-2021-1001052 drm/amd/display: Fix potential memory leak in DMUB hw_init

drm/amd/display: Fix potential memory leak in DMUB hwinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.12 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/06/30 12:36 a.m.7 views

GSD-2021-1001052 drm/amd/display: Fix potential memory leak in DMUB hw_init

drm/amd/display: Fix potential memory leak in DMUB hwinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.12 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/06/30 12:30 a.m.9 views

UVI-2021-1000974 drm/amd/display: Fix potential memory leak in DMUB hw_init

drm/amd/display: Fix potential memory leak in DMUB hwinit This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.45 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder