Lucene search
+L

2166 matches found

CNNVD
CNNVD
added 2025/12/24 12:0 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a reference count leak that could lead to resource exhaustion...

6AI score0.00192EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a missing node release that could lead to a reference count leak...

6AI score0.00192EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.13 views

PT-2025-53126

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s DRM/amdgpu subsystem within the amdgpu atrm get bios function. The issue involves a PCI device reference count leak. Specifically, the pci dev put...

7.8CVSS6.1AI score0.0051EPSS
SaveExploits2References898
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.20 views

PT-2025-53108

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the ocxl module related to a potential reference count leak within the afu ioctl function. Specifically, the eventfd ctx put function was not being...

7.8CVSS6.3AI score0.0051EPSS
SaveExploits2References895
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.13 views

PT-2025-53022

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A resource leak exists in the Linux kernel’s DRM/amdgpu subsystem. Specifically, a PCI device reference count leak occurs because the pci dev put function was not called before returning...

7.8CVSS6.2AI score0.0051EPSS
SaveExploits2References894
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.7 views

SUSE CVE-2025-68226

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix incomplete backport in cfidsinvalidationworker The previous commit bdb596ceb4b7 "smb: client: fix potential UAF in smb2closecachedfid" was an incomplete backport and missed one krefput call in...

6.6AI score0.00299EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 3:15 p.m.13 views

UBUNTU-CVE-2025-68245

In the Linux kernel, the following vulnerability has been resolved: net: netpoll: fix incorrect refcount handling causing incorrect cleanup commit efa95b01da18 "netpoll: fix use after free" incorrectly ignored the refcount and prematurely set dev-npinfo to NULL during netpoll cleanup, leading to...

5.8AI score0.00175EPSS
SaveExploits0References36
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from cfidsinvalidationworker not properly converting krefput calls, which could lead to resource release issues...

6.1AI score0.00299EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/12/10 9:32 a.m.21 views

CVE-2022-50615

In the Linux kernel, the following vulnerability has been resolved: perf/x86/intel/uncore: Fix reference count leak in snruncoremmiomap pcigetdevice will increase the reference count for the returned pcidev, so snruncoregetmcdev will return a pcidev with its reference count increased. We need to...

5.5CVSS5.7AI score0.00178EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 3:7 a.m.10 views

CVE-2022-50659

A reference count leak was found in the AMD Geode hardware random number generator driver in the Linux kernel. When breaking out of the foreachpcidev loop early, the driver fails to call pcidevput to decrement the PCI device reference count, leading to a memory leak that could exhaust system...

5.5CVSS6.1AI score0.00247EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/12/10 1:44 a.m.8 views

CVE-2022-50661

A memory leak flaw was found in the Linux kernel's seccomp subsystem. When a process using seccomp filters is interrupted by a fatal signal during clone, the seccompfilter structure and associated BPF program memory are not properly freed. This occurs because copyseccomp is called before the...

5.5CVSS6.1AI score0.00218EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.14 views

SUSE CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

6.4AI score0.00247EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/09 6:30 p.m.6 views

EUVD-2025-201874

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2closecachedfid findorcreatecacheddir could grab a new reference after krefput had seen the refcount drop to zero but before cfidlistlock is acquired in smb2closecachedfid, leading to...

5.9AI score0.00398EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2022-55744

In the Linux kernel, the following vulnerability has been resolved: seccomp: Move copyseccomp to no failure path. Our syzbot instance reported memory leaks in doseccomp 0, similar to the report 1. It shows that we miss freeing struct seccompfilter and some objects included in it. We can reproduce...

5.8AI score0.00218EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/09 6:30 p.m.7 views

EUVD-2022-55746

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

5.9AI score0.00247EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/09 4:17 p.m.10 views

CVE-2022-50659

In the Linux kernel, the following vulnerability has been resolved: hwrng: geode - Fix PCI device refcount leak foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the reference count fo...

0.00247EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.8 views

UBUNTU-CVE-2022-50668

In the Linux kernel, the following vulnerability has been resolved: ext4: fix deadlock due to mbcache entry corruption When manipulating xattr blocks, we can deadlock infinitely looping inside ext4xattrblockset where we constantly keep finding xattr block for reuse in mbcache but we are unable to...

5.7AI score0.00224EPSS
SaveExploits0References10
RedHat Linux
RedHat Linux
added 2025/12/09 8:56 a.m.8 views

kernel: net/mlx5: fs, fix UAF in flow counter release

A use-after-free flaw was discovered in the Linux kernel’s mlx5 Net/MLX5 subsystem: within the function mlx5cmdhwsdeletefte the HWS action reference count and mutex for a local flow counter were not initialized, meaning the flow-counter structure could already be freed while deleting the rule. Th...

7.8CVSS5.8AI score0.00133EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/12/09 3:31 a.m.6 views

EUVD-2023-60127

In the Linux kernel, the following vulnerability has been resolved: mfd: dln2: Fix memory leak in dln2probe When dln2setuprxurbs in dln2probe fails, error outfree forgets to call usbputdev to decrease the refcount of dln2-usbdev. Fix this by adding usbputdev in the error handling code of dln2prob...

6.2AI score0.00032EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:29 a.m.25 views

CVE-2023-53836

Summary of CVE-2023-53836 (Linux kernel): A race exists in the sockmap path (bpf/sockmap) where skb objects in the sk_psock_backlog can be referenced after userspace drains the skb, leading to a use-after-free when skb_dequeue() occurs after the skb has been freed. The published fixes add skb_get...

5.9AI score0.00212EPSS
SaveExploits0References4
Rows per page
Query Builder