Lucene search
+L

87 matches found

CNNVD
CNNVD
added 2025/12/24 12:00 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 Linux kernel that stems from a failure to clean up in all error paths when enabling SR-IOV, which could lead to a hang or crash on module...

6.1AI score0.00185EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.10 views

SUSE CVE-2025-68219

In the Linux kernel, the following vulnerability has been resolved: cifs: fix memory leak in smb3fscontextparseparam error path Add proper cleanup of ctx-source and fc-source to the cifsparsemounterr error handler. This ensures that memory allocated for the source strings is correctly freed on al...

6.3AI score0.00199EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/16 1:57 p.m.52 views

CVE-2025-68219

CVE-2025-68219 (Linux kernel, CIFS) fixes a memory leak in smb3_fs_context_parse_param error path. When processing Opt_source mount options, memory allocated for ctx->source and fc->source could leak if an error occurred after their allocation but before completion. The patch adds proper cl...

5.9AI score0.00199EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/12 12:00 a.m.15 views

WordPress plugin LT Unleashed 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plugin. A security vulnerabili...

7.5CVSS6.2AI score0.00579EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/09 12:00 a.m.11 views

Robocode 安全漏洞

Robocode is an open source programming game by Robocode. A security vulnerability exists in Robocode version 1.9.3.6, which stems from insufficient file path cleanup and could lead to arbitrary file deletion...

10CVSS6.5AI score0.01074EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/12/04 12:00 a.m.17 views

Thermo Fisher Torrent Suite Django application 安全漏洞

Thermo Fisher Torrent Suite Django application is a core software component of Thermo Fisher USA. A security vulnerability exists in Thermo Fisher Torrent Suite Django application version 5.18.1, which stems from improper path cleanup in the file upload feature and could lead to remote code...

8.8CVSS7.9AI score0.00759EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/11/10 12:00 a.m.13 views

Qualys Cloud Agent 安全漏洞

Qualys Cloud Agent is a lightweight application from Qualys, Inc. A single agent for real-time, global visibility and response. A security vulnerability exists in Qualys Cloud Agent that stems from not using absolute paths and not cleaning up the $PATH environment variable, which could lead to...

6.3CVSS7AI score0.00162EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:00 a.m.9 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990264)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990264 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: mesh: Fix leak of meshpreqqueue objects The hwmp code use objects of type...

5.5CVSS6.1AI score0.00259EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/10/31 12:25 a.m.10 views

SUSE CVE-2025-40093

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fecm: Refactor bind path to use free After an bind/unbind cycle, the ecm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/10/30 9:48 a.m.30 views

CVE-2025-40094 usb: gadget: f_acm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: facm: Refactor bind path to use free After an bind/unbind cycle, the acm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS0.00144EPSS
SaveExploits0References6
CVE
CVE
added 2025/10/30 9:48 a.m.73 views

CVE-2025-40093

The CVE-2025-40093 issue affects the Linux kernel’s USB gadget driver (f_ecm.c). After a bind/unbind cycle, ecm->notify_req can remain stale, and if a subsequent bind fails the error path attempts to free it, causing a NULL pointer dereference when ep->ops->free_request is accessed. The ...

7.8CVSS6.1AI score0.00144EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/30 9:47 a.m.8 views

CVE-2025-40092 usb: gadget: f_ncm: Refactor bind path to use __free()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: fncm: Refactor bind path to use free After an bind/unbind cycle, the ncm-notifyreq is left stale. If a subsequent bind fails, the unified error label attempts to free this stale request, leading to a NULL pointer...

7.8CVSS6.4AI score
SaveExploits0References9
NVD
NVD
added 2025/10/22 2:15 p.m.9 views

CVE-2022-50578

In the Linux kernel, the following vulnerability has been resolved: class: fix possible memory leak in classregister If classaddgroups returns error, the 'cp-subsys' need be unregister, and the 'cp' need be freed. We can not call ksetunregister here, because the 'cls' will be freed in callback...

0.00226EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/07 3:21 p.m.6 views

CVE-2023-53662 ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4fnamesetupfilename,preparelookup If the filename casefolding fails, we'll be leaking memory from the fscryptname struct, namely from the 'cryptobuf.name' member. Make sure we free it in the error pat...

6.5AI score
SaveExploits0References7
OSV
OSV
added 2025/10/04 4:15 p.m.11 views

UBUNTU-CVE-2023-53606

In the Linux kernel, the following vulnerability has been resolved: nfsd: clean up potential nfsdfile refcount leaks in COPY codepath There are two different flavors of the nfsd4copy struct. One is embedded in the compound and is used directly in synchronous copies. The other is dynamically...

7.5CVSS5.7AI score0.0028EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/04 3:17 p.m.39 views

CVE-2023-53567

CVE-2023-53567 – Linux kernel : The issue affects the kernel SPI QUP driver. The root cause is returning early from a platform driver’s remove callback, which prevents releasing DMA resources in the error path, causing a permanent resource leak. The fix ensures proper cleanup by not skipping hard...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2025/10/03 8:07 p.m.16 views

EUVD-2025-26088

Malicious code in bioql PyPI...

6.2AI score0.00174EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/09/19 3:26 p.m.1 views

CVE-2025-39837 platform/x86: asus-wmi: Fix racy registrations

In the Linux kernel, the following vulnerability has been resolved: platform/x86: asus-wmi: Fix racy registrations asuswmiregisterdriver may be called from multiple drivers concurrently, which can lead to the racy list operations, eventually corrupting the memory and hitting Oops on some ASUS...

7.8CVSS6.2AI score0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2025/09/17 3:15 p.m.9 views

DEBIAN-CVE-2022-50357

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS5.3AI score0.00201EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/17 3:15 p.m.15 views

CVE-2022-50357

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: fix some leaks in probe The dwc3getproperties function calls: dwc-usbpsy = powersupplygetbynameusbpsyname; so there is some additional clean up required on these error paths...

5.5CVSS0.00201EPSS
SaveExploits0References3
Rows per page
Query Builder