Lucene search
+L

1637 matches found

OSV
OSV
added 2024/05/30 3:15 p.m.2 views

UBUNTU-CVE-2024-36018

In the Linux kernel, the following vulnerability has been resolved: nouveau/uvmm: fix addr/range calcs for remap operations dEQP-VK.sparseresources.imagerebind.2darray.r64i.1281288 was causing a remap operation like the below. opremap: prev: 0000003fffed0000 00000000000f0000 00000000a5abd18a...

5.5CVSS6.6AI score0.00222EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/05/30 12:0 a.m.10 views

PT-2024-32141

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to missing checks on iio info's callback access in the Linux kernel. Some callbacks from the iio info structure are accessed without any check, leading to a kernel...

5.5CVSS5.6AI score0.00221EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/28 3:29 p.m.6 views

SUSE CVE-2021-47552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

5.5CVSS6.2AI score0.00199EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/24 3:15 p.m.19 views

CVE-2021-47552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

5.5CVSS6.3AI score
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/24 3:15 p.m.23 views

CVE-2021-47552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/24 3:15 p.m.8 views

UBUNTU-CVE-2021-47552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

5.5CVSS5.7AI score0.00199EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.20 views

CVE-2021-47552 blk-mq: cancel blk-mq dispatch work in both blk_cleanup_queue and disk_release()

In the Linux kernel, the following vulnerability has been resolved: blk-mq: cancel blk-mq dispatch work in both blkcleanupqueue and diskrelease For avoiding to slow down queue destroy, we don't call blkmqquiescequeue in blkcleanupqueue, instead of delaying to cancel dispatch work in...

6.7AI score0.00199EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/24 3:9 p.m.13 views

CVE-2021-47540 mt76: mt7915: fix NULL pointer dereference in mt7915_get_phy_mode

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: fix NULL pointer dereference in mt7915getphymode Fix the following NULL pointer dereference in mt7915getphymode routine adding an ibss interface to the mt7915 driver. 101.137097 wlan0: Trigger new scan to find an IB...

6.5AI score0.00236EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/23 11:5 a.m.26 views

CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

4.4CVSS6.4AI score0.00196EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 2:57 a.m.4 views

SUSE CVE-2023-52738

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drmsched init/fini Currently amdgpu calls drmschedfini from the fence driver sw fini routine - such function is expected to be called only after the respective init function -...

4.4CVSS6.4AI score0.00796EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/05/22 12:28 p.m.31 views

CVE-2021-47322

A vulnerability was found in the pnfsmarkrequestcommit function in the Linux kernel's NFSv4 module. This issue can occur when attempting to reschedule write operations after a failed pNFS attempt, leading to a system crash or "Oops" condition. Mitigation Red Hat has investigated whether a possibl...

5.5CVSS7.4AI score0.00256EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.4 views

kernel: ACPI: EC: Fix oops when removing custom query handlers

A flaw was found in the Linux kernel's ACPI Embedded Controller EC subsystem. When removing custom query handlers, a kernel oops can occur if the handler is still being executed in the EC query workqueue while the module containing the callback function is being unloaded. The fix ensures the...

5.8AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.4 views

kernel: powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()

A flaw was found in the Linux kernel in archpreparekprobe: where certain error conditions are not properly validated before dereferencing a pointer. Under specific circumstances, this can result in a NULL pointer dereference in kernel space. If triggered, the kernel may generate an oops or panic,...

5.7AI score0.00182EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.2 views

DEBIAN-CVE-2021-47446

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

5.5CVSS5.4AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.2 views

DEBIAN-CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

5.5CVSS5.1AI score0.00196EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/22 7:15 a.m.17 views

UBUNTU-CVE-2021-47447

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a3xx: fix error handling in a3xxgpuinit These error paths returned 1 on failure, instead of a negative error code. This would lead to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" did...

5.5CVSS5.7AI score0.00196EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/22 6:19 a.m.19 views

CVE-2021-47446 drm/msm/a4xx: fix error handling in a4xx_gpu_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/a4xx: fix error handling in a4xxgpuinit This code returns 1 on error instead of a negative error. It leads to an Oops in the caller. A second problem is that the check for "if ret != -ENODATA" cannot be true because "ret"...

6.9AI score0.00196EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/21 4:15 p.m.40 views

CVE-2023-52738

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drmsched init/fini Currently amdgpu calls drmschedfini from the fence driver sw fini routine - such function is expected to be called only after the respective init function -...

5.3CVSS6.4AI score0.00796EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.26 views

CVE-2023-52738

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drmsched init/fini Currently amdgpu calls drmschedfini from the fence driver sw fini routine - such function is expected to be called only after the respective init function -...

5.3CVSS5.8AI score0.00796EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:23 p.m.28 views

CVE-2023-52745 IB/IPoIB: Fix legacy IPoIB due to wrong number of queues

In the Linux kernel, the following vulnerability has been resolved: IB/IPoIB: Fix legacy IPoIB due to wrong number of queues The cited commit creates child PKEY interfaces over netlink will multiple tx and rx queues, but some devices doesn't support more than 1 tx and 1 rx queues. This causes to ...

6.3AI score0.0025EPSS
SaveExploits0References5
Rows per page
Query Builder