Lucene search
K

774 matches found

OSV
OSV
added 2025/09/24 8:15 p.m.3 views

CVE-2025-57329

web3-core-method is a package designed to creates the methods on the web3 modules. A Prototype Pollution vulnerability in the attachToObject function of web3-core-method version 1.10.4 and before allows attackers to inject properties on Object.prototype via supplying a crafted payload, causing...

7.5CVSS5.8AI score0.00154EPSS
Exploits0References2
OSV
OSV
added 2025/09/18 4:15 p.m.1 views

DEBIAN-CVE-2023-53431

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 "scsi: ses: Don't attach if enclosure has no components" and introduces proper handling of case where there are no detected...

5.5CVSS5.3AI score0.00025EPSS
Exploits0References1
NVD
NVD
added 2025/09/18 4:15 p.m.5 views

CVE-2023-53431

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 "scsi: ses: Don't attach if enclosure has no components" and introduces proper handling of case where there are no detected...

5.5CVSS0.00025EPSS
Exploits0References7
OSV
OSV
added 2025/09/18 4:15 p.m.2 views

DEBIAN-CVE-2022-50414

In the Linux kernel, the following vulnerability has been resolved: scsi: fcoe: Fix transport not deattached when fcoeifinit fails fcoeinit calls fcoetransportattach&fcoeswtransport, but when fcoeifinit fails, &fcoeswtransport is not detached and leaves freed &fcoeswtransport on fcoetransports...

5.5CVSS5.3AI score0.0002EPSS
Exploits0References1
CVE
CVE
added 2025/09/18 4:4 p.m.20 views

CVE-2023-53431

The CVE-2023-53431 entry concerns Linux kernel SCSI SES: the fix ensures graceful handling when an enclosure has a primary component but no secondary components. Previously, devices with one primary enclosure and zero secondary enclosures could cause ses_intf_add() to bail, potentially triggering...

5.5CVSS5.8AI score0.00025EPSS
Exploits0References7Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53221

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified ...

5.5CVSS6.7AI score0.00032EPSS
Exploits0References4
OSV
OSV
added 2025/09/15 3:15 p.m.3 views

AZL-71230 CVE-2023-53221 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

5.5CVSS6.3AI score0.00032EPSS
Exploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.3 views

CVE-2023-53221

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

5.5CVSS0.00032EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.4 views

CVE-2023-53221 bpf: Fix memleak due to fentry attach failure

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

0.00032EPSS
Exploits0References4
OSV
OSV
added 2025/09/15 2:21 p.m.3 views

CVE-2023-53221 bpf: Fix memleak due to fentry attach failure

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

5.5CVSS6AI score0.00032EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/15 2:21 p.m.1 views

CVE-2023-53221 bpf: Fix memleak due to fentry attach failure

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix memleak due to fentry attach failure If it fails to attach fentry, the allocated bpf trampoline image will be left in the system. That can be verified by checking /proc/kallsyms. This meamleak can be verified by a simple...

8AI score0.00032EPSS
Exploits0References4
CVE
CVE
added 2025/09/15 2:21 p.m.45 views

CVE-2023-53221

The CVE-2023-53221 case concerns a vulnerability in the Linux kernel where a memleak can occur if fentry attachment fails for a BPF trampoline image. The description states that, when the fentry attach fails, the allocated trampoline image remains in memory and can be observed in /proc/kallsyms a...

5.5CVSS6.1AI score0.00032EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2025/09/15 2:21 p.m.17 views

CVE-2023-53204

CVE-2023-53204 affects the Linux kernel af_unix subsystem. The root cause is a data race on the unix_inflight field: user->unix_inflight is modified under spin_lock(unix_gc_lock), while too_many_unix_fds() reads it locklessly, enabling a race between unix_attach_fds and the unix_inflight acces...

4.7CVSS6AI score0.00018EPSS
Exploits0References8Affected Software1
OSV
OSV
added 2025/09/15 2:21 p.m.2 views

CVE-2023-53204 af_unix: Fix data-races around user->unix_inflight.

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix data-races around user-unixinflight. user-unixinflight is changed under spinlockunixgclock, but toomanyunixfds reads it locklessly. Let's annotate the write/read accesses to user-unixinflight. BUG: KCSAN: data-race in...

4.7CVSS4.8AI score0.00018EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.5 views

CVE-2022-50288 qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure

In the Linux kernel, the following vulnerability has been resolved: qlcnic: prevent -dcb use-after-free on qlcnicdcbenable failure adapter-dcb would get silently freed inside qlcnicdcbenable in case qlcnicdcbattach would return an error, which always happens under OOM conditions. This would lead ...

0.00023EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/10 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2024-37147

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GLPI is an open-source asset and IT management software package that provides ITIL Service Desk features, licenses tracking and software auditing. An...

4.3CVSS5.5AI score0.13049EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2025/09/09 12:0 a.m.5 views

Metabase 0.41.x < 0.41.7 / 0.42.x < 0.42.4 / 1.41.x < 1.41.7 / 1.42.x < 1.42.4

The version of Metabase installed on the remote host is prior to Unknown. It is, therefore, affected by a Metabase is an open source business intelligence and analytics application. SQLite has an FDW-like feature called ATTACH DATABASE, which allows connecting multiple SQLite databases via the...

8.8CVSS8.1AI score0.00291EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2025/09/08 12:6 p.m.4 views

kernel: drm/gem: Acquire references on GEM handles for framebuffers

In the Linux kernel, the following vulnerability has been resolved: drm/gem: Acquire references on GEM handles for framebuffers A GEM handle can be released while the GEM buffer object is attached to a DRM framebuffer. This leads to the release of the dma-buf backing the buffer object, if any. 1...

5.5CVSS6.9AI score0.00048EPSS
Exploits0References5
NVD
NVD
added 2025/09/04 4:15 p.m.3 views

CVE-2025-38687

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

4.7CVSS0.00029EPSS
Exploits0References12
Cvelist
Cvelist
added 2025/09/04 3:32 p.m.7 views

CVE-2025-38687 comedi: fix race between polling and detaching

In the Linux kernel, the following vulnerability has been resolved: comedi: fix race between polling and detaching syzbot reports a use-after-free in comedi in the below link, which is due to comedi gladly removing the allocated async area even though poll requests are still active on the...

0.00029EPSS
Exploits0References9
Rows per page
Query Builder