Lucene search
+L

23689 matches found

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

DEBIAN-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
SaveExploits0References1
OSV
OSV
added 2025/08/19 5:15 p.m.13 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.28 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.7 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
Cvelist
Cvelist
added 2025/08/19 5:03 p.m.25 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
CVE
CVE
added 2025/08/19 5:03 p.m.66 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
CVE
CVE
added 2025/08/19 5:02 p.m.94 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
OSV
OSV
added 2025/08/19 3:03 a.m.11 views

SUSE-SU-2025:02875-1 Security update for the Linux Kernel RT (Live Patch 3 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506001011 fixes several issues. The following security issues were fixed: - CVE-2025-38494: HID: core: do not bypass hidhwrawrequest bsc1247350. - CVE-2025-38495: HID: core: ensure the allocated report buffer can contain the reserved report ID bsc1247351. -...

8.8CVSS8.6AI score0.00298EPSS
SaveExploits0References9
CNVD
CNVD
added 2025/08/19 12:00 a.m.6 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
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2024-47539

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - GStreamer is a library for constructing graphs of media-handling components. An out-of-bounds write vulnerability was identified in the converttos3341a function...

9.8CVSS8AI score0.01322EPSS
SaveExploits0References2
Packet Storm News
Packet Storm News
added 2025/08/19 12:00 a.m.7 views

CKM-Assisted Physical-Layer Security for Resilience against Unknown Eavesdropping Location

Channel Knowledge Map CKM is an emerging data-driven toolbox that captures our awareness of the wireless channel and enables efficient communication and resource allocation beyond the state of the art. In this work, we consider CKM for improving physical-layer security PLS in the presence of a...

6.8AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/19 12:00 a.m.21 views

Linux Distros Unpatched Vulnerability : CVE-2017-8779

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rpcbind through 0.2.4, LIBTIRPC through 1.0.1 and 1.0.2-rc through 1.0.2-rc3, and NTIRPC through 1.4.3 do not consider the maximum RPC data size during memory...

7.8CVSS7.2AI score0.80083EPSS
SaveExploits5References2
RedHat Linux
RedHat Linux
added 2025/08/18 12:14 p.m.17 views

kernel: nfsd: don't ignore the return code of svc_proc_register()

In the Linux kernel, the following vulnerability has been resolved: nfsd: don't ignore the return code of svcprocregister Currently, nfsdprocstatinit ignores the return value of svcprocregister. If the procfile creation fails, then the kernel will WARN when it tries to remove the entry later. Fix...

5.5CVSS6.8AI score0.00196EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.10 views

CVE-2025-38511

In the Linux kernel, the following vulnerability has been resolved: drm/xe/pf: Clear all LMTT pages on alloc Our LMEM buffer objects are not cleared by default on alloc and during VF provisioning we only setup LMTT PTEs for the actually provisioned LMEM range. But beyond that valid range we might...

7CVSS7.5AI score0.00151EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.21 views

CVE-2025-38504

In the Linux kernel, the following vulnerability has been resolved: iouring/zcrx: fix pp destruction warnings With multiple page pools and in some other cases we can have allocated niovs on page pool destruction. Remove a misplaced warning checking that all niovs are returned to zcrx on...

5.5CVSS7.2AI score0.00127EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.9 views

CVE-2025-38546

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix memory leak of struct clipvcc. ioctlATMARPMKIP allocates struct clipvcc and set it to vcc-userback. The code assumes that vccdestroysocket passes NULL skb to vcc-push when the socket is closed, and then clippush...

5.5CVSS7.3AI score0.0016EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/08/18 11:27 a.m.11 views

CVE-2025-38517

In the Linux kernel, the following vulnerability has been resolved: lib/alloctag: do not acquire non-existent lock in alloctagtopusers alloctagtopusers attempts to lock alloctagcttype-modlock even when the alloctagcttype is not allocated because: 1 alloc tagging is disabled because mem profiling ...

5.5CVSS6.9AI score0.00143EPSS
SaveExploits0References4
OSV
OSV
added 2025/08/18 8:35 a.m.10 views

SUSE-SU-2025:02837-1 Security update for go1.24-openssl

This update for go1.24-openssl fixes the following issues: Updated to go1.24.6 released 2025-08-06 bsc1236217: - CVE-2025-4674: Fixed unexpected command execution in untrusted VCS repositories in cmd/go bsc1246118 - CVE-2025-47906: Fixed incorrect expansion of '', '.' and '..' in some PATH...

8.6CVSS7.1AI score0.00524EPSS
SaveExploits1References8
OSV
OSV
added 2025/08/18 8:33 a.m.14 views

BIT-GITLAB-2025-1477 Allocation of Resources Without Limits or Throttling in GitLab

An issue has been discovered in GitLab CE/EE affecting all versions from 8.14 before 18.0.6, 18.1 before 18.1.4, and 18.2 before 18.2.2 that could have allowed an unauthenticated user to create a denial of service condition by sending specially crafted payloads to specific integration API endpoin...

7.5CVSS6.8AI score0.00453EPSS
SaveExploits0References3
Rows per page
Query Builder