Lucene search
+L

5180 matches found

Cvelist
Cvelist
added 2025/10/22 1:23 p.m.16 views

CVE-2023-53714 drm/stm: ltdc: fix late dereference check

In the Linux kernel, the following vulnerability has been resolved: drm/stm: ltdc: fix late dereference check In ltdccrtcsetcrcsource, struct drmcrtc was dereferenced in a containerof before the pointer check. This could cause a kernel panic. Fix this smatch warning: drivers/gpu/drm/stm/ltdc.c:11...

0.00194EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.26 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 mismatch in the return type of the netiucvtx function, which could lead to a kernel panic or thread...

6.1AI score0.00232EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/10/22 12:0 a.m.11 views

PT-2025-44599

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The comedi buf munge function in the Linux kernel is susceptible to a divide-by-zero error. This occurs when the function performs a modulo operation async-munge chan %= async-cmd.chanli...

4.6CVSS5.8AI score0.00197EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/10/22 12:0 a.m.10 views

PT-2025-43115

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the DRM/STM subsystem, specifically in the ltdc driver. A late dereference check in the ltdc crtc set crc source function could lead to a kernel...

5.9AI score0.00194EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/10/22 12:0 a.m.11 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 undisabled preemption, which could lead to a kernel panic...

6.1AI score0.00197EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/21 12:31 p.m.10 views

EUVD-2022-54723

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add vblank register/unregister callback functions We encountered a kernel panic issue that callback data will be NULL when it's using in ovl irq handler. There is a timing issue between mtkdispovlirqhandler and...

5.5CVSS5.1AI score0.00256EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/10/21 12:0 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987565)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987565 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in...

7.5CVSS5.2AI score0.00667EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/20 3:26 p.m.16 views

CVE-2025-40009 fs/proc/task_mmu: check p->vec_buf for NULL

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: check p-vecbuf for NULL When the PAGEMAPSCAN ioctl is invoked with veclen = 0 reaches pagemapscanbackoutrange, kernel panics with null-ptr-deref: 44.936808 Oops: general protection fault, probably for non-canonic...

0.00227EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.6 views

SUSE CVE-2025-39999

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/15 9:31 p.m.8 views

EUVD-2022-55091

In the Linux kernel, the following vulnerability has been resolved: x86/mce: Work around an erratum on fast string copy instructions A rare kernel panic scenario can happen when the following conditions are met due to an erratum on fast string copy instructions: 1 An uncorrected error. 2 That err...

5.5CVSS6.2AI score0.00251EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/15 9:30 a.m.8 views

EUVD-2025-34574

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

5.9AI score0.00184EPSS
SaveExploits0References4
NVD
NVD
added 2025/10/15 8:15 a.m.14 views

CVE-2025-39999

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

0.00184EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/15 7:58 a.m.22 views

CVE-2025-39999

The CVE-2025-39999 issue affects the Linux kernel’s blk-mq path, where tags growth via the sysfs nr_requests attribute can lead to a double free: hctx->sched_tags is freed while et->tags (the allocated tags) has already been freed, risking a kernel panic during elevator exit. The documented...

6AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/15 7:58 a.m.9 views

CVE-2025-39999 blk-mq: fix blk_mq_tags double free while nr_requests grown

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

6.3AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/10/15 7:58 a.m.16 views

CVE-2025-39999 blk-mq: fix blk_mq_tags double free while nr_requests grown

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

0.00184EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/10/15 12:0 a.m.10 views

PT-2025-42273

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s block management queue blk-mq subsystem related to double freeing of memory associated with request tags when the number of requests grows...

7.1CVSS7.3AI score0.00614EPSS
SaveExploits1References214
EUVD
EUVD
added 2025/10/14 9:30 p.m.9 views

EUVD-2022-55155

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix panic when forwarding a pkt with no in6 dev kongweibin reported a kernel panic in ip6forward when input interface has no in6 dev associated. The following tc commands were used to reproduce this panic: tc qdisc del dev...

5.5CVSS5AI score0.00667EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/14 4:43 p.m.15 views

CVE-2025-37148

CVE-2025-37148 affects HPE ArubaOS (AOS-8 Instant and AOS 10). Root cause: improper parsing of Ethernet frames in ArubaOS leading to unauthenticated denial of service. Impact: remote attacker can disrupt network services; remediation/fix version not specified in provided documents; no exploitatio...

6.5CVSS6.5AI score0.0024EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/10/14 4:43 p.m.22 views

CVE-2025-37148 Kernel Panic triggered by Modified Ethernet Frames leads to Denial of Service Vulnerability

A vulnerability in the parsing of ethernet frames in AOS-8 Instant and AOS 10 could allow an unauthenticated remote attacker to conduct a denial of service attack. Successful exploitation could allow an attacker to potentially disrupt network services and require manual intervention to restore...

6.5CVSS0.0024EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/10/14 4:43 p.m.3 views

CVE-2025-37148 Kernel Panic triggered by Modified Ethernet Frames leads to Denial of Service Vulnerability

A vulnerability in the parsing of ethernet frames in AOS-8 Instant and AOS 10 could allow an unauthenticated remote attacker to conduct a denial of service attack. Successful exploitation could allow an attacker to potentially disrupt network services and require manual intervention to restore...

6.5CVSS6.5AI score0.0024EPSS
SaveExploits0References1
Rows per page
Query Builder