Lucene search
+L

4429 matches found

OSV
OSV
added 2025/03/03 8:53 p.m.14 views

GHSA-GH9Q-2XRM-X6QV CGI has Denial of Service (DoS) potential in Cookie.parse

There is a possibility for DoS by in the cgi gem. This vulnerability has been assigned the CVE identifier CVE-2025-27219. We recommend upgrading the cgi gem. Details CGI::Cookie.parse took super-linear time to parse a cookie string in some cases. Feeding a maliciously crafted cookie string into t...

6.3CVSS5.5AI score0.00818EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2025/03/03 7:47 p.m.19 views

Magento LTS vulnerable to stored XSS in theme config fields

As reported by Aakash Adhikari, Github: @justlife4x4, the Design Themes Skin Images / CSS config field allows a Stored XSS when it contains an end script tag. Impact A malicious user with access to this configuration field could use a Stored XSS to affect other authenticated admin users in the...

2.9CVSS5.7AI score0.00256EPSS
SaveExploits0References6Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/03/03 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2007-3143

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Visual truncation vulnerability in Konqueror 3.5.5 allows remote attackers to spoof the address bar and possibly conduct phishing attacks via a long hostname,...

6.4CVSS6.2AI score0.01987EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/02/28 6:59 p.m.11 views

CVE-2025-1795 Mishandling of comma during folding and unicode-encoding of email headers

During an address list folding when a separating comma ends up on a folded line and that line is to be unicode-encoded then the separator itself is also unicode-encoded. Expected behavior is that the separating comma remains a plan comma. This can result in the address header being misinterpreted...

2.3CVSS6.3AI score0.00605EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/27 8:04 p.m.12 views

CVE-2025-21817 block: mark GFP_NOIO around sysfs ->store()

In the Linux kernel, the following vulnerability has been resolved: block: mark GFPNOIO around sysfs -store sysfs -store is called with queue freezed, meantime we have several -store callbacksupdatenrrequests, wbt, scheduler to allocate memory with GFPKERNEL which may run into direct reclaim code...

6.1AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/02/27 8:00 p.m.12 views

CVE-2024-58042

In the Linux kernel, the following vulnerability has been resolved: rhashtable: Fix potential deadlock by moving schedulework outside lock Move the hash table growth check and work scheduling outside the rht lock to prevent a possible circular locking dependency. The original implementation could...

5.5CVSS5.7AI score0.00164EPSS
SaveExploits0
Xen Project
Xen Project
added 2025/02/27 12:53 p.m.39 views

deadlock potential with VT-d and legacy PCI device pass-through

ISSUE DESCRIPTION When setting up interrupt remapping for legacy PCI-X devices, including PCI-X bridges, a lookup of the upstream bridge is required. This lookup, itself involving acquiring of a lock, is done in a context where acquiring that lock is unsafe. This can lead to a deadlock. IMPACT Th...

7.5CVSS6.7AI score0.00723EPSS
SaveExploits0Affected Software1
NVD
NVD
added 2025/02/27 3:15 a.m.10 views

CVE-2025-21760

In the Linux kernel, the following vulnerability has been resolved: ndisc: extend RCU protection in ndiscsendskb ndiscsendskb can be called without RTNL or RCU held. Acquire rcureadlock earlier, so that we can use devnetrcu and avoid a potential UAF...

8.1CVSS0.36848EPSS
SaveExploits0References12
CVE
CVE
added 2025/02/27 2:18 a.m.176 views

CVE-2025-21761

CVE-2025-21761 affects the Linux kernel/Open vSwitch area. The root cause is that ovs_vport_cmd_fill_info() could be invoked without RTNL or RCU, risking a use-after-free. The fix adds RCU protection and uses dev_net_rcu() to prevent UAF. This is a kernel-level issue with potential impact describ...

7.8CVSS6.5AI score0.00244EPSS
SaveExploits0References11Affected Software1
OSV
OSV
added 2025/02/27 2:18 a.m.15 views

CVE-2025-21759 ipv6: mcast: extend RCU protection in igmp6_send()

