Lucene search
+L

2264 matches found

Cvelist
Cvelist
•added 2024/05/21 3:31 p.m.•33 views

CVE-2023-52837 nbd: fix uaf in nbd_open

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdopen Commit 4af5f2e03013 "nbd: use blkmqallocdisk and blkcleanupdisk" cleans up disk by blkcleanupdisk and it won't set disk-privatedata as NULL as before. UAF may be triggered in nbdopen if someone tries to op...

7.8CVSS6.5AI score0.0025EPSS
SaveExploits0References4
Debian CVE
Debian CVE
•added 2024/05/21 3:31 p.m.•24 views

CVE-2023-52837

In the Linux kernel, the following vulnerability has been resolved: nbd: fix uaf in nbdopen Commit 4af5f2e03013 "nbd: use blkmqallocdisk and blkcleanupdisk" cleans up disk by blkcleanupdisk and it won't set disk-privatedata as NULL as before. UAF may be triggered in nbdopen if someone tries to op...

7.8CVSS7.1AI score0.0025EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2024/05/21 3:31 p.m.•26 views

CVE-2023-52801 iommufd: Fix missing update of domains_itree after splitting iopt_area

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domainsitree after splitting ioptarea In ioptareasplit, if the original ioptarea has filled a domain and is linked to domainsitree, pagesnodes have to be properly reinserted. Otherwise the...

8.8CVSS6.9AI score0.0059EPSS
SaveExploits0References3
CVE
CVE
•added 2024/05/21 3:31 p.m.•122 views

CVE-2023-52801

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domainsitree after splitting ioptarea In ioptareasplit, if the original ioptarea has filled a domain and is linked to domainsitree, pagesnodes have to be properly reinserted. Otherwise the...

8.8CVSS7.7AI score0.0059EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
•added 2024/05/21 3:31 p.m.•41 views

CVE-2023-52801 iommufd: Fix missing update of domains_itree after splitting iopt_area

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domainsitree after splitting ioptarea In ioptareasplit, if the original ioptarea has filled a domain and is linked to domainsitree, pagesnodes have to be properly reinserted. Otherwise the...

8.8CVSS6.4AI score0.0059EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2024/05/21 3:31 p.m.•46 views

CVE-2023-52801

In the Linux kernel, the following vulnerability has been resolved: iommufd: Fix missing update of domainsitree after splitting ioptarea In ioptareasplit, if the original ioptarea has filled a domain and is linked to domainsitree, pagesnodes have to be properly reinserted. Otherwise the...

8.8CVSS6.7AI score0.0059EPSS
SaveExploits0
Cvelist
Cvelist
•added 2024/05/21 3:30 p.m.•46 views

CVE-2023-52751 smb: client: fix use-after-free in smb2_query_info_compound()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in smb2queryinfocompound The following UAF was triggered when running fstests generic/072 with KASAN enabled against Windows Server 2022 and mount options...

7.8CVSS6.4AI score0.00241EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2024/05/21 3:30 p.m.•43 views

CVE-2023-52751

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in smb2queryinfocompound The following UAF was triggered when running fstests generic/072 with KASAN enabled against Windows Server 2022 and mount options...

7.8CVSS8AI score0.00241EPSS
SaveExploits0
Vulnrichment
Vulnrichment
•added 2024/05/21 3:30 p.m.•23 views

CVE-2023-52751 smb: client: fix use-after-free in smb2_query_info_compound()

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in smb2queryinfocompound The following UAF was triggered when running fstests generic/072 with KASAN enabled against Windows Server 2022 and mount options...

7.8CVSS6.6AI score0.00241EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
•added 2024/05/21 3:23 p.m.•21 views

CVE-2023-52741 cifs: Fix use-after-free in rdata->read_into_pages()

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix use-after-free in rdata-readintopages When the network status is unstable, use-after-free may occur when read data from the server. BUG: KASAN: use-after-free in readpagesfillpages+0x14c/0x7e0 Call Trace:...

9.8CVSS6.9AI score0.00725EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/21 3:15 p.m.•18 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.2AI score
SaveExploits0References5
NVD
NVD
•added 2024/05/21 3:15 p.m.•28 views

CVE-2021-47342

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...

7.8CVSS6.4AI score0.00245EPSS
SaveExploits0References3
OSV
OSV
•added 2024/05/21 3:15 p.m.•26 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.9AI score
SaveExploits0References7
NVD
NVD
•added 2024/05/21 3:15 p.m.•33 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.5AI score0.00231EPSS
SaveExploits0References4
OSV
OSV
•added 2024/05/21 3:15 p.m.•36 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.4AI score
SaveExploits0References8
NVD
NVD
•added 2024/05/21 3:15 p.m.•27 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.5AI score0.00252EPSS
SaveExploits0References8
NVD
NVD
•added 2024/05/21 3:15 p.m.•15 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.5AI score0.00251EPSS
SaveExploits0References7
OSV
OSV
•added 2024/05/21 3:15 p.m.•25 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,...

7CVSS7AI score
SaveExploits0References3
NVD
NVD
•added 2024/05/21 3:15 p.m.•27 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.•27 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
Rows per page
Query Builder