Lucene search
+L

22012 matches found

CNVD
CNVD
added 2025/10/30 12:00 a.m.11 views

D-Link DIR600L formDeviceReboot function buffer overflow vulnerability

D-Link DIR600L is a wireless router for home users, belonging to D-Link's "Cloud Router" series, with an external antenna design, supporting 802.11n standard, with a maximum wireless transmission rate of 150Mbps. The D-Link DIR600L suffers from a buffer overflow vulnerability, which is caused by...

7.5CVSS7.3AI score0.00348EPSS
SaveExploits0References1
CNVD
CNVD
added 2025/10/30 12:00 a.m.15 views

D-Link DIR600L formSetDomainFilter Function Buffer Overflow Vulnerability

D-Link DIR600L is a wireless router for home users, belonging to D-Link's "Cloud Router" series, with an external antenna design, supporting 802.11n standard, with a maximum wireless transmission rate of 150Mbps. The D-Link DIR600L suffers from a buffer overflow vulnerability, which originates fr...

7.5CVSS7.3AI score0.00348EPSS
SaveExploits0References1
Snyk
Snyk
added 2025/10/29 8:43 p.m.21 views

Weak Password Requirements

Overview mlflow is a platform to streamline machine learning development, including tracking experiments, packaging code into reproducible runs, and sharing and deploying models. Affected versions of this package are vulnerable to Weak Password Requirements due to allowing password strings shorte...

9.8CVSS8.3AI score0.01474EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/29 8:15 p.m.12 views

CVE-2025-11464

Ashlar-Vellum Cobalt CO File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Ashlar-Vellum Cobalt. User interaction is required to exploit this vulnerability in that the targe...

7.8CVSS0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/29 8:15 p.m.14 views

UBUNTU-CVE-2025-10925

GIMP ILBM File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page...

7.8CVSS6.3AI score0.02814EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/29 7:29 p.m.8 views

CVE-2025-10922 GIMP DCM File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability

GIMP DCM File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page o...

7.8CVSS7.6AI score
SaveExploits0References5
EUVD
EUVD
added 2025/10/29 3:31 p.m.10 views

EUVD-2025-36665

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix null-deref in aggdequeue To prevent a potential crash in aggdequeue net/sched/schqfq.c when cl-qdisc-ops-peekcl-qdisc returns NULL, we check the return value before using it, similar to the existing approac...

6.2AI score0.00193EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2025/10/29 3:15 p.m.7 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/29 1:37 p.m.37 views

CVE-2025-40083

In CVE-2025-40083, the Linux kernel net/sched SCH_QFQ implementation suffered a potential NULL pointer dereference in agg_dequeue when cl->qdisc->ops->peek() could return NULL. The fix adds a guard by validating the peek result before use, mirrors the approach used in sch_hfsc.c, and ref...

6.3AI score0.00193EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2025/10/29 1:37 p.m.12 views

CVE-2025-40083 net/sched: sch_qfq: Fix null-deref in agg_dequeue

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix null-deref in aggdequeue To prevent a potential crash in aggdequeue net/sched/schqfq.c when cl-qdisc-ops-peekcl-qdisc returns NULL, we check the return value before using it, similar to the existing approac...

5.5AI score0.00193EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/10/29 8:02 a.m.6 views

fs: udf: fix OOB read in lengthAllocDescs handling

...

7.8CVSS7AI score0.00161EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/10/29 12:46 a.m.7 views

kernel: net: usb: smsc75xx: Limit packet length to skb->len

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.7AI score0.00178EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/29 12:45 a.m.11 views

kernel: tls: fix handling of zero-length records on the rx_list

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rxlist Each recvmsg call must process either - only contiguous DATA records any number of them - one non-DATA record If the next record has different type than what has already been...

9.8CVSS6.7AI score0.00505EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.19 views

SUSE CVE-2025-40044

In the Linux kernel, the following vulnerability has been resolved: fs: udf: fix OOB read in lengthAllocDescs handling When parsing Allocation Extent Descriptor, lengthAllocDescs comes from on-disk data and must be validated against the block size. Crafted or corrupted images may set...

6.3CVSS6.4AI score0.00161EPSS
SaveExploits0References28
SUSE CVE
SUSE CVE
added 2025/10/29 12:25 a.m.6 views

SUSE CVE-2025-40056

In the Linux kernel, the following vulnerability has been resolved: vhost: vringh: Fix copytoiter return value check The return value of copytoiter can't be negative, check whether the copied length is equal to the requested length instead of checking for negative values...

6.1CVSS6.5AI score0.00201EPSS
SaveExploits0References19
RedHat Linux
RedHat Linux
added 2025/10/29 12:20 a.m.11 views

kernel: tls: fix handling of zero-length records on the rx_list

In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rxlist Each recvmsg call must process either - only contiguous DATA records any number of them - one non-DATA record If the next record has different type than what has already been...

9.8CVSS6.7AI score0.00505EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.8 views

GIMP 安全漏洞

GIMP is an open source bitmap image editor from the GIMP team. A security vulnerability exists in GIMP that stems from a failure to properly validate the length of user-supplied data when parsing ILBM files, which could lead to remote code execution...

7.8CVSS7.8AI score0.02814EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.6 views

GIMP 安全漏洞

GIMP is an open source bitmap image editor from the GIMP team. A security vulnerability exists in GIMP that stems from not properly validating the length of user-supplied data when parsing XWD files, which could lead to a heap buffer overflow and remote code execution...

7.8CVSS8AI score0.00537EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/10/29 12:00 a.m.6 views

GIMP 安全漏洞

GIMP is an open source bitmap image editor from the GIMP team. A security vulnerability exists in GIMP that stems from not properly validating the length of user-supplied data when parsing a DCM file, which could lead to a heap buffer overflow and remote code execution...

7.8CVSS8AI score0.00765EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/10/29 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2025-11375

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Consul and Consul Enterprise's Consul event endpoint is vulnerable to denial of service DoS due to lack of maximum value on the Content Length header. This...

6.5CVSS5.5AI score0.00393EPSS
SaveExploits0References3
Rows per page
Query Builder