In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: extend RCU protection in igmp6send igmp6send can be called without RTNL or RCU being held. Extend RCU protection so that we can safely fetch the net pointer and avoid a potential UAF. Note that we no longer can use...

7.8CVSS6.1AI score
SaveExploits0References7
OSV
OSV
added 2025/02/27 2:18 a.m.10 views

CVE-2024-49570 drm/xe/tracing: Fix a potential TP_printk UAF

In the Linux kernel, the following vulnerability has been resolved: drm/xe/tracing: Fix a potential TPprintk UAF The commit afd2627f727b "tracing: Check "%s" dereference via the field and not the TPprintk format" exposes potential UAFs in the xebomove trace event. Fix those by avoiding...

7.8CVSS6.4AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.24 views

CVE-2024-57975

In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when rundelallocnocow failed BUG With CONFIGDEBUGVM set, test case generic/476 has some chance to crash with the following VMBUGONFOLIO: BTRFS error device dm-3: cowfilerange failed, start 1146880 e...

7.8CVSS5.7AI score0.00212EPSS
SaveExploits0
NVD
NVD
added 2025/02/26 7:01 a.m.16 views

CVE-2022-49320

In the Linux kernel, the following vulnerability has been resolved: dmaengine: zynqmpdma: In struct zynqmpdmachan fix descsize data type In zynqmpdmaalloc/freechanresources functions there is a potential overflow in the below expressions. dmaalloccoherentchan-dev, 2 chan-descsize ZYNQMPDMANUMDESC...

5.5CVSS0.00266EPSS
SaveExploits0References6
NVD
NVD
added 2025/02/26 7:01 a.m.22 views

CVE-2022-49272

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix potential AB/BA lock with buffermutex and mmaplock syzbot caught a potential deadlock between the PCM runtime-buffermutex and the mm-mmaplock. It was brought by the recent fix to cover the racy read/write and other...

5.5CVSS0.002EPSS
SaveExploits0References8
NVD
NVD
added 2025/02/26 7:00 a.m.26 views

CVE-2022-49171

In the Linux kernel, the following vulnerability has been resolved: ext4: don't BUG if someone dirty pages without asking ext4 first unpinuserpagesremote is dirtying pages without properly warning the file system in advance. A related race was noted by Jan Kara in 20181; however, more recently...

5.5CVSS0.0027EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/02/26 2:10 a.m.21 views

CVE-2022-49330 tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcpmtupprobesuccess vs wrong sndcwnd syzbot got a new report 1 finally pointing to a very old bug, added in initial support for MTU probing. tcpmtuprobe has checks about starting an MTU probe if tcpsndcwndtp = 11. But...

7.5CVSS0.00831EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 2:10 a.m.11 views

CVE-2022-49330 tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd

In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcpmtupprobesuccess vs wrong sndcwnd syzbot got a new report 1 finally pointing to a very old bug, added in initial support for MTU probing. tcpmtuprobe has checks about starting an MTU probe if tcpsndcwndtp = 11. But...

7.5CVSS5AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 2:10 a.m.113 views

CVE-2022-49320

The CVE-2022-49320 entry concerns the Linux kernel dmaengine for ZynqMP DMA. The root cause is an overflow risk in zynqmp_dma_alloc/free_chan_resources where 32-bit operands are used in size calculations (2 * chan->desc_size * ZYNQMP_DMA_NUM_DESCS). The fix changes the desc_size data type to s...

5.5CVSS5.6AI score0.00266EPSS
SaveExploits0References6Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.9 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 not ensuring that lodevice is valid before gendisk is released, which could lead to a potential deadlock...

5.5CVSS5.1AI score0.00175EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/02/25 12:19 p.m.22 views

CVE-2024-49336

IBM Security Guardium 11.5 and 12.0 is vulnerable to server-side request forgery SSRF. This may allow an authenticated attacker to send unauthorized requests from the system, potentially leading to network enumeration or facilitating other attacks...

6.5CVSS6.5AI score0.00217EPSS
SaveExploits0
Rows per page
Query Builder