Lucene search
+L

5513 matches found

CNNVD
CNNVD
added 2025/09/15 12:00 a.m.18 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 failure to free mqueueinodecachep when setupmqsysctls fails in the initmqueuefs function, which could le...

5.5CVSS8AI score0.00154EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/09/15 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 improper resource handling in the initmtd function, which could lead to a resource leak...

5.5CVSS6.3AI score0.00154EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.8 views

PT-2025-37497

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue exists in the Linux kernel's SCTP implementation. Specifically, the vulnerability occurs when handling errors returned from the sctp auth asoc init active key...

6.2AI score0.0016EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.7 views

PT-2025-37554

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak exists in the VXLAN implementation of the Linux kernel. The memory allocated by vxlan vnigroup init is not freed in the error path, leading to memory leaks. This can be...

6.1AI score0.00173EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.9 views

PT-2025-37571

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was identified in the vkms init function within the kernel's drm/vkms module. This leak occurs when the vkms create function fails, but the memory allocated for config...

6.1AI score0.00155EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.6 views

PT-2025-37518

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was identified and resolved in the socfpga gate init function within the clock clk subsystem of the Linux kernel. The fix involves freeing the @socfpga clk and @ops memor...

6AI score0.00156EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/09/15 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 a memory leak in the orangefssysfsinit function...

5.5CVSS6.2AI score0.00154EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.8 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 vkmsinit function not checking the vkmscreate return value, which could lead to a memory leak...

5.5CVSS6.3AI score0.00155EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.12 views

PT-2025-37591

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was resolved in the ocfs2 stack glue init function within the OCFS2 module. Specifically, the ocfs2 table header was not being freed if ocfs2 sysfs init failed, leading t...

6.1AI score0.0016EPSS
SaveExploits0References11
CNNVD
CNNVD
added 2025/09/15 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 the ocfs2stackglueinit function not freeing the ocfs2tableheader, which could lead to a memory leak...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References9
CNNVD
CNNVD
added 2025/09/15 12:00 a.m.6 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 failure to free a previously allocated vp when the vp allocation fails in the qlcnicsriovinit function,...

5.5CVSS5.8AI score0.0016EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.11 views

PT-2025-40630

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's DRM bridge ANX7625 driver. If an interrupt occurs before resource initialization is complete, the interrupt handler or worker may access uninitialized...

5.5CVSS7.3AI score0.00137EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.50 views

PT-2025-37596

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak was identified in the lbs init adapter function within the Libertas wireless driver. Specifically, when the kfifo alloc function failed, the command buffer was not released...

7.8CVSS6.8AI score0.21521EPSS
SaveExploits4References988
NVD
NVD
added 2025/09/11 5:15 p.m.9 views

CVE-2025-39772

In the Linux kernel, the following vulnerability has been resolved: drm/hisilicon/hibmc: fix the hibmc loaded failed bug When hibmc loaded failed, the driver use hibmcunload to free the resource, but the mutexes in mode.config are not init, which will access an NULL pointer. Just change goto...

5.5CVSS0.00145EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/09/11 7:38 a.m.11 views

kernel: drm/vkms: Fix memory leak in vkms_init()

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix memory leak in vkmsinit A memory leak was reported after the vkms module install failed. unreferenced object 0xffff88810bc28520 size 16: comm "modprobe", pid 9662, jiffies 4298009455 age 42.590s hex dump first 16...

5.5CVSS6.8AI score0.00155EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/09/11 3:38 a.m.13 views

kernel: drm/vkms: Fix use after free and double free on init error

In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix use after free and double free on init error If the driver initialization fails, the vkmsexit function might access an uninitialized or freed defaultconfig pointer and it might double free it. Fix both possible erro...

7.8CVSS6.8AI score0.0021EPSS
SaveExploits0References5
Redos
Redos
added 2025/09/11 12:00 a.m.8 views

ROS-20250911-11

A vulnerability in Cloud-init cloud server configuration tool is related to incorrect assignment of permissions for a critical resource. Exploitation of the vulnerability could allow an attacker to execute arbitrary commands A vulnerability in the Cloud-Init cloud virtual machine provisioning too...

8.8CVSS6.5AI score0.00227EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/09/10 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2017-10600

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ubuntu-image 1.0 before 2017-07-07, when invoked as non-root, creates files in the resulting image with the uid of the invoking user. When the resulting image i...

5.9CVSS5.9AI score0.00286EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/09/10 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2016-2420

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rootdir/init.rc in Android 4.x before 4.4.4 does not ensure that the /data/tombstones directory exists for the Debuggerd component, which allows attackers to ga...

9.3CVSS7.5AI score0.00471EPSS
SaveExploits0References2
BDU FSTEC
BDU FSTEC
added 2025/09/10 12:00 a.m.6 views

The vulnerability of the Cloud-init configuration tool, related to the improper assignment of permissions for critical resources, allows a perpetrator to execute arbitrary commands.

The vulnerability of the Cloud-init configuration tool is related to the improper assignment of permissions for critical resources. Exploiting this vulnerability allows an attacker to execute arbitrary commands...

5.9CVSS6.5AI score0.00125EPSS
SaveExploits0References11Affected Software8
Rows per page
Query Builder