Lucene search
+L

2427 matches found

UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.19 views

CVE-2023-52755

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab out of bounds write in smbinheritdacl slab out-of-bounds write is caused by that offsets is bigger than pntsd allocation size. This patch add the check to validate 3 offsets using allocation size...

9.8CVSS6.6AI score0.27928EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/21 4:15 p.m.12 views

CVE-2023-52851

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

7.8CVSS6.3AI score0.00238EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/21 4:15 p.m.18 views

UBUNTU-CVE-2023-52748

In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid format-overflow warning With gcc and W=1 option, there's a warning like this: fs/f2fs/compress.c: In function ‘f2fsinitpagearraycache’: fs/f2fs/compress.c:1984:47: error: ‘%u’ directive writing between 1 and 7 bytes...

7.8CVSS5.8AI score0.00249EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.61 views

CVE-2023-52851 IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix init stage error handling to avoid double free of same QP and UAF In the unlikely event that workqueue allocation fails and returns NULL in mlx5mkeycacheinit, delete the call to mlx5rumrresourcecleanup which frees th...

6.4AI score0.00238EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/21 3:31 p.m.66 views

CVE-2023-52830

CVE-2023-52830 corresponds to a Linux kernel Bluetooth subsystem issue. According to Red Hat, the vulnerability resides in hci_conn_cleanup, where during cleanup the same object could be freed multiple times due to redundant calls to hci_dev_put and hci_conn_put after it was released by hci_conn_...

6.8AI score
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:31 p.m.21 views

CVE-2023-52803 SUNRPC: Fix RPC client cleaned up the freed pipefs dentries

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Fix RPC client cleaned up the freed pipefs dentries RPC client pipefs dentries cleanup is in separated rpcremovepipedir workqueue,which takes care about pipefs superblock locking. In some special scenarios, when kernel...

6.6AI score0.00236EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.37 views

CVE-2023-52772 af_unix: fix use-after-free in unix_stream_read_actor()

In the Linux kernel, the following vulnerability has been resolved: afunix: fix use-after-free in unixstreamreadactor syzbot reported the following crash 1 After releasing unix socket lock, u-oobskb can be changed by another thread. We must temporarily increase skb refcount to make sure this othe...

7.8CVSS7.5AI score0.00241EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.27 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS6.9AI score0.00269EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.83 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS7.5AI score0.00269EPSS
SaveExploits0References2
OSV
OSV
added 2024/05/21 3:30 p.m.32 views

CVE-2023-52760 gfs2: Fix slab-use-after-free in gfs2_qd_dealloc

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix slab-use-after-free in gfs2qddealloc In gfs2putsuper, whether withdrawn or not, the quota should be cleaned up by gfs2quotacleanup. Otherwise, struct gfs2sbd will be freed before gfs2qddealloc rcu callback has run for a...

7.8CVSS6.1AI score
SaveExploits0References7
CVE
CVE
added 2024/05/21 3:30 p.m.110 views

CVE-2023-52755

CVE-2023-52755 involves a slab out-of-bounds write in ksmbd smb_inherit_dacl() in the Linux kernel. The root cause is an offsets check failure when offsets exceed allocation size; the fix adds validation of three offsets against allocation size. Public advisories (e.g., Astra Linux bulletin for L...

9.8CVSS8.2AI score0.27928EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.20 views

CVE-2023-52755 ksmbd: fix slab out of bounds write in smb_inherit_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab out of bounds write in smbinheritdacl slab out-of-bounds write is caused by that offsets is bigger than pntsd allocation size. This patch add the check to validate 3 offsets using allocation size...

9.8CVSS7AI score0.27928EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.103 views

CVE-2023-52755 ksmbd: fix slab out of bounds write in smb_inherit_dacl()

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab out of bounds write in smbinheritdacl slab out-of-bounds write is caused by that offsets is bigger than pntsd allocation size. This patch add the check to validate 3 offsets using allocation size...

9.8CVSS6.6AI score0.27928EPSS
SaveExploits0References5
NVD
NVD
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47404

In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betopprobe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have an input report but some malicious devices violate...

7.8CVSS6.6AI score0.00261EPSS
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.23 views

CVE-2021-47404

In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betopprobe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have an input report but some malicious devices violate...

7.8CVSS7AI score
SaveExploits0References8
OSV
OSV
added 2024/05/21 3:15 p.m.4 views

DEBIAN-CVE-2021-47404

In the Linux kernel, the following vulnerability has been resolved: HID: betop: fix slab-out-of-bounds Write in betopprobe Syzbot reported slab-out-of-bounds Write bug in hid-betopff driver. The problem is the driver assumes the device must have an input report but some malicious devices violate...

7.8CVSS5.7AI score0.00261EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/21 3:15 p.m.30 views

CVE-2021-47393

In the Linux kernel, the following vulnerability has been resolved: hwmon: mlxreg-fan Return non-zero value when fan current state is enforced from sysfs Fan speed minimum can be enforced from sysfs. For example, setting current fan speed to 20 is used to enforce fan speed to be at 100% speed, 19...

7.1CVSS6.2AI score
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:15 p.m.5 views

DEBIAN-CVE-2021-47335

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsyncentryslab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xffff88823bc16040 in kfence-10:...

5.5CVSS5.5AI score0.00232EPSS
SaveExploits0References1
NVD
NVD
added 2024/05/21 3:15 p.m.28 views

CVE-2021-47335

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid racing on fsyncentryslab by multi filesystem instances As syzbot reported, there is an use-after-free issue during f2fs recovery: Use-after-free write at 0xffff88823bc16040 in kfence-10:...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.19 views

CVE-2021-47291

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6nhflushexceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the one reported in commit 821bbf79fe46 "ipv6: Fix KASAN:...

7.1CVSS6.4AI score
SaveExploits0References4
Rows per page
Query Builder