Lucene search
+L

8079 matches found

CVE
CVE
added 2025/02/26 2:12 a.m.140 views

CVE-2022-49407

CVE-2022-49407 : Linux kernel dlm plock invalid read, fixed in the patch that moves the callback field into struct plock_op and adjusts handling for plock_xop. The issue arose when a sequence (unlock -> send_op -> append to send_list) could lead to a dev_write() path treating a plock_op as ...

9.8CVSS5.3AI score0.00852EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2025/02/26 2:12 a.m.4 views

CVE-2022-49400 md: Don't set mddev private to NULL in raid0 pers->free

In the Linux kernel, the following vulnerability has been resolved: md: Don't set mddev private to NULL in raid0 pers-free In normal stop process, it does like this: domdstop | mdstop pers-free; mddev-private=NULL | mdfree free mddev mdstop sets mddev-private to NULL after pers-free. The raid...

6.4AI score0.00281EPSS
SaveExploits0References4
CVE
CVE
added 2025/02/26 2:10 a.m.114 views

CVE-2022-49336

The CVE-2022-49336 entry documents a Linux kernel issue in drm/etnaviv where etnaviv_iommu_unmap_gem could unmap a mapping twice if it had already been reaped. The root cause is not checking for a reaped mapping before unmapping, which could corrupt involved data structures; the vulnerability lea...

7.8CVSS5.3AI score0.00279EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.47 views

CVE-2021-47639

In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: Zap all roots when unmapping gfn range in TDP MMU Zap both valid and invalid roots when zapping/unmapping a gfn range, as KVM must ensure it holds no references to the freed page after returning from the unmap...

7.8CVSS5.3AI score0.00247EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.30 views

CVE-2021-47638 ubifs: rename_whiteout: Fix double free for whiteout_ui->data

In the Linux kernel, the following vulnerability has been resolved: ubifs: renamewhiteout: Fix double free for whiteoutui-data 'whiteoutui-data' will be freed twice if space budget fail for rename whiteout operation as following process: renamewhiteout dev = kmalloc whiteoutui-data = dev...

7.8CVSS0.00255EPSS
SaveExploits0References8
CVE
CVE
added 2025/02/26 1:54 a.m.105 views

CVE-2021-47638

CVE-2021-47638: In Linux kernel ubifs, rename_whiteout path frees whiteout_ui->data twice in ubifs_free_inode(), causing a double-free (KASAN). Root cause: during rename_whiteout, whiteout_ui->data is freed once and later freed again in ubifs_free_inode() via kfree(ui->data). Impact: loc...

7.8CVSS5.5AI score0.00255EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.20 views

CVE-2021-47638

In the Linux kernel, the following vulnerability has been resolved: ubifs: renamewhiteout: Fix double free for whiteoutui-data 'whiteoutui-data' will be freed twice if space budget fail for rename whiteout operation as following process: renamewhiteout dev = kmalloc whiteoutui-data = dev...

7.8CVSS5.6AI score0.00255EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/02/26 12:00 a.m.5 views

PT-2025-8635 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A deadlock can occur in the Linux kernel when an unmount operation is initiated while an async block group reclaim task is running and relocating a data block group. This happens becau...

6.5AI score0.00205EPSS
SaveExploits0References12
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 originates from the clkdisable operation in mtkiommuremove in the mediatek iommu module...

5.5CVSS5.5AI score0.00263EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.7 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 possible invalid read of dlm during a plock operation...

7.1CVSS6AI score0.00852EPSS
SaveExploits0References10
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.7 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 the possibility that sysctlfwmarkreflect may be concurrently modified when read...

4.7CVSS6AI score0.00186EPSS
SaveExploits0References9
NVD
NVD
added 2025/02/25 8:15 a.m.36 views

CVE-2025-1675

The function dnscopyqname in dnspack.c performs performs a memcpy operation with an untrusted field and does not check if the source buffer is large enough to contain the copied data...

9.1CVSS0.00372EPSS
SaveExploits0References1
CVE
CVE
added 2025/02/25 7:22 a.m.102 views

CVE-2025-1675

CVE-2025-1675 stems from a bounds-check failure in the function dns_copy_qname within dns_pack.c, where a memcpy uses an untrusted source and the code does not verify that the source buffer is large enough to contain the copied data. Multiple sources (NVD, Red Hat, CVE lists, and Zephyr-related d...

9.1CVSS7.2AI score0.00372EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2025/02/25 7:22 a.m.38 views

CVE-2025-1675 Out of bounds read in dns_copy_qname

The function dnscopyqname in dnspack.c performs performs a memcpy operation with an untrusted field and does not check if the source buffer is large enough to contain the copied data...

8.2CVSS0.00372EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/24 9:01 a.m.20 views

CVE-2023-52926 io_uring/rw: split io_read() into a helper

In the Linux kernel, the following vulnerability has been resolved: IORINGOPREAD did not correctly consume the provided buffer list when read i/o returned 0 except for -EAGAIN and -EIOCBQUEUED return. This can lead to a potential use-after-free when the completion via iorwdone runs at separate...

7.8CVSS0.00234EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/24 12:00 a.m.19 views

Vtiger CRM 代码注入漏洞

Vtiger CRM is a set of customer relationship management system CRM based on SugarCRM developed by Vtiger, Inc. in the United States. The management system provides functions such as managing, collecting and analyzing customer information. A code injection vulnerability exists in Vtiger CRM versio...

5.3CVSS5AI score0.00393EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/02/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 the Linux kernel that stems from IORINGOPREAD not properly consuming the supplied buffer list, resulting in memory reuse after release...

7.8CVSS6.5AI score0.00234EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/02/19 12:00 a.m.8 views

Directus 安全漏洞

Directus is a real-time Api and application dashboard open-sourced by Directus. It is used to manage Sql database content. A security vulnerability exists in Directus versions prior to 11.1.2, which stems from the fact that if an update operation has two overlapping policies that allow access to...

5.4CVSS6.4AI score0.00233EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/02/15 12:00 a.m.8 views

WordPress plugin s2Member Pro 代码问题漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a set of blogging platforms developed using the PHP language. The platform supports setting up personal blog sites on servers with PHP and MySQL.WordPress plugin is an application plugin. A code issue...

9.8CVSS8.6AI score0.00949EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/02/14 6:43 a.m.7 views

SUSE CVE-2023-20900

A malicious actor that has been granted Guest Operation Privileges https://docs.vmware.com/en/VMware-vSphere/8.0/vsphere-security/GUID-6A952214-0E5E-4CCF-9D2A-90948FF643EC.html in a target virtual machine may be able to elevate their privileges if that target virtual machine has been assigned a...

7.5CVSS7.2AI score0.01193EPSS
SaveExploits0References13
Rows per page
Query Builder