Lucene search
+L

13045 matches found

UbuntuCve
UbuntuCve
added 2024/08/21 7:15 a.m.20 views

CVE-2023-52903

In the Linux kernel, the following vulnerability has been resolved: iouring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at iouring/iouring.c:734 iocqringeventoverflow+0x1c0/0x230 iouring/iouring.c:734 CPU: 0 PID: 28 Comm:...

7.8CVSS5.8AI score0.00186EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.26 views

CVE-2023-52903 io_uring: lock overflowing for IOPOLL

In the Linux kernel, the following vulnerability has been resolved: iouring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at iouring/iouring.c:734 iocqringeventoverflow+0x1c0/0x230 iouring/iouring.c:734 CPU: 0 PID: 28 Comm:...

7.8CVSS7.2AI score0.00186EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.49 views

CVE-2023-52903 io_uring: lock overflowing for IOPOLL

In the Linux kernel, the following vulnerability has been resolved: iouring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at iouring/iouring.c:734 iocqringeventoverflow+0x1c0/0x230 iouring/iouring.c:734 CPU: 0 PID: 28 Comm:...

7.8CVSS0.00186EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/08/21 6:10 a.m.24 views

CVE-2023-52903

In the Linux kernel, the following vulnerability has been resolved: iouring: lock overflowing for IOPOLL syzbot reports an issue with overflow filling for IOPOLL: WARNING: CPU: 0 PID: 28 at iouring/iouring.c:734 iocqringeventoverflow+0x1c0/0x230 iouring/iouring.c:734 CPU: 0 PID: 28 Comm:...

7.8CVSS5.4AI score0.00186EPSS
SaveExploits0
CVE
CVE
added 2024/08/21 6:10 a.m.106 views

CVE-2023-52903

CVE-2023-52903 refers to a Linux kernel issue in the io_uring subsystem, specifically a lock overflow in IOPOLL CQ processing. The description shows a syzkaller-triggered overflow path in io_cqring_event_overflow, with call traces through io_req_cqe_overflow, io_fill_cqe_req, and io_do_iopoll, an...

7.8CVSS6.9AI score0.00186EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2024/08/21 6:10 a.m.56 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...

7.8CVSS0.00232EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/21 6:10 a.m.22 views

CVE-2022-48870 tty: fix possible null-ptr-defer in spk_ttyio_release

In the Linux kernel, the following vulnerability has been resolved: tty: fix possible null-ptr-defer in spkttyiorelease Run the following tests on the qemu platform: syzkaller: modprobe speakupaudptr input: Speakup as /devices/virtual/input/input4 initialized device: /dev/synth, node MAJOR 10,...

6.7AI score0.0025EPSS
SaveExploits0References3
OSV
OSV
added 2024/08/21 1:15 a.m.10 views

DEBIAN-CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

7CVSS6.2AI score0.00242EPSS
SaveExploits1References1
OSV
OSV
added 2024/08/21 1:15 a.m.19 views

UBUNTU-CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

8.4CVSS6.5AI score0.00242EPSS
SaveExploits1References30
OSV
OSV
added 2024/08/21 1:15 a.m.24 views

UBUNTU-CVE-2024-43874

In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix null pointer dereference in sevsnpshutdownlocked Fix a null pointer dereference induced by DEBUGTESTDRIVERREMOVE. Return from sevsnpshutdownlocked if the pspdevice or the sevdevice structs are not initialized...

5.5CVSS6.6AI score0.0018EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/08/21 12:34 a.m.10 views

kernel: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()

A vulnerability was found in the Linux kernel's networking subsystem in the actapi implementation within the tcfidrcheckalloc function, which lead to a possible infinite loop when multiple actions with the same index are added, causing the second request to block indefinitely while holding the...

5.5CVSS6.8AI score0.00289EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 12:15 a.m.64 views

DEBIAN-CVE-2024-43862

In the Linux kernel, the following vulnerability has been resolved: net: wan: fslqmchdlc: Convert carrierlock spinlock to a mutex The carrierlock spinlock protects the carrier detection. While it is held, framergetstatus is called which in turn takes a mutex. This is not correct and can lead to a...

5.5CVSS5.4AI score0.00141EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 12:15 a.m.4 views

DEBIAN-CVE-2024-43863

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll-fence wait-fence unref deadlocks...

5.5CVSS5.6AI score0.00166EPSS
SaveExploits0References1
OSV
OSV
added 2024/08/21 12:15 a.m.55 views

UBUNTU-CVE-2024-43862

In the Linux kernel, the following vulnerability has been resolved: net: wan: fslqmchdlc: Convert carrierlock spinlock to a mutex The carrierlock spinlock protects the carrier detection. While it is held, framergetstatus is called which in turn takes a mutex. This is not correct and can lead to a...

5.5CVSS5.7AI score0.00141EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/21 12:15 a.m.10 views

UBUNTU-CVE-2024-43863

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll-fence wait-fence unref deadlocks...

5.5CVSS6.2AI score0.00166EPSS
SaveExploits0References35
Debian CVE
Debian CVE
added 2024/08/21 12:10 a.m.39 views

CVE-2024-43882

In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via dofilpopen, permission checking is done against the file's metadata at that moment, and on success, a file pointer is passed back. Much...

8.4CVSS6.2AI score0.00242EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2024/08/21 12:00 a.m.18 views

PT-2024-32110

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, specifically with the pktgen module. It involves the use of cpus read lock in pg net init and the firing of WARN ONsmp processor id != cpu in...

5.5CVSS5.5AI score0.00203EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/08/21 12:00 a.m.26 views

Fedora 39 : webkitgtk (2024-ba78b27eb8)

The remote Fedora 39 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2024-ba78b27eb8 advisory. Fix web process cache suspend/resume when sandbox is enabled. Fix accelerated images disappearing after scrolling. Fix video flickering with DMA-BUF...

9.8CVSS6.4AI score0.01148EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/20 11:45 p.m.111 views

CVE-2024-43863 drm/vmwgfx: Fix a deadlock in dma buf fence polling

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Fix a deadlock in dma buf fence polling Introduce a version of the fence ops that on release doesn't remove the fence from the pending list, and thus doesn't require a lock to fix poll-fence wait-fence unref deadlocks...

0.00166EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/08/19 3:16 p.m.40 views

CVE-2024-42268

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix missing lock on sync reset reload On sync reset reload work, when remote host updates devlink on reload actions performed on that host, it misses taking devlink lock before calling devlinkremotereloadactionsperforme...

5.5CVSS7.3AI score0.00172EPSS
SaveExploits0References4
Rows per page
Query Builder