Lucene search
+L

24 matches found

OSV
OSV
added 2024/11/07 10:15 a.m.1 views

DEBIAN-CVE-2024-50140

In the Linux kernel, the following vulnerability has been resolved: sched/core: Disable page allocation in tasktickmmcid With KASAN and PREEMPTRT enabled, calling taskworkadd in tasktickmmcid may cause the following splat. 63.696416 BUG: sleeping function called from invalid context at...

5.5CVSS5.7AI score0.00231EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/29 1:15 a.m.5 views

DEBIAN-CVE-2024-50079

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: ensure task state is TASKRUNNING when running taskwork When the sqpoll is exiting and cancels pending work items, it may need to run taskwork. If this happens from within iouringcancelgeneric, then it may be under...

5.5CVSS5.4AI score0.00177EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/10/29 12:50 a.m.2 views

CVE-2024-50079 io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: ensure task state is TASKRUNNING when running taskwork When the sqpoll is exiting and cancels pending work items, it may need to run taskwork. If this happens from within iouringcancelgeneric, then it may be under...

7.7AI score0.00177EPSS
SaveExploits0References2
CVE
CVE
added 2024/10/29 12:50 a.m.136 views

CVE-2024-50079

CVE-2024-50079 affects the Linux kernel io_uring/sqpoll path. When sqpoll exits and cancels pending work items, it may call task_work from within io_uring_cancel_generic() while the task is not TASK_RUNNING, risking a scheduler splat as the ring mutex is grabbed in an interruptible state. The roo...

5.5CVSS5.3AI score0.00177EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2024/10/29 12:50 a.m.27 views

CVE-2024-50079 io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work

In the Linux kernel, the following vulnerability has been resolved: iouring/sqpoll: ensure task state is TASKRUNNING when running taskwork When the sqpoll is exiting and cancels pending work items, it may need to run taskwork. If this happens from within iouringcancelgeneric, then it may be under...

0.00177EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/10/22 2:22 p.m.4 views

SUSE CVE-2022-48983

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix a null-ptr-deref in iotctxexitcb Syzkaller reports a NULL deref bug as follows: BUG: KASAN: null-ptr-deref in iotctxexitcb+0x53/0xd3 Read of size 4 at addr 0000000000000138 by task file1/1955 CPU: 1 PID: 1955 Comm:...

5.5CVSS7.7AI score0.00262EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/10/22 8:38 a.m.19 views

CVE-2022-48950

A use-after-free vulnerability was found in the Linux kernel. It is possible for perfpendingtask to run after the event is free, resulting in a loss of system availability. Mitigation Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Produ...

6.7CVSS7.4AI score0.00252EPSS
SaveExploits0References4
NVD
NVD
added 2024/10/21 8:15 p.m.22 views

CVE-2022-48983

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix a null-ptr-deref in iotctxexitcb Syzkaller reports a NULL deref bug as follows: BUG: KASAN: null-ptr-deref in iotctxexitcb+0x53/0xd3 Read of size 4 at addr 0000000000000138 by task file1/1955 CPU: 1 PID: 1955 Comm:...

5.5CVSS0.00262EPSS
SaveExploits0References3
OSV
OSV
added 2024/10/21 8:15 p.m.6 views

UBUNTU-CVE-2022-48983

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix a null-ptr-deref in iotctxexitcb Syzkaller reports a NULL deref bug as follows: BUG: KASAN: null-ptr-deref in iotctxexitcb+0x53/0xd3 Read of size 4 at addr 0000000000000138 by task file1/1955 CPU: 1 PID: 1955 Comm:...

5.5CVSS5.9AI score0.00262EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 8:6 p.m.17 views

CVE-2022-48983 io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix a null-ptr-deref in iotctxexitcb Syzkaller reports a NULL deref bug as follows: BUG: KASAN: null-ptr-deref in iotctxexitcb+0x53/0xd3 Read of size 4 at addr 0000000000000138 by task file1/1955 CPU: 1 PID: 1955 Comm:...

6.2AI score
SaveExploits0References6
OSV
OSV
added 2024/08/21 1:15 a.m.2 views

DEBIAN-CVE-2024-43870

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

5.5CVSS5.7AI score0.0021EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/21 1:15 a.m.20 views

CVE-2024-43870

In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exit When a task is scheduled out, pending sigtrap deliveries are deferred to the target task upon resume to userspace via taskwork. However failures while adding an event's callback to the taskwork engi...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References17
CVE
CVE
added 2024/08/21 12:6 a.m.165 views

CVE-2024-43870

CVE-2024-43870 : In the Linux kernel perf subsystem, a window exists during task_exit where pending sigtrap deliveries may be queued but not added to the event’s task_work due to a failure when adding the event’s callback to task_work. This creates a small window in which the event refcount can b...

5.5CVSS6.5AI score0.0021EPSS
SaveExploits0References6Affected Software1
NVD
NVD
added 2024/06/19 3:15 p.m.24 views

CVE-2021-47577

In the Linux kernel, the following vulnerability has been resolved: io-wq: check for wq exit after adding new worker taskwork We check IOWQBITEXIT before attempting to create a new worker, and wq exit cancels pending work if we have any. But it's possible to have a race between the two, where...

7.8CVSS0.0015EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/05/28 3:32 a.m.6 views

SUSE CVE-2021-47504

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure taskwork gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through taskwork, then we can be sleeping uninterruptibly in iouringcancelgeneric and never...

3.3CVSS6.2AI score0.00205EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/05/27 11:30 a.m.23 views

CVE-2021-47504

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure taskwork gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through taskwork, then we can be sleeping uninterruptibly in iouringcancelgeneric and never...

5.5CVSS6.5AI score0.00205EPSS
SaveExploits0References3
NVD
NVD
added 2024/05/24 3:15 p.m.27 views

CVE-2021-47504

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score0.00205EPSS
SaveExploits0
OSV
OSV
added 2024/05/24 3:15 p.m.6 views

DEBIAN-CVE-2021-47504

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure taskwork gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through taskwork, then we can be sleeping uninterruptibly in iouringcancelgeneric and never...

5.5CVSS5.3AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/24 3:15 p.m.18 views

CVE-2021-47504

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure taskwork gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through taskwork, then we can be sleeping uninterruptibly in iouringcancelgeneric and never...

5.5CVSS6.8AI score
SaveExploits0References2
OSV
OSV
added 2024/05/24 3:15 p.m.14 views

UBUNTU-CVE-2021-47504

In the Linux kernel, the following vulnerability has been resolved: iouring: ensure taskwork gets run as part of cancelations If we successfully cancel a work item but that work item needs to be processed through taskwork, then we can be sleeping uninterruptibly in iouringcancelgeneric and never...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References5
Rows per page
Query Builder