Lucene search
+L

742 matches found

OSV
OSV
added 2024/05/24 3:15 p.m.3 views

DEBIAN-CVE-2021-47508

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 size 64: comm "xfsio", pid 12124, jiffies 4294987392 age 6.368s hex...

5.5CVSS5AI score0.00205EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/24 3:15 p.m.4 views

UBUNTU-CVE-2021-47508

In the Linux kernel, the following vulnerability has been resolved: btrfs: free exchange changeset on failures Fstests runs on my VMs have show several kmemleak reports like the following. unreferenced object 0xffff88811ae59080 size 64: comm "xfsio", pid 12124, jiffies 4294987392 age 6.368s hex...

5.5CVSS5.7AI score0.00205EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.3 views

kernel: bpf: cpumap: Fix memory leak in cpu_map_update_elem

In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpumapupdateelem Syzkaller reported a memory leak as follows: BUG: memory leak unreferenced object 0xff110001198ef748 size 192: comm "syz-executor.3", pid 17672, jiffies 4298118891 age 9.906s hex...

5.5CVSS6.8AI score0.00135EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/22 7:15 a.m.1 views

DEBIAN-CVE-2021-47473

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix a memory leak in an error path of qla2x00processels Commit 8c0eb596baa5 "SCSI qla2xxx: Fix a memory leak in an error path of qla2x00processels", intended to change: bsgjob-request-msgcode == FCBSGHSTELSNOLOGIN...

5.5CVSS5AI score0.0021EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/05/03 2:11 a.m.3 views

SUSE CVE-2023-52653

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix a memleak in gssimportv2context The ctx-mechused.data allocated by kmemdup is not freed in neither gssimportv2context nor it only caller gsskrb5importseccontext, which frees ctx on error. Thus, this patch reform the...

3.3CVSS6.2AI score0.00275EPSS
SaveExploits0References24
OSV
OSV
added 2024/05/01 1:15 p.m.8 views

AZL-40298 CVE-2024-27078 affecting package hyperv-daemons for versions less than 6.6.29.1-1

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: fix some memleaks in tpgalloc In tpgalloc, resources should be deallocated in each and every error-handling paths, since they are allocated in for statements. Otherwise there would be memleaks because tpgfree is...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/28 1:15 p.m.4 views

UBUNTU-CVE-2022-48654

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkosf: fix possible bogus match in nfosffind nfosffind incorrectly returns true on mismatch, this leads to copying uninitialized memory area in nftosf which can be used to leak stale kernel stack data to userspa...

5.5CVSS6AI score0.00238EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/17 11:15 a.m.9 views

DEBIAN-CVE-2024-26894

In the Linux kernel, the following vulnerability has been resolved: ACPI: processoridle: Fix memory leak in acpiprocessorpowerexit After unregistering the CPU idle device, the memory associated with it is not freed, leading to a memory leak: unreferenced object 0xffff896282f6c000 size 1024: comm...

6CVSS5.7AI score0.00254EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.15 views

AZL-40162 CVE-2024-26900 affecting package kernel for versions less than 5.15.159.1-1

In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial If kobjectadd is fail in bindrdevtoarray, 'rdev-serial' will be alloc not be freed, and kmemleak occurs. unreferenced object 0xffff88815a350000 size 49152: comm "mdadm", pid 789, jiffies 4294716910...

5.5CVSS6.3AI score0.00287EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.5 views

UBUNTU-CVE-2024-26900

In the Linux kernel, the following vulnerability has been resolved: md: fix kmemleak of rdev-serial If kobjectadd is fail in bindrdevtoarray, 'rdev-serial' will be alloc not be freed, and kmemleak occurs. unreferenced object 0xffff88815a350000 size 49152: comm "mdadm", pid 789, jiffies 4294716910...

5.5CVSS6.2AI score0.00287EPSS
SaveExploits0References18
OSV
OSV
added 2024/04/09 12:0 a.m.14 views

