Lucene search
+L

128 matches found

Cvelist
Cvelist
added 2024/12/27 3:6 p.m.28 views

CVE-2024-56672 blk-cgroup: Fix UAF in blkcg_unpin_online()

In the Linux kernel, the following vulnerability has been resolved: blk-cgroup: Fix UAF in blkcgunpinonline blkcgunpinonline walks up the blkcg hierarchy putting the online pin. To walk up, it uses blkcgparentblkcg but it was calling that after blkcgdestroyblkgsblkcg which could free the blkcg,...

0.00271EPSS
SaveExploits1References6
NVD
NVD
added 2024/12/27 2:15 p.m.18 views

CVE-2024-53227

In the Linux kernel, the following vulnerability has been resolved: scsi: bfa: Fix use-after-free in bfadimmoduleexit BUG: KASAN: slab-use-after-free in lockacquire+0x2aca/0x3a20 Read of size 8 at addr ffff8881082d80c8 by task modprobe/25303 Call Trace: dumpstacklvl+0x95/0xe0 printreport+0xcb/0x6...

7.8CVSS0.00275EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2024/10/21 3:47 p.m.11 views

SUSE CVE-2024-47696

In the Linux kernel, the following vulnerability has been resolved: RDMA/iwcm: Fix WARNING:atkernel/workqueue.c:checkflushdependency In the commit aee2424246f9 "RDMA/iwcm: Fix a use-after-free related to destroying CM IDs", the function flushworkqueue is invoked to flush the work queue iwcmwq. Bu...

5.5CVSS6.4AI score0.00263EPSS
SaveExploits0References20
SUSE CVE
SUSE CVE
added 2024/09/19 3:9 a.m.5 views

SUSE CVE-2024-46796

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix double put of @cfile in smb2setpathsize If smb2compoundop is called with a valid @cfile and returned -EINVAL, we need to call cifsgetwritablepath before retrying it as the reference of @cfile was already dropped ...

5.5CVSS7.5AI score0.00208EPSS
SaveExploits0References13
NVD
NVD
added 2024/09/05 5:15 a.m.22 views

CVE-2024-45063

The function ctlwritebuffer incorrectly set a flag which resulted in a kernel Use-After-Free when a command finished processing. Malicious software running in a guest VM that exposes virtioscsi can exploit the vulnerabilities to achieve code execution on the host in the bhyve userspace process,...

9.8CVSS0.00521EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/03/13 10:58 p.m.5 views

kernel: use-after-free in sch_qfq network scheduler

A use-after-free flaw was found in qfqdequeue and aggdequeue in net/sched/schqfq.c in the Traffic Control QoS subsystem in the Linux kernel. This issue may allow a local user to crash the system or escalate their privileges on the system...

7.8CVSS7.2AI score0.00396EPSS
SaveExploits1References5
OSV
OSV
added 2024/02/29 11:15 p.m.11 views

CVE-2021-47068

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcpsockbind/connect Commits 8a4cd82d "nfc: fix refcount leak in llcpsockconnect" and c33b1cc62 "nfc: fix refcount leak in llcpsockbind" fixed a refcount leak bug in bind/connect but introduced a...

7.8CVSS7.3AI score
SaveExploits0References9
OSV
OSV
added 2024/02/28 9:15 a.m.12 views

CVE-2021-47017

In the Linux kernel, the following vulnerability has been resolved: ath10k: Fix a use after free in ath10khtcsendbundle In ath10khtcsendbundle, the bundleskb could be freed by devkfreeskbanybundleskb. But the bundleskb is used later by bundleskb-len. As skblen = bundleskb-len, my patch replaces...

7.8CVSS7.5AI score
SaveExploits0References4
OSV
OSV
added 2024/01/21 10:15 a.m.20 views

AZL-34867 CVE-2023-6531 affecting package kernel for versions less than 6.6.35.1-4

A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector's deletion of SKB races with unixstreamreadgeneric on the socket that the SKB is queued on...

7CVSS6.5AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/11 7:15 p.m.33 views

CVE-2023-51782

An issue was discovered in the Linux kernel before 6.6.8. roseioctl in net/rose/afrose.c has a use-after-free because of a roseaccept race condition...

