Lucene search
+L

3610 matches found

OSV
OSV
added 2024/02/27 7:4 p.m.3 views

UBUNTU-CVE-2021-46958

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between transaction aborts and fsyncs leading to use-after-free There is a race between a task aborting a transaction during a commit, a task doing an fsync and the transaction kthread, which leads to an...

4.7CVSS6.2AI score0.00231EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2024/02/26 6:15 p.m.4 views

CVE-2019-25162

In the Linux kernel, the following vulnerability has been resolved: i2c: Fix a potential use after free Free the adap structure only after we are done using it. This patch just moves the putdevice down a bit to avoid the use after free. wsa: added comment to the code, added Fixes tag...

7.8CVSS6.3AI score0.00378EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2024/02/26 4:27 p.m.3 views

DEBIAN-CVE-2023-52467

In the Linux kernel, the following vulnerability has been resolved: mfd: syscon: Fix null pointer dereference in ofsysconregister kasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS5.3AI score0.00278EPSS
SaveExploits0References1
OSV
OSV
added 2024/02/25 8:16 a.m.7 views

CVE-2023-52471 ice: Fix some null pointer dereference issues in ice_ptp.c

In the Linux kernel, the following vulnerability has been resolved: ice: Fix some null pointer dereference issues in iceptp.c devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.5AI score0.00232EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/02/24 3:17 a.m.5 views

SUSE CVE-2023-52447

In the Linux kernel, the following vulnerability has been resolved: bpf: Defer the free of inner map when necessary When updating or deleting an inner map in map array or map htab, the map may still be accessed by non-sleepable program or sleepable program. However bpfmapfdputptr decreases the...

6.7CVSS6.3AI score0.00248EPSS
SaveExploits0References17
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.8 views

kernel: vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF

In the Linux kernel, the following vulnerability has been resolved: vcscreen: move load of struct vcdata pointer in vcsread to avoid UAF After a call to consoleunlock in vcsread the vcdata struct can be freed by vcdeallocate. Because of that, the struct vcdata pointer load must be done at the top...

7.8CVSS6.3AI score0.00281EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/01/30 1:28 p.m.6 views

kernel: scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsitcp: Fix UAF during logout when accessing the shost ipaddress Bug report and analysis from Ding Hui. During iSCSI session logout, if another task accesses the shost ipaddress attr, we can get a KASAN UAF report like...

7.8CVSS6.3AI score0.00258EPSS
SaveExploits0References5
Amazon
Amazon
added 2024/01/09 12:0 a.m.8 views

Important: kernel

Issue Overview: An issue was discovered in the Linux kernel through 6.5.9. During a race with SQ thread exit, an iouring/fdinfo.c iouringshowfdinfo NULL pointer dereference can occur. CVE-2023-46862 When a router encounters an IPv6 packet too big to transmit to the next-hop, it returns an ICMP6...

7.8CVSS7.1AI score0.01657EPSS
SaveExploits1
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.8 views

kernel: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated is passed as an argument of strreplace in...

5.5CVSS7AI score0.00146EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.6 views

kernel: net/tunnel: wait until all sk_user_data reader finish before releasing the sock

In the Linux kernel, the following vulnerability has been resolved: net/tunnel: wait until all skuserdata reader finish before releasing the sock There is a race condition in vxlan that when deleting a vxlan device during receiving packets, there is a possibility that the sock is released after...

5.5CVSS6.7AI score0.00153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.7 views

kernel: mm/page_owner: use strscpy() instead of strlcpy()

In the Linux kernel, the following vulnerability has been resolved: mm/pageowner: use strscpy instead of strlcpy current-comm is not a string no guarantee for a zero byte in it. strlcpys1, s2, l is calling strlens2, potentially causing out-of-bound access, as reported by syzbot: detected buffer...

7.1CVSS6.5AI score0.00257EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.4 views

kernel: scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix sashba.phy memory leak in mpi3mrremove Free mrioc-sashba.phy at .remove...

5.5CVSS6.3AI score0.00162EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.15 views

kernel: NFSv4/pNFS: Fix a race to wake on NFS_LAYOUT_DRAIN

In the Linux kernel, the following vulnerability has been resolved: NFSv4/pNFS: Fix a race to wake on NFSLAYOUTDRAIN We found a few different systems hung up in writeback waiting on the same page lock, and one task waiting on the NFSLAYOUTDRAIN bit in pnfsupdatelayout, however the pnfslayouthdr's...

7.5CVSS5.7AI score0.00329EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.7 views

kernel: drm/client: Fix memory leak in drm_client_modeset_probe

In the Linux kernel, the following vulnerability has been resolved: drm/client: Fix memory leak in drmclientmodesetprobe When a new mode is set to modeset-mode, the previous mode should be freed. This fixes the following kmemleak report: drmmodeduplicate+0x45/0x220 drm...

5.5CVSS6.6AI score0.00136EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.11 views

kernel: writeback: avoid use-after-free after removing device

In the Linux kernel, the following vulnerability has been resolved: writeback: avoid use-after-free after removing device When a disk is removed, bdiunregister gets called to stop further writeback and wait for associated delayed work to complete. However, wbinodewritebackend may schedule bandwid...

7.8CVSS6.3AI score0.00205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.4 views

kernel: sctp: fix a potential overflow in sctp_ifwdtsn_skip

In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctpifwdtsnskip Currently, when traversing ifwdtsn skips with sctpwalkifwdtsn, it only checks the pos against the end of the chunk. However, the data left for the last pos may be sizeofstruct...

7.8CVSS6.2AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: ipv6: Fix an uninit variable access bug in __ip6_make_skb()

A flaw was identified in the Linux kernel’s IPv6 networking code in the function ip6makeskb. Under certain conditions—such as when using raw IPv6 sockets and processing ICMPv6 headers—the code may access an uninitialized variable because the expected header data is not guaranteed to reside in the...

6AI score0.00184EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.5 views

kernel: net/mlx5: Devcom, fix error flow in mlx5_devcom_register_device

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Devcom, fix error flow in mlx5devcomregisterdevice In case devcom allocation is failed, mlx5 is always freeing the priv. However, this priv might have been allocated by a different thread, and freeing it might lead to...

5.7AI score0.0018EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.4 views

kernel: blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Reinit blkgiostatset after clearing in blkcgresetstats When blkgalloc is called to allocate a blkcggq structure with the associated blkgiostatset's, there are 2 fields within blkgiostatset that requires proper...

5.5CVSS6.5AI score0.0015EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2023/11/14 3:46 p.m.7 views

kernel: NFS: Fix an Oops in nfs_d_automount()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix an Oops in nfsdautomount When mounting from a NFSv4 referral, path-dentry can end up being a negative dentry, so derive the struct nfsserver from the dentry itself instead...

5.5CVSS6.6AI score0.00146EPSS
SaveExploits0References5
Rows per page
Query Builder