Lucene search
+L

2211 matches found

RedhatCVE
RedhatCVE
added 2022/09/19 10:43 a.m.54 views

CVE-2022-3176

A use-after-free flaw was found in iouring in the Linux kernel. This flaw allows a local user to trigger the issue if a signalfd or binder fd is polled with the iouring poll due to a lack of iouring POLLFREE handling...

7CVSS1.9AI score0.00287EPSS
SaveExploits0References5
Microsoft CVE
Microsoft CVE
added 2022/09/17 7:0 a.m.14 views

A null pointer dereference issue was discovered in fs/io_uring.c in the Linux kernel before 5.15.62. A local user could use this flaw to crash the system or potentially cause a denial of service.

...

5.5CVSS7.1AI score0.00297EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 11:49 p.m.10 views

GSD-2022-1005324 io_uring: fix io_uring_cqe_overflow trace format

iouring: fix iouringcqeoverflow trace format This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.2 by commit...

7.2AI score
SaveExploits0
NVD
NVD
added 2022/09/16 2:15 p.m.21 views

CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS0.00287EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 2:15 p.m.7 views

CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS7.9AI score
SaveExploits0References5
OSV
OSV
added 2022/09/16 2:15 p.m.6 views

DEBIAN-CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS6.5AI score0.00287EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2022/09/16 2:15 p.m.49 views

CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS6.8AI score0.00287EPSS
SaveExploits0References10
Prion
Prion
added 2022/09/16 2:15 p.m.36 views

Double free

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

4.3CVSS7.3AI score0.00287EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2022/09/16 2:15 p.m.6 views

UBUNTU-CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS6.7AI score0.00287EPSS
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2022/09/16 1:55 p.m.10 views

CVE-2022-3176 Use-after-free in io_uring in Linux Kernel

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS7.5AI score0.00287EPSS
SaveExploits0References5
CVE
CVE
added 2022/09/16 1:55 p.m.189 views

CVE-2022-3176

CVE-2022-3176 describes a use-after-free in the Linux kernel’s io_uring subsystem. Signalfd_poll() and binder_poll() use a waitqueue whose lifetime is the current task, and the POLLFREE notification is sent to all waiters before the queue is freed, but io_uring poll does not handle POLLFREE. This...

7.8CVSS7.4AI score0.00287EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2022/09/16 1:55 p.m.129 views

CVE-2022-3176

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS6.4AI score0.00287EPSS
SaveExploits0
Cvelist
Cvelist
added 2022/09/16 1:55 p.m.28 views

CVE-2022-3176 Use-after-free in io_uring in Linux Kernel

There exists a use-after-free in iouring in the Linux kernel. Signalfdpoll and binderpoll use a waitqueue whose lifetime is the current task. It will send a POLLFREE notification to all waiters before the queue is freed. Unfortunately, the iouring poll doesn't handle POLLFREE. This allows a...

7.8CVSS7.7AI score0.00287EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2022/09/16 12:0 a.m.4 views

Linux kernel 资源管理错误漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from a resource management error vulnerability that originates from a confusion in the instruction responsible for freeing memory in iouring. An attacker...

7.8CVSS7AI score0.00287EPSS
SaveExploits0References18
OSV
OSV
added 2022/09/14 9:15 p.m.1 views

CVE-2022-40476

A null pointer dereference issue was discovered in fs/iouring.c in the Linux kernel before 5.15.62. A local user could use this flaw to crash the system or potentially cause a denial of service...

5.5CVSS6.7AI score0.00297EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2022/09/14 9:15 p.m.7 views

CVE-2022-40476

A null pointer dereference issue was discovered in fs/iouring.c in the Linux kernel before 5.15.62. A local user could use this flaw to crash the system or potentially cause a denial of service...

5.5CVSS6.7AI score0.00297EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/14 9:15 p.m.3 views

UBUNTU-CVE-2022-40476

A null pointer dereference issue was discovered in fs/iouring.c in the Linux kernel before 5.15.62. A local user could use this flaw to crash the system or potentially cause a denial of service...

5.5CVSS6.7AI score0.00297EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/14 8:6 p.m.74 views

CVE-2022-40476

A null pointer dereference issue was discovered in fs/iouring.c in the Linux kernel before 5.15.62. A local user could use this flaw to crash the system or potentially cause a denial of service...

5.5CVSS5.8AI score0.00297EPSS
SaveExploits0
CNNVD
CNNVD
added 2022/09/14 12:0 a.m.12 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 versions of Linux kernel prior to 5.15.62, which stems from a null pointer dereference issue in its fs/iouring.c component resulting in a loc...

5.5CVSS6.5AI score0.00297EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2022/09/08 12:0 a.m.58 views

SUSE SLES15 Security Update : kernel (Live Patch 29 for SLE 15 SP2) (SUSE-SU-2022:3088-1)

The remote SUSE Linux SLES15 host has a package installed that is affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:3088-1 advisory. This update for the Linux Kernel 5.3.18-15020024126 fixes several issues. The following security issues were fixed: - CVE-2020-36516: Fixed an...

7.8CVSS6.8AI score0.00672EPSS
SaveExploits1References7
Rows per page
Query Builder