Lucene search
+L

6526 matches found

NVD
NVD
added 2024/03/26 6:15 p.m.26 views

CVE-2023-52625

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Refactor DMCUB enter/exit idle interface Why We can hang in place trying to send commands when the DMCUB isn't powered on. How We need to exit out of the idle state prior to sending a command, but the process tha...

5.5CVSS6.7AI score0.002EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.32 views

CVE-2024-26648

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edpsetupreplay In edpsetupreplay, 'struct dc dc' & 'struct dmubreplay replay' was dereferenced before the pointer 'link' & 'replay' NULL check. Fixes the below:...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/03/26 6:15 p.m.29 views

CVE-2023-52623

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix a suspicious RCU usage warning I received the following warning while running cthon against an ontap server running pNFS: 57.202521 ============================= 57.202522 WARNING: suspicious RCU usage 57.202523...

7.8CVSS6AI score0.00277EPSS
SaveExploits0References25
CVE
CVE
added 2024/03/26 5:50 p.m.137 views

CVE-2024-26647

CVE-2024-26647 affects the Linux kernel DRM/AMD display component. In link_set_dsc_pps_packet(), a dereference of struct display_stream_compressor *dsc could occur (dsc->ctx->logger) before a NULL pointer check, enabling a potential crash when the dsc pointer is NULL. The issue has been fix...

5.5CVSS6.4AI score0.00224EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/26 5:50 p.m.25 views

CVE-2024-26648 drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edpsetupreplay In edpsetupreplay, 'struct dc dc' & 'struct dmubreplay replay' was dereferenced before the pointer 'link' & 'replay' NULL check. Fixes the below:...

6.8AI score0.00224EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/03/26 5:50 p.m.41 views

CVE-2024-26648 drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edpsetupreplay In edpsetupreplay, 'struct dc dc' & 'struct dmubreplay replay' was dereferenced before the pointer 'link' & 'replay' NULL check. Fixes the below:...

6.7AI score0.00224EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/26 5:50 p.m.191 views

CVE-2024-26646

CVE-2024-26646 pertains to the Linux kernel’s thermal: intel: hfi subsystem. The vulnerability arises due to how the kernel manages memory buffers used by HFI during boot and resume flows. A second buffer may be allocated by the restore kernel on resume, which can differ from the image kernel’s b...

7.8CVSS6.6AI score0.00236EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/26 5:49 p.m.19 views

CVE-2023-52627 iio: adc: ad7091r: Allow users to configure device events

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7091r: Allow users to configure device events AD7091R-5 devices are supported by the ad7091r-5 driver together with the ad7091r-base driver. Those drivers declared iio events for notifying user space when ADC readings...

6.8AI score0.00227EPSS
SaveExploits0References6
CVE
CVE
added 2024/03/26 5:49 p.m.187 views

CVE-2023-52626

CVE-2023-52626 (Linux kernel) affects net/mlx5e: fix an operation precedence bug in port timestamping napi_poll context, where indirection (*) has lower precedence than postfix ++, causing an out-of-bounds read after increment. The fix dereferences before increment, preventing the read. CVSS 3.1 ...

7.1CVSS6.4AI score0.00237EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2024/03/26 5:49 p.m.38 views

CVE-2023-52626 net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix operation precedence bug in port timestamping napipoll context Indirection is of lower precedence than postfix increment ++. Logic in napipoll context would cause an out-of-bound read by first increment the pointer...

7.5AI score0.00237EPSS
SaveExploits0References3
CVE
CVE
added 2024/03/26 5:49 p.m.187 views

CVE-2023-52624

CVE-2023-52624 concerns the Linux kernel’s drm/amd/display path where the DMCUB must be awake before issuing GPINT commands. The root cause is that GPINT mailbox access could occur while DMCUB is idle, risking a system hang. The documented fix adds a wake/execute/sleep wrapper via the function dc...

7.8CVSS6.6AI score0.00368EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/03/26 5:49 p.m.46 views

CVE-2023-52625 drm/amd/display: Refactor DMCUB enter/exit idle interface

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Refactor DMCUB enter/exit idle interface Why We can hang in place trying to send commands when the DMCUB isn't powered on. How We need to exit out of the idle state prior to sending a command, but the process tha...

6.9AI score0.002EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2024/03/26 5:32 p.m.29 views

CVE-2024-26644

A vulnerability was found in the Btrfs filesystem implementation within the Linux kernel, where a NULL pointer dereference occurred because of creatependingsnapshot function, attempting to initialize a new root item from a deleted subvolume's root. Mitigation Red Hat has investigated whether a...

5.5CVSS7.3AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/03/26 5:19 p.m.32 views

CVE-2023-52622 ext4: avoid online resizing failures due to oversized flex bg

In the Linux kernel, the following vulnerability has been resolved: ext4: avoid online resizing failures due to oversized flex bg When we online resize an ext4 filesystem with a oversized flexbgsize, mkfs.ext4 -F -G 67108864 $dev -b 4096 100M mount $dev $dir resize2fs $dev 16G the following WARNO...

7.6AI score0.00243EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/03/26 3:17 p.m.42 views

CVE-2024-26645

In the Linux kernel, the following vulnerability has been resolved: tracing: Ensure visibility when inserting an element into tracingmap Running the following two commands in parallel on a multi-processor AArch64 machine can sporadically produce an unexpected warning about duplicate histogram...

5.5CVSS7.1AI score0.00242EPSS
SaveExploits0
Rosalinux
Rosalinux
added 2024/03/26 11:47 a.m.76 views

Advisory ROSA-SA-2024-2382

Software: openssh 7.4p1 OS: rosa-server79 packageevrstring: openssh-7.4p1-23.0.3.res7 CVE-ID: CVE-2023-48795 BDU-ID: 2023-08853 CVE-Crit: HIGH CVE-DESC.: A vulnerability in the SSH protocol implementation is related to the ability to adjust packet sequence numbers during the connection negotiatio...

5.9CVSS7.8AI score0.93305EPSS
SaveExploits4
RedhatCVE
RedhatCVE
added 2024/03/25 6:22 p.m.25 views

CVE-2021-47138

A vulnerability was found in the Linux kernel whereby hardware registries that have the server TID base may contain invalid values when the adapter is in a bad state. Reading these invalid values can result in out-of-bounds memory access, which can cause memory corruption or crashes...

6CVSS7.5AI score0.00244EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.35 views

CVE-2021-47178

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Avoid smpprocessorid in preemptible code The BUG message "BUG: using smpprocessorid in preemptible 00000000 code" was observed for TCMU devices with kernel config DEBUGPREEMPT. The message was observed when...

4.4CVSS7.7AI score0.00578EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.22 views

CVE-2021-47176

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: add missing discipline function Fix crash with illegal operation exception in dasddevicetasklet. Commit b72949328869 "s390/dasd: Prepare for additional path event handling" renamed the verifypath function for ECKD but...

4.4CVSS7.2AI score0.00222EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/03/25 5:54 p.m.30 views

CVE-2021-47175

A vulnerability was found in fqpie module of Linux Kernel impacting net/sched, where an out-of-bounds access during network traffic handling allows attackers to execute arbitrary code leads to DoS. Mitigation Red Hat has investigated whether a possible mitigation exists for this issue, and has no...

7.1CVSS8.8AI score0.00241EPSS
SaveExploits0References4
Rows per page
Query Builder