Lucene search
+L

10267 matches found

OSV
OSV
added 2025/08/19 5:15 p.m.12 views

UBUNTU-CVE-2025-38612

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

5.5CVSS5.7AI score0.0017EPSS
SaveExploits0References40
OSV
OSV
added 2025/08/19 5:15 p.m.14 views

UBUNTU-CVE-2025-38555

In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in compositedevcleanup 1. In func configfscompositebind - compositeosdescreqprepare: if kmalloc fails, the pointer cdev-osdescreq will be freed but not set to NULL. Then it will return a failure t...

7.8CVSS6.3AI score0.00174EPSS
SaveExploits0References40
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.27 views

CVE-2025-38612

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/08/19 5:03 p.m.6 views

CVE-2025-38612 staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

6AI score
SaveExploits0References14
CVE
CVE
added 2025/08/19 5:03 p.m.65 views

CVE-2025-38612

CVE-2025-38612 affects the Linux kernel staging driver fbtft (staging: fbtft). The vulnerability is due to a memory leak in fb_deferred_io_init() where memory allocated for info->pagerefs in the fb_info error path was not freed after fb_info allocation completed. The fix adds the cleanup on th...

5.5CVSS7.2AI score0.0017EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.24 views

CVE-2025-38612 staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc()

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtftframebufferalloc In the error paths after fbinfo structure is successfully allocated, the memory allocated in fbdeferredioinit for info-pagerefs is not freed. Fix that by adding t...

0.0017EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.14 views

CVE-2025-38603

...

SaveExploits0
CVE
CVE
added 2025/08/19 5:03 p.m.22 views

CVE-2025-38603

The connected Nessus entry provides concrete details for CVE-2025-38603: it affects the Linux kernel’s amdgpu driver, specifically a slab-use-after-free in amdgpu_userq_mgr_fini. The issue could occur when amdgpu_fpriv is freed in amdgpu_driver_postclose_kms() and later accessed in amdgpu_drm_rel...

7.1AI score
SaveExploits0
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.21 views

CVE-2025-38596 drm/panthor: Fix UAF in panthor_gem_create_with_handle() debugfs code

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF in panthorgemcreatewithhandle debugfs code The object is potentially already gone after the drmgemobjectput. In general the object should be fully constructed before calling drmgemhandlecreate, except the...

7.8CVSS0.00153EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/08/19 5:03 p.m.10 views

CVE-2025-38596

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix UAF in panthorgemcreatewithhandle debugfs code The object is potentially already gone after the drmgemobjectput. In general the object should be fully constructed before calling drmgemhandlecreate, except the...

7.8CVSS6.3AI score0.00153EPSS
SaveExploits0
CVE
CVE
added 2025/08/19 5:02 p.m.38 views

CVE-2025-38564

CVE-2025-38564 involves the Linux kernel perf subsystem. The issue occurs in perf_mmap() when mapping a buffer read‑only into the page table after the buffer is allocated or attached. If map_range() fails, the kernel currently zaps the page table entries but does not invoke perf_mmap_close(), lea...

5.5CVSS7.4AI score0.00154EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/08/19 5:02 p.m.9 views

CVE-2025-38564 perf/core: Handle buffer mapping fail correctly in perf_mmap()

In the Linux kernel, the following vulnerability has been resolved: perf/core: Handle buffer mapping fail correctly in perfmmap After successful allocation of a buffer or a successful attachment to an existing buffer perfmmap tries to map the buffer read only into the page table. If that fails, t...

6.8AI score
SaveExploits0References6
OSV
OSV
added 2025/08/19 5:02 p.m.15 views

CVE-2025-38555 usb: gadget : fix use-after-free in composite_dev_cleanup()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in compositedevcleanup 1. In func configfscompositebind - compositeosdescreqprepare: if kmalloc fails, the pointer cdev-osdescreq will be freed but not set to NULL. Then it will return a failure t...

7.8CVSS6.3AI score
SaveExploits0References14
Cvelist
Cvelist
added 2025/08/19 5:02 p.m.35 views

CVE-2025-38555 usb: gadget : fix use-after-free in composite_dev_cleanup()

In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in compositedevcleanup 1. In func configfscompositebind - compositeosdescreqprepare: if kmalloc fails, the pointer cdev-osdescreq will be freed but not set to NULL. Then it will return a failure t...

7.8CVSS0.00174EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/08/19 5:02 p.m.19 views

CVE-2025-38555

In the Linux kernel, the following vulnerability has been resolved: usb: gadget : fix use-after-free in compositedevcleanup 1. In func configfscompositebind - compositeosdescreqprepare: if kmalloc fails, the pointer cdev-osdescreq will be freed but not set to NULL. Then it will return a failure t...

7.8CVSS6AI score0.00174EPSS
SaveExploits0
CVE
CVE
added 2025/08/19 5:02 p.m.92 views

CVE-2025-38555

The CVE CVE-2025-38555 is a use-after-free in Linux kernel USB gadget driver during composite_dev_cleanup, arising when configfs_composite_bind() frees cdev->os_desc_req on kmalloc failure but doesn’t NULL it, leading to a subsequent use of non-NULL pointer. The issue affects the usb gadget’s ...

7.8CVSS7.1AI score0.00174EPSS
SaveExploits0References11Affected Software1
CNVD
CNVD
added 2025/08/19 12:00 a.m.5 views

IBM Concert Software Improper Heap Memory Cleanup Vulnerability

IBM Concert Software is IBM's generative AI-driven automated application management and monitoring tool based on the WatsonX platform, focused on optimizing the operational efficiency and reliability of applications. IBM Concert Software suffers from an improper heap memory cleanup vulnerability...

7.5CVSS7.1AI score0.0033EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/08/19 12:00 a.m.7 views

WordPress plugin Nexter Blocks 跨站脚本漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform 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 cross-site scripting...

6.4CVSS6AI score0.00238EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/08/19 12:00 a.m.19 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 Linux kernel that stems from improper memory cleanup, which could lead to a memory leak...

5.5CVSS8.1AI score0.0017EPSS
SaveExploits0References11
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.7 views

CVE-2025-38544

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix bug due to prealloc collision When userspace is using AFRXRPC to provide a server, it has to preallocate incoming calls and assign to them call IDs that will be used to thread related recvmsg and sendmsg together. The...

5.5CVSS7.2AI score0.00145EPSS
SaveExploits0References4
Rows per page
Query Builder