Lucene search
+L

5370 matches found

BDU FSTEC
BDU FSTEC
added 2024/07/31 12:0 a.m.8 views

The vulnerability of the SMM callout component in Supermicro BMC controllers allows attackers to compromise the confidentiality, integrity, and accessibility of protected information.

The vulnerability of the SMM callout component in Supermicro BMC controllers involves the execution of operations outside the buffer boundaries in memory. Exploiting this vulnerability could allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected...

7.5CVSS5.9AI score0.00152EPSS
SaveExploits0References4Affected Software3
BDU FSTEC
BDU FSTEC
added 2024/07/31 12:0 a.m.10 views

The vulnerability of the Microprogramming Software of Supermicro BMC controllers, related to the execution of operations outside the buffer in memory, allows attackers to compromise the confidentiality, integrity, and accessibility of the protected information.

The vulnerability of the Microprogrammed Software of Supermicro controllers involves the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an attacker to compromise the confidentiality, integrity, and accessibility of the protected information...

7.5CVSS5.9AI score0.00152EPSS
SaveExploits0References4Affected Software3
BDU FSTEC
BDU FSTEC
added 2024/07/31 12:0 a.m.6 views

The vulnerability in the LabVIEW programming environment, related to the execution of operations beyond the buffer boundaries in memory, allows an intruder to gain unauthorized access to protected information or execute arbitrary code.

The vulnerability in the LabVIEW programming environment relates to the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability can allow an intruder to gain unauthorized access to protected information or execute arbitrary code using a specially created...

7.8CVSS6.3AI score0.00281EPSS
SaveExploits0References4
BDU FSTEC
BDU FSTEC
added 2024/07/31 12:0 a.m.8 views

The vulnerability of the DSP microprogramming system in Qualcomm’s embedded chips allows a hacker to execute arbitrary code.

The vulnerability of the DSP microprogramming system in Qualcomm’s embedded chips lies in the execution of operations beyond the buffer boundaries in memory. Exploiting this vulnerability allows an attacker to execute arbitrary code...

8.4CVSS6.3AI score0.00104EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/30 8:15 a.m.16 views

CVE-2024-42121

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index msgid before read or write WHAT msgid is used as an array index and it cannot be a negative value, and therefore cannot be equal to MODHDCPMESSAGEIDINVALID -1. HOW Check whether msgid is valid before...

7.8CVSS0.0026EPSS
SaveExploits0References7
NVD
NVD
added 2024/07/30 8:15 a.m.27 views

CVE-2024-42118

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,...

7.8CVSS0.00235EPSS
SaveExploits0References2
NVD
NVD
added 2024/07/30 8:15 a.m.15 views

CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

7.8CVSS0.00263EPSS
SaveExploits0References7
NVD
NVD
added 2024/07/30 8:15 a.m.9 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.8CVSS0.00281EPSS
SaveExploits0References9
OSV
OSV
added 2024/07/30 8:15 a.m.10 views

DEBIAN-CVE-2024-42121

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index msgid before read or write WHAT msgid is used as an array index and it cannot be a negative value, and therefore cannot be equal to MODHDCPMESSAGEIDINVALID -1. HOW Check whether msgid is valid before...

7.8CVSS5.6AI score0.0026EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.7 views

DEBIAN-CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

7.8CVSS5.6AI score0.00263EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.9 views

AZL-67890 CVE-2024-42118 affecting package kernel 5.15.200.1-1

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,...

7.8CVSS5.6AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.7 views

AZL-62604 CVE-2024-42118 affecting package kernel 6.6.126.1-1

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,...

7.8CVSS5.9AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

DEBIAN-CVE-2024-42118

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,...

7.8CVSS5.3AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.2 views

DEBIAN-CVE-2024-42117

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.8CVSS5.3AI score0.00233EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.19 views

CVE-2024-42121

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check index msgid before read or write WHAT msgid is used as an array index and it cannot be a negative value, and therefore cannot be equal to MODHDCPMESSAGEIDINVALID -1. HOW Check whether msgid is valid before...

7.8CVSS6.3AI score0.0026EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.13 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.8CVSS6.3AI score0.00281EPSS
SaveExploits0References32
OSV
OSV
added 2024/07/30 8:15 a.m.5 views

UBUNTU-CVE-2024-42118

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,...

7.8CVSS5.7AI score0.00235EPSS
SaveExploits0References15
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

UBUNTU-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.8CVSS6.2AI score0.00281EPSS
SaveExploits0References33
OSV
OSV
added 2024/07/30 8:15 a.m.1 views

UBUNTU-CVE-2024-42120

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check pipe offset before setting vblank pipectx has a size of MAXPIPES so checking its index before accessing the array. This fixes an OVERRUN issue reported by Coverity...

7.8CVSS6.2AI score0.00263EPSS
SaveExploits0References25
OSV
OSV
added 2024/07/30 8:15 a.m.4 views

UBUNTU-CVE-2024-42117

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.8CVSS5.7AI score0.00233EPSS
SaveExploits0References15
Rows per page
Query Builder