Lucene search
+L

8753 matches found

Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.19 views

CVE-2024-42119 drm/amd/display: Skip finding free audio for unknown engine_id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

6.9AI score0.00281EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.22 views

CVE-2024-42119

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

7.8CVSS5.6AI score0.00281EPSS
SaveExploits0
OSV
OSV
added 2024/07/30 7:46 a.m.14 views

CVE-2024-42119 drm/amd/display: Skip finding free audio for unknown engine_id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Skip finding free audio for unknown engineid WHY ENGINEIDUNKNOWN = -1 and can not be used as an array index. Plus, it also means it is uninitialized and does not need free audio. HOW Skip and return NULL. This...

6.2AI score
SaveExploits0References12
OSV
OSV
added 2024/07/30 7:46 a.m.12 views

CVE-2024-42118 drm/amd/display: Do not return negative stream id for array

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

6.3AI score
SaveExploits0References5
CVE
CVE
added 2024/07/30 7:46 a.m.100 views

CVE-2024-42118

CVE-2024-42118 – Linux kernel / drm/amd display : The issue arises in resource_stream_to_stream_idx where an array index can be -1 if not found. The code currently asserts and then returns 0, preventing a negative index and thereby avoiding an OVERRUN and NEGATIVE_RETURNS. Connected sources ident...

7.8CVSS6.6AI score0.00235EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.37 views

CVE-2024-42118 drm/amd/display: Do not return negative stream id for array

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

0.00235EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.15 views

CVE-2024-42117 drm/amd/display: ASSERT when failing to find index by plane/stream id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id WHY finddispcfgidxbyplaneid and finddispcfgidxbystreamid returns an array index and they return -1 when not found; however, -1 is not a valid index number. HOW...

6.9AI score0.00233EPSS
SaveExploits0References2
CVE
CVE
added 2024/07/30 7:46 a.m.127 views

CVE-2024-42117

CVE-2024-42117 affects the Linux kernel DRM/AMD display path. The root cause was that find_disp_cfg_idx_by_plane_id and find_disp_cfg_idx_by_stream_id could return -1 and that value was used as an index, causing overrun/negative-return conditions. The fix is to return a valid positive index or ta...

7.8CVSS6.5AI score0.00233EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2024/07/30 7:46 a.m.18 views

CVE-2024-42117 drm/amd/display: ASSERT when failing to find index by plane/stream id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id WHY finddispcfgidxbyplaneid and finddispcfgidxbystreamid returns an array index and they return -1 when not found; however, -1 is not a valid index number. HOW...

7.8CVSS6.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.39 views

CVE-2024-42117 drm/amd/display: ASSERT when failing to find index by plane/stream id

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id WHY finddispcfgidxbyplaneid and finddispcfgidxbystreamid returns an array index and they return -1 when not found; however, -1 is not a valid index number. HOW...

7.8CVSS0.00233EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/07/30 7:45 a.m.27 views

CVE-2024-42101 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveauconnectorgetmodes In nouveauconnectorgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6.7AI score0.00261EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/07/30 7:45 a.m.23 views

CVE-2024-42101

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveauconnectorgetmodes In nouveauconnectorgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

5.5CVSS5.6AI score0.00261EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/30 7:45 a.m.38 views

CVE-2024-42101 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveauconnectorgetmodes In nouveauconnectorgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

0.00261EPSS
SaveExploits0References8
OSV
OSV
added 2024/07/30 7:45 a.m.17 views

CVE-2024-42101 drm/nouveau: fix null pointer dereference in nouveau_connector_get_modes

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix null pointer dereference in nouveauconnectorgetmodes In nouveauconnectorgetmodes, the return value of drmmodeduplicate is assigned to mode, which will lead to a possible NULL pointer dereference on failure of...

6.2AI score
SaveExploits0References12
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.6 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 Linux kernel, which originates in the drm/nouveau module in nouveauconnectorgetmodes, where the return value of drmmodeduplicate is assigned ...

5.5CVSS6.6AI score0.00261EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.13 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 originates in the drm/amd/display module in dmlcoremodeprogramming, where &modelib-p.Watermark and &locals-Watermark ar...

4.7CVSS6.4AI score0.00177EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.14 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 Linux kernel, which originates in the drm/amd/display module when looking up certain indexes and returning -1 if not found, but -1 is not a...

7.8CVSS6.4AI score0.00233EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.8 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 Linux kernel, which originates in the drm/amd/display module when allocating memory using kzalloc without checking if the returned pointer is...

5.5CVSS6.4AI score0.00258EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2024/07/30 12:00 a.m.13 views

PT-2024-33746

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A null pointer dereference issue has been resolved in the Linux kernel. The issue occurred in the drm/amd/display component, where a null pointer check was added to prevent accessing a...

5.5CVSS5.4AI score0.00244EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.8 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 interrupt handler in the drm/lima module that must be ready to be called during driver removal. Since...

5.5CVSS6.3AI score0.00239EPSS
SaveExploits0References8
Rows per page
Query Builder