Lucene search
+L

5024 matches found

OSV
OSV
added 2025/05/20 4:15 p.m.3 views

UBUNTU-CVE-2025-37927

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix potential buffer overflow in parseivrsacpihid There is a string parsing logic error which can lead to an overflow of hid or uid buffers. Comparing ACPIIDLEN against a total string length doesn't take into account t...

7.8CVSS6.7AI score0.0021EPSS
SaveExploits0References41
OSV
OSV
added 2025/05/20 3:21 p.m.12 views

CVE-2025-37897 wifi: plfxlc: Remove erroneous assert in plfxlc_mac_release

In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: Remove erroneous assert in plfxlcmacrelease plfxlcmacrelease asserts that mac-lock is held. This assertion is incorrect, because even if it was possible, it would not be the valid behaviour. The function is used whe...

5.5CVSS6.4AI score0.00166EPSS
SaveExploits0References9
RedHat Linux
RedHat Linux
added 2025/05/14 1:53 a.m.7 views

firefox: thunderbird: Memory safety bug fixed in Firefox ESR 128.10 and Thunderbird 128.10

A flaw was found in Firefox. The Mozilla Foundation's Security Advisory describes the following issue: Memory safety bug present in Firefox ESR 128.9, and Thunderbird 128.9. This bug showed evidence of memory corruption and we presume that with enough effort this could have been exploited to run...

8.1CVSS7.3AI score0.00427EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2025/05/14 12:28 a.m.7 views

kernel: netfilter: ipset: add missing range check in bitmap_ip_uadt

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add missing range check in bitmapipuadt When tbIPSETATTRIPTO is not present but tbIPSETATTRCIDR exists, the values of ip and ipto are slightly swapped. Therefore, the range check for ip should be done later, but...

7.8CVSS6.8AI score0.00396EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/05/14 12:0 a.m.10 views

Alibaba Cloud Linux 3 : 0149: pcre2 (ALINUX3-SA-2022:0149)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by a vulnerability as referenced in the ALINUX3-SA-2022:0149 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2022-1586: An out-of-bounds read vulnerability...

9.1CVSS7.1AI score0.03193EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.5 views

kernel: net/sched: accept TCA_STAB only for root qdisc

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCASTAB only for root qdisc Most qdiscs maintain their backlog using qdiscpktlenskb on the assumption it is invariant between the enqueue and dequeue handlers. Unfortunately syzbot can crash a host rather easily...

5.5CVSS6.9AI score0.00246EPSS
SaveExploits0References5
OSV
OSV
added 2025/05/12 10:15 p.m.7 views

UBUNTU-CVE-2025-31204

The issue was addressed with improved memory handling. This issue is fixed in Safari 18.5, iOS 18.5 and iPadOS 18.5, macOS Sequoia 15.5, tvOS 18.5, visionOS 2.5, watchOS 11.5. Processing maliciously crafted web content may lead to memory corruption...

8.8CVSS7.2AI score0.00618EPSS
SaveExploits0References4
OSV
OSV
added 2025/05/08 7:15 a.m.7 views

UBUNTU-CVE-2025-37811

In the Linux kernel, the following vulnerability has been resolved: usb: chipidea: cihdrcimx: fix usbmisc handling usbmisc is an optional device property so it is totally valid for the corresponding data-usbmiscdata to have a NULL value. Check that before dereferencing the pointer. Found by Linux...

5.5CVSS6.2AI score0.00164EPSS
SaveExploits0References32
NCSC
NCSC
added 2025/05/08 6:56 a.m.15 views

Vulnerabilities fixed in SysAid On-Prem

SysAid has fixed vulnerabilities in SysAid On-Prem Versions up to 23.3.40 The vulnerability is in the unauthenticated XML External Entity XXE present in SysAid On-Prem versions up to 23.3.40. This vulnerability allows attackers to exploit the system without authentication. This can lead to...

9.8CVSS8.9AI score0.72268EPSS
SaveExploits4References1
Patchstack
Patchstack
added 2025/05/07 12:33 p.m.7 views

