Lucene search
+L

2622 matches found

OSV
OSV
added 2024/08/17 9:21 a.m.14 views

CVE-2024-43842 wifi: rtw89: Fix array index mistake in rtw89_sta_info_get_iter()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: Fix array index mistake in rtw89stainfogetiter In rtw89stainfogetiter 'status-hegi' is compared to array size. But then 'rate-hegi' is used as array index instead of 'status-hegi'. This can lead to go beyond array...

6AI score
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:15 a.m.3 views

DEBIAN-CVE-2024-42265

In the Linux kernel, the following vulnerability has been resolved: protect the fetch of -fdfd in dodup2 from mispredictions both callers have verified that fd is not greater than -maxfds; however, misprediction might end up with tofree = fdt-fdfd; being speculatively executed. That's wrong for t...

5.5CVSS6AI score0.00281EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/17 9:15 a.m.9 views

UBUNTU-CVE-2024-42265

In the Linux kernel, the following vulnerability has been resolved: protect the fetch of -fdfd in dodup2 from mispredictions both callers have verified that fd is not greater than -maxfds; however, misprediction might end up with tofree = fdt-fdfd; being speculatively executed. That's wrong for t...

5.5CVSS6.3AI score0.00281EPSS
SaveExploits0References27
CNNVD
CNNVD
added 2024/08/17 12:0 a.m.4 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 that stems from an array index out-of-bounds problem in diFree...

7.8CVSS6.6AI score0.00236EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/13 5:15 p.m.7 views

CVE-2023-31307

Improper validation of array index in Power Management Firmware PMFW may allow a privileged attacker to cause an out-of-bounds memory read within PMFW, potentially leading to a denial of service...

4.4CVSS5.8AI score0.00153EPSS
SaveExploits0References1
NVD
NVD
added 2024/08/13 5:15 p.m.15 views

CVE-2023-31307

Improper validation of array index in Power Management Firmware PMFW may allow a privileged attacker to cause an out-of-bounds memory read within PMFW, potentially leading to a denial of service...

4.4CVSS0.00153EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/08/13 4:54 p.m.22 views

CVE-2023-31307

Improper validation of array index in Power Management Firmware PMFW may allow a privileged attacker to cause an out-of-bounds memory read within PMFW, potentially leading to a denial of service...

2.3CVSS6.7AI score0.00153EPSS
SaveExploits0References1
CVE
CVE
added 2024/08/13 4:54 p.m.52 views

CVE-2023-31307

CVE-2023-31307 involves improper validation of an array index in Power Management Firmware (PMFW), allowing a local, privileged attacker to trigger an out-of-bounds memory read and potentially cause a denial of service. The issue is documented across multiple sources, referencing PMFW as the vuln...

4.4CVSS6.9AI score0.00153EPSS
SaveExploits0References1Affected Software1
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.6 views

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

3.3CVSS7.8AI score0.00235EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/08/01 12:8 p.m.26 views

CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

5.2CVSS8.2AI score0.00259EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.26 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...

5.5CVSS7.2AI score0.0026EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:14 a.m.18 views

CVE-2024-41061

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport Why Potential out of bounds access in dml2calculaterqanddlgparams because the value of outloweststateidx used as an index for FCLKChangeSupport array can be...

6.7CVSS6.9AI score0.00206EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/30 8:15 a.m.24 views

CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

7.8CVSS0.00259EPSS
SaveExploits0References9
NVD
NVD
added 2024/07/30 8:15 a.m.17 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
OSV
OSV
added 2024/07/30 8:15 a.m.11 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
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.20 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.8CVSS5.9AI score0.0026EPSS
SaveExploits0References24
UbuntuCve
UbuntuCve
added 2024/07/30 8:15 a.m.31 views

CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

7.8CVSS6.4AI score0.00259EPSS
SaveExploits0References29
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.25 views

CVE-2024-42148

In the Linux kernel, the following vulnerability has been resolved: bnx2x: Fix multiple UBSAN array-index-out-of-bounds Fix UBSAN warnings that occur when using a system with 32 physical cpu cores or more, or when the user defines a number of Ethernet queues greater than or equal to FPSBMAXE1x...

7.8CVSS5.7AI score0.00259EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/07/30 7:46 a.m.37 views

CVE-2024-42121 drm/amd/display: Check index msg_id before read or write

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

0.0026EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/07/30 7:46 a.m.20 views

CVE-2024-42121 drm/amd/display: Check index msg_id before read or write

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

6.7AI score0.0026EPSS
SaveExploits0References6
Rows per page
Query Builder