Lucene search
+L

2212 matches found

CVE
CVE
added 2024/05/24 3:1 p.m.98 views

CVE-2021-47504

CVE-2021-47504 — Linux kernel io_uring race and task_work handling : Connected sources describe public fixes in the Linux kernel addressing a race in io_uring cancellation. The root cause involved io_uring_cancel_generic() and related paths not reliably processing task_work, which could lead to s...

6.6AI score0.00205EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/24 3:1 p.m.38 views

CVE-2021-47504

...

6.3AI score0.00205EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/24 3:1 p.m.17 views

CVE-2021-47504

...

5.6AI score0.00205EPSS
SaveExploits0
CNNVD
CNNVD
added 2024/05/24 12:0 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a vulnerability in the iouring module...

5.5CVSS6.3AI score0.00205EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2024/05/24 12:0 a.m.9 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failed EXITING task cancelation in the iouring module...

5.5CVSS6.4AI score0.00181EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.11 views

SUSE CVE-2021-47292

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/05/22 8:59 a.m.17 views

CVE-2021-47411

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority for the following reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.7AI score
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.11 views

CVE-2021-47292

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

5.5CVSS6.3AI score0.00193EPSS
SaveExploits0References2
NVD
NVD
added 2024/05/21 3:15 p.m.33 views

CVE-2021-47292

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

5.5CVSS6.4AI score0.00193EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 3:15 p.m.13 views

UBUNTU-CVE-2021-47292

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.19 views

CVE-2021-47292

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:4 p.m.60 views

CVE-2021-47411

CVE-2021-47411 entry is rejected/withdrawn by the CVE Numbering Authority.

6.8AI score
SaveExploits0
Debian CVE
Debian CVE
added 2024/05/21 3:4 p.m.24 views

CVE-2021-47411

Removed by vendor...

5.3AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.37 views

CVE-2021-47292 io_uring: fix memleak in io_init_wq_offload()

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

6.4AI score0.00193EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47292 io_uring: fix memleak in io_init_wq_offload()

In the Linux kernel, the following vulnerability has been resolved: iouring: fix memleak in ioinitwqoffload I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 size 96: comm "syz-executor.6", pid 4610, jiffies 4295140240 age 20.135s hex dump firs...

6.8AI score0.00193EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/21 2:35 p.m.79 views

CVE-2021-47292

CVE-2021-47292 affects the Linux kernel io_uring subsystem. The issue is a memory leak in io_init_wq_offload() where a leaked hash_map can occur when io_uring_enter() is called in parallel (syz-executor traffic). Root cause: missing synchronization around kzalloc/hash_map updates in io_init_wq_of...

5.5CVSS6.6AI score0.00193EPSS
SaveExploits0References2Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.6 views

SUSE CVE-2024-35827

In the Linux kernel, the following vulnerability has been resolved: iouring/net: fix overflow check in iorecvmsgmshotprep The "controllen" variable is type sizet unsigned long. Casting it to int could lead to an integer underflow. The checkaddoverflow function considers the type of the destinatio...

5.5CVSS6.6AI score0.00217EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/21 2:0 a.m.11 views

SUSE CVE-2024-35831

In the Linux kernel, the following vulnerability has been resolved: iouring: Fix release of pinned pages when iouaddrmap fails Looking at the error path of iouaddrmap, if we fail after pinning the pages for any reasons, ret will be set to -EINVAL and the error handler won't properly release the...

5.5CVSS6.5AI score0.00207EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2024/05/21 1:59 a.m.5 views

SUSE CVE-2024-35880

In the Linux kernel, the following vulnerability has been resolved: iouring/kbuf: hold iobufferlist reference over mmap If we look up the kbuf, ensure that it doesn't get unregistered until after we're done with it. Since we're inside mmap, we cannot safely use the iouring lock. Rely on the fact...

5.5CVSS6.9AI score0.00681EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/20 2:21 p.m.19 views

CVE-2024-35923

In the Linux kernel, the following vulnerability has been resolved: iouring: clear opcode specific data for an early failure The Linux kernel CVE team has assigned CVE-2024-35923 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024051914-CVE-2024-35923-ddae@gregkh/T...

5.5CVSS6.1AI score
SaveExploits0References4
Rows per page
Query Builder