Lucene search
+L

7942 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.9 views

UBUNTU-CVE-2022-50454

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix a use-after-free in nouveaugemprimeimportsgtable nouveauboinit is backed by ttmboinit and ferries its return code back to the caller. On failures, ttm will call nouveaubodelttm and free the memory.Thus, when...

7.8CVSS5.9AI score0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/01 12:15 p.m.10 views

UBUNTU-CVE-2022-50433

In the Linux kernel, the following vulnerability has been resolved: efi: ssdt: Don't free memory if ACPI table was loaded successfully Amadeusz reports KASAN use-after-free errors introduced by commit 3881ee0b1edc "efi: avoid efivars layer when loading SSDTs from variables". The problem appears t...

7.8CVSS5.7AI score0.00143EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/01 12:15 p.m.7 views

UBUNTU-CVE-2023-53527

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in tbhandledpbandwidthrequest The memory allocated in tbqueuedpbandwidthrequest needs to be released once the request is handled to avoid leaking it...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/01 12:15 p.m.10 views

UBUNTU-CVE-2022-50431

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/01 11:46 a.m.17 views

CVE-2023-53514 gpu: host1x: Fix memory leak of device names

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

0.00135EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/01 11:45 a.m.6 views

CVE-2022-50466 fs/binfmt_elf: Fix memory leak in load_elf_binary()

In the Linux kernel, the following vulnerability has been resolved: fs/binfmtelf: Fix memory leak in loadelfbinary There is a memory leak reported by kmemleak: unreferenced object 0xffff88817104ef80 size 224: comm "xfsadmin", pid 47165, jiffies 4298708825 age 1333.476s hex dump first 32 bytes: 00...

6.4AI score
SaveExploits0References7
CVE
CVE
added 2025/10/01 11:45 a.m.31 views

CVE-2022-50454

CVE-2022-50454 affects the Linux kernel’s DRM Nouveau driver. The vulnerability arises in nouveau_gem_prime_import_sg_table() due to a use-after-free: on failure of nouveau_bo_init(), the associated gem object is released by ttm_bo_init(), but the code later calls nouveau_bo_ref() which dereferen...

7.8CVSS6.1AI score0.00149EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/10/01 11:42 a.m.14 views

CVE-2023-53467 wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential leak in rtw89appendprobereqie Do kfreeskbnew before goto out to prevent potential leak...

6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.11 views

CVE-2022-50429 memory: of: Fix refcount leak bug in of_lpddr3_get_ddr_timings()

In the Linux kernel, the following vulnerability has been resolved: memory: of: Fix refcount leak bug in oflpddr3getddrtimings We should add the ofnodeput when breaking out of foreachchildofnode as it will automatically increase and decrease the refcount...

0.00145EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/01 11:42 a.m.29 views

CVE-2022-50429

CVE-2022-50429 affects the Linux kernel memory/OF subtree. The issue is a refcount leak in of_lpddr3_get_ddr_timings() caused by not balancing refcounts when breaking out of for_each_child_of_node(). The fix adds of_node_put() at the exit path to balance refcounts. Connected advisories (SUSE OSVs...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/01 11:41 a.m.7 views

CVE-2022-50423 ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage()

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Fix use-after-free in acpiutcopyipackagetoipackage There is an use-after-free reported by KASAN: BUG: KASAN: use-after-free in acpiutremovereference+0x3b/0x82 Read of size 1 at addr ffff888112afc460 by task modprobe/2111...

7.8CVSS6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/10/01 8:17 a.m.21 views

USN-7775-3 linux-azure-5.15 vulnerabilities

Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws in the following subsystems: - ARM64 architecture; - PowerPC architecture; - x86 architecture; - ACPI drivers; - Serial ATA and Parallel ATA...

9.8CVSS6.5AI score0.01278EPSS
SaveExploits8References144
OSV
OSV
added 2025/10/01 8:15 a.m.20 views

AZL-68019 CVE-2025-39902 affecting package kernel for versions less than 6.6.112.1-1

In the Linux kernel, the following vulnerability has been resolved: mm/slub: avoid accessing metadata when pointer is invalid in objecterr objecterr reports details of an object for further debugging, such as the freelist pointer, redzone, etc. However, if the pointer is invalid, attempting to...

7.1CVSS5.6AI score0.00152EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/10/01 7:44 a.m.3 views

CVE-2025-39916

In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: avoid divide-by-zero in damonreclaimapplyparameters When creating a new scheme of DAMONRECLAIM, the calculation of 'minageregion' uses 'aggrinterval' as the divisor, which may lead to division-by-zero errors. Fi...

5.5CVSS5.3AI score0.00137EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/10/01 7:42 a.m.5 views

CVE-2025-39899

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: fix kmaplocal LIFO ordering for CONFIGHIGHPTE With CONFIGHIGHPTE on 32-bit ARM, movepagespte maps PTE pages using kmaplocalpage, which requires unmapping in Last-In-First-Out order. The current code maps dstpte...

5.5CVSS5.4AI score0.00135EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/01 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 incorrectly freeing memory after successfully loading the ACPI table, which could lead to reuse after releas...

6.3AI score0.00143EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/09/29 12:00 a.m.5 views

The vulnerability of the page_pool.c component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the pagepool.c component in the Linux operating system’s kernel is related to the execution of a loop with an unreachable exit condition. Exploiting this vulnerability can allow an attacker to cause a service failure...

3.3CVSS6.8AI score0.00292EPSS
SaveExploits0References18Affected Software5
Tenable Nessus
Tenable Nessus
added 2025/09/29 12:00 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-11015

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - A weakness has been identified in OGRECave Ogre up to 14.4.1. Impacted is the function STBIImageCodec::encode of the file...

5.3CVSS5.7AI score0.00134EPSS
SaveExploits0References3
Amazon
Amazon
added 2025/09/29 12:00 a.m.16 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix "KASAN: slab-use-after-free Read in ibregisterdevice" problem CVE-2025-38022 In the Linux kernel, the following vulnerability has been resolved: dma-buf: insert memory barrier before updating...

7.8CVSS5.9AI score0.00344EPSS
SaveExploits1
Amazon
Amazon
added 2025/09/29 12:00 a.m.14 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles CVE-2024-57924 In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by socklockinitclassandname and rmmod. CVE-2025-231...

7.8CVSS5.5AI score0.00356EPSS
SaveExploits1
Rows per page
Query Builder