7CVSS6.8AI score
SaveExploits0References4
OSV
OSV
added 2024/01/11 7:15 p.m.7 views

AZL-33287 CVE-2023-51780 affecting package hyperv-daemons for versions less than 5.15.145.2-1

An issue was discovered in the Linux kernel before 6.6.8. dovccioctl in net/atm/ioctl.c has a use-after-free because of a vccrecvmsg race condition...

7CVSS6.5AI score0.0051EPSS
SaveExploits0References1
OSV
OSV
added 2023/12/13 5:4 p.m.4 views

SUSE-SU-2023:4804-1 Security update for the Linux Kernel (Live Patch 42 for SLE 15 SP2)

This update for the Linux Kernel 5.3.18-15020024169 fixes one issue. The following security issue was fixed: - CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter tcindex bsc1210619...

7.8CVSS7.8AI score0.01037EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2023/10/23 9:58 p.m.33 views

CVE-2023-5633 Kernel: vmwgfx: reference count issue leads to use-after-free in surface handling

The reference count changes made as part of the CVE-2023-33951 and CVE-2023-33952 fixes exposed a use-after-free flaw in the way memory objects were handled when they were being used to store a surface. When running inside a VMware guest with 3D acceleration enabled, a local, unprivileged user...

7.8CVSS6.7AI score0.00282EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2023/09/05 9:10 a.m.16 views

kernel: UAF in nftables when nft_set_lookup_global triggered after handling named and anonymous sets in batch requests

A use-after-free flaw was found in the Netfilter subsystem of the Linux kernel when processing named and anonymous sets in batch requests, which can lead to performing arbitrary reads and writes in kernel memory. This flaw allows a local user with CAPNETADMIN capability to crash or potentially...

7.8CVSS6.8AI score0.00914EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2023/08/22 12:0 a.m.6 views

PT-2023-11759 · Fedora +1 · Fedora Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Fedora Linux kernel version 5.9.0-rc9 Description: A Use After Free issue allows attackers to obtain sensitive information via the vgacon invert region function. Recommendations: For Fedora Linux kernel version 5.9.0-rc9, as a temporary...

4.4CVSS4.8AI score0.00222EPSS
SaveExploits0References12
Amazon
Amazon
added 2023/08/07 12:0 a.m.28 views

Important: kernel

Issue Overview: A side channel vulnerability on some of the AMD CPUs may allow an attacker to influence the return address prediction. This may result in speculative execution at an attacker-controlled?address, potentially leading to information disclosure. CVE-2023-20569 A use-after-free...

7.8CVSS6.7AI score0.06657EPSS
SaveExploits2
Vulnrichment
Vulnrichment
added 2023/06/05 12:0 a.m.9 views

CVE-2023-3111

A use after free vulnerability was found in preparetorelocate in fs/btrfs/relocation.c in btrfs in the Linux Kernel. This possible flaw can be triggered by calling btrfsioctlbalance before calling btrfsioctldefrag...

7.6AI score0.00442EPSS
SaveExploits0References5
OSV
OSV
added 2023/05/21 9:15 p.m.7 views

DEBIAN-CVE-2023-33250

The Linux kernel 6.3 has a use-after-free in ioptunmapiovarange in drivers/iommu/iommufd/iopagetable.c...

4.4CVSS5AI score0.0025EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2023/05/16 8:56 a.m.9 views

kernel: use-after-free caused by invalid pointer hostname in fs/cifs/connect.c

A use-after-free flaw was found in reconnsetipaddrfromhostname in fs/cifs/connect.c in the Linux kernel. The issue occurs when it forgets to set the free pointer server-hostname to NULL, leading to an invalid pointer request...

5.5CVSS6.6AI score0.00208EPSS
SaveExploits0References5
OSV
OSV
added 2023/05/08 8:15 p.m.5 views

AZL-26690 CVE-2023-32233 affecting package kernel for versions less than 5.15.112.1-1

In the Linux kernel through 6.3.1, a use-after-free in Netfilter nftables when processing batch requests can be abused to perform arbitrary read and write operations on kernel memory. Unprivileged local users can obtain root privileges. This occurs because anonymous sets are mishandled...

7.8CVSS6.7AI score0.12966EPSS
SaveExploits7References1
Rows per page
Query Builder