WordPress Simple Blog Stats plugin <= 20250416 - Cross Site Scripting (XSS) Vulnerability

Cross Site Scripting XSS Vulnerability discovered by muhammad yudha in WordPress Plugin Simple Blog Stats versions = 20250416...

6.5CVSS7.1AI score0.00228EPSS
SaveExploits0Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.94 views

CVE-2023-53118

CVE-2023-53118 affects the Linux kernel SCSI subsystem: a regression in host procfs directory removal in the core SCSI layer. The vulnerable code path centers on scsi_proc_hostdir_rm(), which decreases a reference counter and must be invoked only once per host removal. The issue is resolved by th...

5.5CVSS6.5AI score0.00176EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/05/01 2:15 p.m.3 views

UBUNTU-CVE-2025-37770

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Prevent division by zero The user can set any speed value. If speed is greater than UINTMAX/8, division by zero is possible. Found by Linux Verification Center linuxtesting.org with SVACE...

5.5CVSS6.2AI score0.0018EPSS
SaveExploits0References39
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.22 views

CVE-2022-49818 mISDN: fix misuse of put_device() in mISDN_register_device()

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.65 views

CVE-2022-49808

CVE-2022-49808 concerns the Linux kernel net: dsa teardown path where tagger-owned storage could leak on unbind. The provided description explains the root cause: in the dsa switch teardown path, tag_ops-&gt;disconnect was not properly dismantled during normal driver teardown, risking use-after-f...

5.5CVSS6.7AI score0.00148EPSS
SaveExploits0References2Affected Software1
Patchstack
Patchstack
added 2025/04/24 5:26 p.m.6 views

WordPress WS Force Login Page plugin <= 3.0.3 - Cross Site Scripting (XSS) Vulnerability

Cross Site Scripting XSS Vulnerability discovered by Nabil Irawan in WordPress Plugin WS Force Login Page versions = 3.0.3...

5.9CVSS6.8AI score0.00214EPSS
SaveExploits0Affected Software1
Patchstack
Patchstack
added 2025/04/17 9:27 a.m.10 views

WordPress Verge3D plugin <= 4.9.0 - Cross Site Request Forgery (CSRF) vulnerability

Cross Site Request Forgery CSRF vulnerability discovered by Nabil Irawan Patchstack Alliance in WordPress Plugin Verge3D versions = 4.9.0...

4.3CVSS8.2AI score0.00158EPSS
SaveExploits0Affected Software1
RedHat Linux
RedHat Linux
added 2025/04/16 3:19 a.m.13 views

kernel: netfilter: nf_tables: reject new basechain after table flag update

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: reject new basechain after table flag update The Linux kernel CVE team has assigned CVE-2024-35900 to this issue. Upstream advisory:...

5.5CVSS6.8AI score0.00226EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/04/15 7:22 p.m.13 views

CVE-2025-32445 Users can gain privileged access to the host system and cluster with EventSource and Sensor CR

Argo Events is an event-driven workflow automation framework for Kubernetes. A user with permission to create/modify EventSource and Sensor custom resources can gain privileged access to the host system and cluster, even without having direct administrative privileges. The EventSource and Sensor...

9.9CVSS7.2AI score0.00753EPSS
SaveExploits0References2
CVE
CVE
added 2025/04/14 11:25 p.m.179 views

CVE-2025-24797

CVE-2025-24797 concerns Meshtastic, an open-source mesh networking solution. A fault in handling mesh packets containing invalid protobuf data can cause an attacker-controlled buffer overflow, hijacking execution flow and potentially enabling remote code execution. The root cause, as described in...

9.8CVSS9.8AI score0.00861EPSS
SaveExploits2References1Affected Software1
NVD
NVD
added 2025/04/10 2:15 p.m.17 views

CVE-2025-32383

MaxKB Max Knowledge Base is an open source knowledge base question-answering system based on a large language model and retrieval-augmented generation RAG. A reverse shell vulnerability exists in the module of function library. The vulnerability allow privileged‌ users to create a reverse shell...

7.2CVSS0.0027EPSS
SaveExploits0References2
Rows per page
Query Builder