Lucene search
+L

2126 matches found

NVD
NVD
added 2024/05/21 3:15 p.m.23 views

CVE-2021-47281

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7.8CVSS6.5AI score0.00237EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.26 views

CVE-2021-47281

In the Linux kernel, the following vulnerability has been resolved: ALSA: seq: Fix race of sndseqtimeropen The timer instance per queue is exclusive, and sndseqtimeropen should have managed the concurrent accesses. It looks as if it's checking the already existing timer instance at the beginning,...

7.8CVSS6.2AI score0.00237EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.28 views

CVE-2021-47310

In the Linux kernel, the following vulnerability has been resolved: net: ti: fix UAF in tlanremoveone priv is netdev private data and it cannot be used after freenetdev call. Using priv after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.3AI score0.00252EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.16 views

CVE-2021-47306

In the Linux kernel, the following vulnerability has been resolved: net: fddi: fix UAF in fzaprobe fp is netdev private data and it cannot be used after freenetdev call. Using fp after freenetdev can cause UAF bug. Fix it by moving freenetdev after error message. TURBOchannel adapter"...

7.8CVSS6.3AI score0.00231EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.27 views

CVE-2021-47334

In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasminitone In ibmasminitone, it calls ibmasminitremoteinputdev. Inside ibmasminitremoteinputdev, mousedev and keybddev are allocated by inputallocatedevice, and assigned to...

7.8CVSS6.3AI score0.00278EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.21 views

CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS6.3AI score0.00251EPSS
SaveExploits0References9
CVE
CVE
added 2024/05/21 3:03 p.m.96 views

CVE-2021-47394

CVE-2021-47394 is a Linux kernel vulnerability in the netfilter nf_tables path: unlinking a table before deleting it could allow a use-after-free. SYZKABAN reports a UAF in memcmp/nlattr/nft_table_lookup paths, with read-accesses occurring on lockless GETs after synchronize_rcu. The documented ro...

7.8CVSS6.7AI score0.00233EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.24 views

CVE-2021-47394 netfilter: nf_tables: unlink table before deleting it

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unlink table before deleting it syzbot reports following UAF: BUG: KASAN: use-after-free in memcmp+0x18f/0x1c0 lib/string.c:955 nlastrcmp+0xf2/0x130 lib/nlattr.c:836 nfttablelookup.part.0+0x1a2/0x460...

7.8CVSS6.9AI score0.00233EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:03 p.m.34 views

CVE-2021-47394 netfilter: nf_tables: unlink table before deleting it

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: unlink table before deleting it syzbot reports following UAF: BUG: KASAN: use-after-free in memcmp+0x18f/0x1c0 lib/string.c:955 nlastrcmp+0xf2/0x130 lib/nlattr.c:836 nfttablelookup.part.0+0x1a2/0x460...

7.8CVSS6.4AI score0.00233EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/21 3:03 p.m.18 views

CVE-2021-47379 blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd KASAN reports a use-after-free report when doing fuzz test: 693354.104835 ================================================================== 693354.105094 BUG:...

6.9AI score0.00256EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:03 p.m.125 views

CVE-2021-47379

The CVE-2021-47379 entry describes a kernel vulnerability in the Linux blk-cgroup subsystem related to a use-after-free (UAF) in the block I/O scheduler. The issue arises when destroying the blkcg policy hierarchy, where the BFQ/BLK MQ path can trigger a use-after-free during queue initialization...

7.8CVSS6.7AI score0.00256EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.22 views

CVE-2021-47342 ext4: fix possible UAF when remounting r/o a mmp-protected file system

In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible UAF when remounting r/o a mmp-protected file system After commit 618f003199c6 "ext4: fix memory leak in ext4fillsuper", after the file system is remounted read-only, there is a race where the kmmpd thread can...

6.8AI score0.00245EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.36 views

CVE-2021-47342 ext4: fix possible UAF when remounting r/o a mmp-protected file system

In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible UAF when remounting r/o a mmp-protected file system After commit 618f003199c6 "ext4: fix memory leak in ext4fillsuper", after the file system is remounted read-only, there is a race where the kmmpd thread can...

6.3AI score0.00245EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.24 views

CVE-2021-47338

In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not based on the result of the previous fbconmodedeleted. As a result, the mode is directly deleted, regardless of whether it is still in us...

7.8CVSS6.7AI score0.00267EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.14 views

CVE-2021-47338 fbmem: Do not delete the mode that is still in use

In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not based on the result of the previous fbconmodedeleted. As a result, the mode is directly deleted, regardless of whether it is still in us...

7.8CVSS6.8AI score0.00267EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.27 views

CVE-2021-47338 fbmem: Do not delete the mode that is still in use

In the Linux kernel, the following vulnerability has been resolved: fbmem: Do not delete the mode that is still in use The execution of fbdeletevideomode is not based on the result of the previous fbconmodedeleted. As a result, the mode is directly deleted, regardless of whether it is still in us...

7.8CVSS6.4AI score0.00267EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.52 views

CVE-2021-47334

In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasminitone In ibmasminitone, it calls ibmasminitremoteinputdev. Inside ibmasminitremoteinputdev, mousedev and keybddev are allocated by inputallocatedevice, and assigned to...

7.8CVSS7.1AI score0.00278EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47334 misc/libmasm/module: Fix two use after free in ibmasm_init_one

In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasminitone In ibmasminitone, it calls ibmasminitremoteinputdev. Inside ibmasminitremoteinputdev, mousedev and keybddev are allocated by inputallocatedevice, and assigned to...

7AI score0.00278EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.34 views

CVE-2021-47334 misc/libmasm/module: Fix two use after free in ibmasm_init_one

In the Linux kernel, the following vulnerability has been resolved: misc/libmasm/module: Fix two use after free in ibmasminitone In ibmasminitone, it calls ibmasminitremoteinputdev. Inside ibmasminitremoteinputdev, mousedev and keybddev are allocated by inputallocatedevice, and assigned to...

6.7AI score0.00278EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.24 views

CVE-2021-47311

In the Linux kernel, the following vulnerability has been resolved: net: qcom/emac: fix UAF in emacremove adpt is netdev private data and it cannot be used after freenetdev call. Using adpt after freenetdev can cause UAF bug. Fix it by moving freenetdev at the end of the function...

7.8CVSS7AI score0.00251EPSS
SaveExploits0
Rows per page
Query Builder