UBUNTU-CVE-2024-2201

A cross-privilege Spectre v2 vulnerability allows attackers to bypass all deployed mitigations, including the recent FineIBT, and to leak arbitrary Linux kernel memory on Intel systems...

4.7CVSS7AI score0.08555EPSS
SaveExploits0References20
Tenable Nessus
Tenable Nessus
added 2024/04/08 12:0 a.m.165 views

RHEL 7 : kernel (RHSA-2024:1249)

The remote Redhat Enterprise Linux 7 host has packages installed that are affected by multiple vulnerabilities as referenced in the RHSA-2024:1249 advisory. The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: CVE-2024-26602, ? kernel: use-after-fr...

8.8CVSS7.4AI score0.28058EPSS
SaveExploits17References14
RedHat Linux
RedHat Linux
added 2024/03/19 5:43 p.m.6 views

kernel: memory leak in ttusb_dec_exit_dvb() in media/usb/ttusb-dec/ttusb_dec.c

A memory leak issue was found in the Linux kernel media subsystem in the TTUSB DEC driver. It could occur in the ttusbdecexitdvb function because of the lack of a dvbfrontenddetach call. A local user could trigger this flaw by repeatedly plugging and unplugging the device, potentially causing a...

4.7CVSS7AI score0.00289EPSS
SaveExploits0References6
OSV
OSV
added 2024/03/07 3:15 a.m.8 views

CVE-2024-1460

MSI Afterburner v4.6.5.16370 is vulnerable to a Kernel Memory Leak vulnerability by triggering the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a high integrity process...

4.4CVSS5.8AI score0.00239EPSS
SaveExploits1References2
NVD
NVD
added 2024/03/07 3:15 a.m.27 views

CVE-2024-1460

MSI Afterburner v4.6.5.16370 is vulnerable to a Kernel Memory Leak vulnerability by triggering the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a high integrity process...

5.6CVSS6.4AI score0.00239EPSS
SaveExploits1References2
Prion
Prion
added 2024/03/07 3:15 a.m.27 views

Memory corruption

MSI Afterburner v4.6.5.16370 is vulnerable to a Kernel Memory Leak vulnerability by triggering the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a high integrity process...

4CVSS7.2AI score0.00239EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2024/03/07 2:52 a.m.16 views

CVE-2024-1460 MSI Afterburner v4.6.5.16370 - Kernel Memory Leak

MSI Afterburner v4.6.5.16370 is vulnerable to a Kernel Memory Leak vulnerability by triggering the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a high integrity process...

5.6CVSS6.8AI score0.00239EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2024/03/07 2:52 a.m.42 views

CVE-2024-1460 MSI Afterburner v4.6.5.16370 - Kernel Memory Leak

MSI Afterburner v4.6.5.16370 is vulnerable to a Kernel Memory Leak vulnerability by triggering the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a high integrity process...

5.6CVSS6.4AI score0.00239EPSS
SaveExploits1References2
CVE
CVE
added 2024/03/07 2:52 a.m.67 views

CVE-2024-1460

Summary: CVE-2024-1460 affects MSI Afterburner v4.6.5.16370 and is described as a kernel memory leak in RTCore64.sys triggered by IOCTL 0x80002040. The handle to RTCore64.sys must be obtained from a high-integrity process, constraining exploitability to local, high-privilege contexts. Technical d...

5.6CVSS6AI score0.00239EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2024/03/07 12:0 a.m.13 views

PT-2024-18064

Name of the Vulnerable Software and Affected Versions MSI Afterburner version 4.6.5.16370 Description The issue is related to a Kernel Memory Leak vulnerability. It can be triggered by using the 0x80002040 IOCTL code of the RTCore64.sys driver. The handle to the driver can only be obtained from a...

5.6CVSS6.2AI score0.00239EPSS
SaveExploits1References11
Rows per page
Query Builder