Lucene search
+L

10199 matches found

OSV
OSV
added 2025/12/09 1:16 a.m.7 views

DEBIAN-CVE-2022-50631

In the Linux kernel, the following vulnerability has been resolved: RISC-V: kexec: Fix memory leak of fdt buffer This is reported by kmemleak detector: unreferenced object 0xff60000082864000 size 9588: comm "kexec", pid 146, jiffies 4294900634 age 64.788s hex dump first 32 bytes: d0 0d fe ed 00 0...

5.6AI score0.00193EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.11 views

CVE-2022-50631

In the Linux kernel, the following vulnerability has been resolved: RISC-V: kexec: Fix memory leak of fdt buffer This is reported by kmemleak detector: unreferenced object 0xff60000082864000 size 9588: comm "kexec", pid 146, jiffies 4294900634 age 64.788s hex dump first 32 bytes: d0 0d fe ed 00 0...

0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/09 1:16 a.m.10 views

UBUNTU-CVE-2022-50631

In the Linux kernel, the following vulnerability has been resolved: RISC-V: kexec: Fix memory leak of fdt buffer This is reported by kmemleak detector: unreferenced object 0xff60000082864000 size 9588: comm "kexec", pid 146, jiffies 4294900634 age 64.788s hex dump first 32 bytes: d0 0d fe ed 00 0...

5.9AI score0.00193EPSS
SaveExploits0References6
SUSE CVE
SUSE CVE
added 2025/12/09 12:28 a.m.11 views

SUSE CVE-2023-53767

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12kqmidrivereventwork Currently the buffer pointed by event is not freed in case ATH12KFLAGUNREGISTERING bit is set, this causes memory leak. Add a goto skip instead of return, to ensure event...

5.5CVSS6.4AI score0.00168EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.5 views

SUSE CVE-2025-40310

In the Linux kernel, the following vulnerability has been resolved: amd/amdkfd: resolve a race in amdgpuamdkfddevicefinisw There is race in amdgpuamdkfddevicefinisw and interrupt. if amdgpuamdkfddevicefinisw run in b/w kfdcleanupnodes and kfreekfd, and KGD interrupt generated. kernel panic log:...

5.5CVSS6AI score0.00182EPSS
SaveExploits0References21
OSV
OSV
added 2025/12/09 12:1 a.m.6 views

CVE-2023-53805 tty: n_gsm: fix UAF in gsm_cleanup_mux

In the Linux kernel, the following vulnerability has been resolved: tty: ngsm: fix UAF in gsmcleanupmux In gsmcleanupmux the 'gsm-dlci' pointer was not cleaned properly, leaving it a dangling pointer after gsmdlcirelease. This leads to use-after-free where 'gsm-dlci0' are freed and accessed by th...

6.4AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 12:1 a.m.32 views

CVE-2023-53805

...

SaveExploits0
EUVD
EUVD
added 2025/12/09 12:1 a.m.7 views

EUVD-2023-60101

This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
SaveExploits0References6
CVE
CVE
added 2025/12/09 12:1 a.m.32 views

CVE-2023-53805

CVE-2023-53805 is a Linux kernel issue affecting the TTY GSM driver (tty/n_gsm). The vulnerability arises from a use-after-free in gsm_cleanup_mux() caused by an improperly cleaned gsm->dlci pointer after gsm_dlci_release, leaving a dangling pointer and freeing/accessing gsm->dlci[0] in sub...

6.1AI score
SaveExploits0
CVE
CVE
added 2025/12/09 12:0 a.m.22 views

CVE-2023-53779

The CVE-2023-53779 entry concerns a Linux kernel memory-leak in the mfd: dln2 path. Specifically, in dln2_probe(), if dln2_setup_rx_urbs() fails, the error handling path previously failed to call usb_put_dev(), leaving the dln2->usb_dev refcount unreleased. The referenced fixes add usb_put_dev...

6.3AI score0.00032EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.11 views

DeepChat 安全漏洞

DeepChat is an intelligent assistant open-sourced by ThinkInAIXYZ. A security vulnerability exists in DeepChat 0.5.1 and earlier versions, which stems from improper Mermaid content cleanup and could lead to cross-site scripting attacks and remote code execution...

9.6CVSS7AI score0.00562EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.10 views

PT-2025-49703

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s mailbox component, specifically within the zynq-ipi module. When device register fails, a memory leak occurs due to unreleased allocated memory from d...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References896
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.9 views

MailEnable 跨站脚本漏洞

MailEnable is a commercial email server software designed for Windows operating systems that provides end-to-end email hosting and collaboration solutions. MailEnable suffers from a cross-site scripting vulnerability that stems from the lack of effective filtering and escaping of user-supplied da...

6.1CVSS5.7AI score0.00386EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2023-53856

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - of: overlay: Call ofchangesetinit early When ofoverlayfdtapply fails, the changeset may be partially applied, and the caller is still expected to call...

5.3AI score0.00224EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.9 views

PT-2025-49665

In the Linux kernel, the following vulnerability has been resolved: tty: n gsm: fix UAF in gsm cleanup mux In gsm cleanup mux the 'gsm-dlci' pointer was not cleaned properly, leaving it a dangling pointer after gsm dlci release. This leads to use-after-free where 'gsm-dlci0' are freed and accesse...

6.5AI score
SaveExploits0References6
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.6 views

WordPress plugin Image Cleanup 安全漏洞

WordPress and WordPress plugin are both products of the WordPress Foundation.WordPress is a blogging platform developed using the PHP language. The platform has the ability to host personal blog sites on PHP and MySQL based servers.WordPress plugin is an application plugin. A security vulnerabili...

4.3CVSS6.4AI score0.00215EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.9 views

Robocode 安全漏洞

Robocode is an open source programming game by Robocode. A security vulnerability exists in Robocode version 1.9.3.6, which stems from insufficient file path cleanup and could lead to arbitrary file deletion...

10CVSS6.5AI score0.0105EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.8 views

PT-2025-50006

Exposure of Sensitive System Information to an Unauthorized Control Sphere vulnerability in opicron Image Cleanup image-cleanup allows Retrieve Embedded Sensitive Data.This issue affects Image Cleanup: from n/a through = 1.9.2...

6.9AI score0.00279EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/09 12:0 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 a post-release reuse issue in ext4orphancleanup...

8.7AI score0.00206EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.10 views

PT-2025-49700

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to the ocxl module. Specifically, a potential name leak can occur within the ocxl file register afu function. If the device register function...

7.8CVSS6.8AI score0.0094EPSS
SaveExploits2References896
Rows per page
Query Builder