Lucene search
+L

679 matches found

OSV
OSV
added 2024/08/26 11:15 a.m.17 views

UBUNTU-CVE-2024-44931

In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpiodevicegetdesc Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by calling gpioioctl with an offset out of range. Offset i...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References35
OSV
OSV
added 2024/08/26 11:15 a.m.20 views

UBUNTU-CVE-2024-43902

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULLRETURNS issues reported by Coverity...

5.5CVSS6.2AI score0.00214EPSS
SaveExploits0References18
Debian CVE
Debian CVE
added 2024/08/26 10:11 a.m.42 views

CVE-2024-44931

In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpiodevicegetdesc Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by calling gpioioctl with an offset out of range. Offset i...

5.5CVSS5.8AI score0.00248EPSS
SaveExploits0
OSV
OSV
added 2024/08/26 10:11 a.m.29 views

CVE-2024-44931 gpio: prevent potential speculation leaks in gpio_device_get_desc()

In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpiodevicegetdesc Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by calling gpioioctl with an offset out of range. Offset i...

6.3AI score
SaveExploits0References13
CVE
CVE
added 2024/08/26 10:11 a.m.276 views

CVE-2024-43902

CVE-2024-43902 is a Linux kernel vulnerability in drm/amd/display where a null pointer could be dereferenced. The fix adds a null checker before passing variables to functions, addressing three NULL_RETURNS issues reported by Coverity. Connected documents confirm the root cause and the remediatio...

5.5CVSS7AI score0.00214EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2024/08/26 10:11 a.m.39 views

CVE-2024-43902 drm/amd/display: Add null checker before passing variables

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULLRETURNS issues reported by Coverity...

0.00214EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/26 10:11 a.m.10 views

CVE-2024-43902 drm/amd/display: Add null checker before passing variables

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULLRETURNS issues reported by Coverity...

6.1AI score
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/08/06 2:00 a.m.4 views

SUSE CVE-2024-42090

In the Linux kernel, the following vulnerability has been resolved: pinctrl: fix deadlock in createpinctrl when handling -EPROBEDEFER In createpinctrl, pinctrlmapsmutex is acquired before calling addsetting. If addsetting returns -EPROBEDEFER, createpinctrl calls pinctrlfree. However, pinctrlfree...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.8 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
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.5 views

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

5.5CVSS6.7AI score0.00281EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2024/08/06 1:59 a.m.6 views

SUSE 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.5CVSS6.4AI score0.0026EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.31 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:19 a.m.20 views

CVE-2024-42120

A vulnerability in the DRM/AMD/display subsystem in the Linux Kernel was resolved by adding a check for the pipectx index before accessing the vblank array. This fix addresses an out-of-bounds access issue reported by Coverity, preventing potential memory corruption and enhancing system stability...

5.2CVSS8.5AI score0.00263EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:19 a.m.31 views

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

5.2CVSS7.2AI score0.00233EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/07/31 9:17 a.m.28 views

CVE-2024-42090

A deadlock flaw was found in the Linux kernel’s pinctrl subsystem. This flaw allows a local user to crash the system. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and...

4.7CVSS6AI score0.00187EPSS
SaveExploits0References4
OSV
OSV
added 2024/07/30 8:15 a.m.3 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
OSV
OSV
added 2024/07/30 8:15 a.m.13 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
NVD
NVD
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.8CVSS0.00281EPSS
SaveExploits0References9
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
NVD
NVD
added 2024/07/30 8:15 a.m.21 views

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.8CVSS0.00233EPSS
SaveExploits0References2
Rows per page
Query Builder