Lucene search
+L

2166 matches found

OSV
OSV
added 2025/12/08 2:15 a.m.7 views

UBUNTU-CVE-2023-53757

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-mvebu-gicp: Fix refcount leak in mvebugicpprobe ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.9AI score0.00175EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/08 2:15 a.m.4 views

UBUNTU-CVE-2023-53744

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

5.7AI score0.00183EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.33 views

CVE-2023-53744 soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

0.00183EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/08 1:16 a.m.28 views

CVE-2022-50615 perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()

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...

0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.6 views

CVE-2022-50615 perf/x86/intel/uncore: Fix reference count leak in snr_uncore_mmio_map()

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...

6.3AI score0.00178EPSS
SaveExploits0References8
CVE
CVE
added 2025/12/08 1:16 a.m.23 views

CVE-2022-50615

CVE-2022-50615 affects the Linux kernel’s perf/x86/intel/uncore code. The root cause is a reference-count leak in snr_uncore_mmio_map() where pci_get_device() increases the pci_dev reference count and snr_uncore_get_mc_dev() returns a pci_dev with an extra reference. The fix is to call pci_dev_pu...

6AI score0.00178EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/08 1:16 a.m.5 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.3AI score0.00178EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/12/08 1:5 a.m.7 views

smb/server: fix possible refcount leak in smb2_sess_setup()

...

7.5CVSS6.8AI score0.00367EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.4 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 reference count release in am33xxpmprobe, which could lead to a memory leak...

8.5AI score0.00183EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/12/08 12:0 a.m.12 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 missing reference count release in mvebugicpprobe, which could lead to a memory leak...

6AI score0.00175EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.12 views

PT-2025-49489

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A data race exists in the hidraw open function concerning the hidraw device reference counter. This occurs because the reference counter lacks a dedicated synchronization mechanism,...

5.9AI score0.00166EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/08 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 the Linux kernel that stems from a hidraw device reference count data contention, which could lead to memory security issues...

6.1AI score0.00166EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2025/12/08 12:0 a.m.5 views

CVE-2023-53759

In the Linux kernel, the following vulnerability has been resolved: HID: hidraw: fix data race on device refcount The hidrawopen function increments the hidraw device reference counter. The counter has no dedicated synchronization mechanism, resulting in a potential data race when concurrently...

5.7AI score0.00166EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/08 12:0 a.m.30 views

PT-2025-49456

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak exists in the snr uncore mmio map function within the perf/x86/intel/uncore module of the Linux kernel. The pci get device function increases the reference count f...

7.8CVSS7.2AI score0.0051EPSS
SaveExploits2References896
RedhatCVE
RedhatCVE
added 2025/12/07 9:55 p.m.5 views

CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

5.6AI score0.00367EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/12/07 12:30 a.m.5 views

EUVD-2025-201570

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

5.9AI score0.00367EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/06 10:15 p.m.3 views

DEBIAN-CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

7.5CVSS5.2AI score0.00367EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/06 10:15 p.m.4 views

CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

7.5CVSS5.8AI score0.00367EPSS
SaveExploits0References23
ATTACKERKB
ATTACKERKB
added 2025/12/06 9:51 p.m.4 views

CVE-2025-40285

In the Linux kernel, the following vulnerability has been resolved: smb/server: fix possible refcount leak in smb2sesssetup Reference count of ksmbdsession will leak when session need reconnect. Fix this by adding the missing ksmbdusersessionput...

5.8AI score0.00367EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2025/12/06 9:51 p.m.37 views

CVE-2025-40285

The CVE-2025-40285 issue concerns the Linux kernel smb/server component, specifically the smb2_sess_setup() path in the SMB server implementation. The root cause is a reference count leak on ksmbd_session that occurs when a session needs to reconnect. The available sources indicate the leak was a...

7.5CVSS6.1AI score0.00367EPSS
SaveExploits0References5
Rows per page
Query Builder