Lucene search
+L

718 matches found

NVD
NVD
added 2024/08/21 7:15 a.m.24 views

CVE-2022-48887

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

5.5CVSS0.00225EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.46 views

CVE-2022-48887 drm/vmwgfx: Remove rcu locks from user resources

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

0.00225EPSS
SaveExploits0References2
OSV
OSV
added 2024/08/21 6:10 a.m.24 views

CVE-2022-48887 drm/vmwgfx: Remove rcu locks from user resources

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

5.5CVSS5.8AI score0.00225EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.70 views

CVE-2022-48887

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Remove rcu locks from user resources User resource lookups used rcu to avoid two extra atomics. Unfortunately the rcu paths were buggy and it was easy to make the driver crash by submitting command buffers from two...

5.5CVSS5AI score0.00225EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2024/08/17 9:9 a.m.35 views

CVE-2024-42302

In the Linux kernel, the following vulnerability has been resolved: PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal Keith reports a use-after-free when a DPC event occurs concurrently to hot-removal of the same portion of the hierarchy: The dpchandler awaits readiness of the seconda...

7.8CVSS5.7AI score0.00228EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/08/06 2:0 a.m.3 views

SUSE CVE-2024-42078

In the Linux kernel, the following vulnerability has been resolved: nfsd: initialise nfsdinfo.mutex early. nfsdinfo.mutex can be dereferenced by svcpoolstatsstart immediately after the new netns is created. Currently this can trigger an oops. Move the initialisation earlier before it can possibly...

5.5CVSS7.5AI score0.0021EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/07/29 3:48 p.m.28 views

CVE-2024-41084 cxl/region: Avoid null pointer dereference in region lookup

In the Linux kernel, the following vulnerability has been resolved: cxl/region: Avoid null pointer dereference in region lookup cxldpatoregion looks up a region based on a memdev and DPA. It wrongly assumes an endpoint found mapping the DPA is also of a fully assembled region. When not true it...

0.00227EPSS
SaveExploits0References3
OSV
OSV
added 2024/07/16 12:15 p.m.4 views

DEBIAN-CVE-2022-48816

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: lock against -sock changing during sysfs read -sock can be set to NULL asynchronously unless -recvmutex is held. So it is important to hold that mutex. Otherwise a sysfs read can trigger an oops. Commit 17f09d3f619a...

4.7CVSS5.3AI score0.00254EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/06/22 3:34 a.m.3 views

SUSE CVE-2024-38608

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5esuspend cleans resources only if netifdevicepresent returns true. However, mlx5eresume changes the state of netif, via mlx5enicenable, only if regstate == NETREGREGISTERED. In the below...

4.4CVSS6.3AI score0.00188EPSS
SaveExploits0References17
NVD
NVD
added 2024/06/21 11:15 a.m.22 views

CVE-2024-38633

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

5.5CVSS0.00243EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/06/21 10:18 a.m.36 views

CVE-2024-38633 serial: max3100: Update uart_driver_registered on driver removal

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Update uartdriverregistered on driver removal The removal of the last MAX3100 device triggers the removal of the driver. However, code doesn't update the respective global variable and after insmod — rmmod — insm...

0.00243EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/06/20 2:27 p.m.22 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

4.4CVSS6.7AI score0.00216EPSS
SaveExploits0References4
NVD
NVD
added 2024/06/20 12:15 p.m.28 views

CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS0.00216EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 12:15 p.m.2 views

DEBIAN-CVE-2022-48770

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.2AI score0.00216EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.18 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

6.6AI score0.00216EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.33 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

0.00216EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 11:13 a.m.21 views

CVE-2022-48770 bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard against accessing NULL ptregs in bpfgettaskstack taskptregs can return NULL on powerpc for kernel threads. This is then used in bpfgetstack to check for user mode, resulting in a kernel oops. Guard against this by...

5.5CVSS5.8AI score0.00216EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.45 views

CVE-2022-48750 hwmon: (nct6775) Fix crash in clear_caseopen

In the Linux kernel, the following vulnerability has been resolved: hwmon: nct6775 Fix crash in clearcaseopen Paweł Marciniak reports the following crash, observed when clearing the chassis intrusion alarm. BUG: kernel NULL pointer dereference, address: 0000000000000028 PGD 0 P4D 0 Oops: 0000 1...

0.00223EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/06/20 12:0 a.m.32 views

CVE-2022-48746

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix handling of wrong devices during bond netevent Current implementation of bond netevent handler only check if the handled netdev is VF representor and it missing a check if the VF representor is on the same phys...

5.5CVSS6.2AI score0.00235EPSS
SaveExploits0References6
OSV
OSV
added 2024/06/19 2:15 p.m.11 views

UBUNTU-CVE-2024-38608

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix netif state handling mlx5esuspend cleans resources only if netifdevicepresent returns true. However, mlx5eresume changes the state of netif, via mlx5enicenable, only if regstate == NETREGREGISTERED. In the below...

5.5CVSS6.1AI score0.00188EPSS
SaveExploits0References16
Rows per page
Query Builder