Lucene search
+L

9046 matches found

CVE
CVE
added 2025/10/23 11:29 a.m.52 views

CVE-2025-62401

CVE-2025-62401 applies to Moodle’s timed assignment feature, where a flaw allows bypassing the time restriction and giving students more time to complete an assessment. The issue is corroborated by multiple connected documents (Nessus/OSV/OpenVAS entries and Fedora advisories) referencing the sam...

5.4CVSS6.6AI score0.00209EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/10/23 11:29 a.m.5 views

CVE-2025-62401 Moodle: possible to bypass timer in timed assignments

An issue in Moodle’s timed assignment feature allowed students to bypass the time restriction, potentially giving them more time than allowed to complete an assessment...

5.4CVSS6AI score
SaveExploits0References5
SUSE Linux
SUSE Linux
added 2025/10/23 10:27 a.m.7 views

Security update for python-Authlib

This update for python-Authlib fixes the following issues: CVE-2025-61920: limited the size of the header to prevent DoS bsc1251921. Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch". Alternatively you can run th...

8.7CVSS7AI score0.00591EPSS
SaveExploits1References4
OSV
OSV
added 2025/10/23 10:27 a.m.3 views

SUSE-SU-2025:3754-1 Security update for python-Authlib

This update for python-Authlib fixes the following issues: - CVE-2025-61920: limited the size of the header to prevent DoS bsc1251921...

7.5CVSS6.9AI score0.00591EPSS
SaveExploits1References3
Veracode
Veracode
added 2025/10/23 5:38 a.m.10 views

Improper Input Validation

Hono is vulnerable to improper input validation. The vulnerability is due to a flaw in the bodyLimit middleware that prioritized the Content-Length header over Transfer-Encoding: chunked, which allows an attacker to bypass the configured request body size limit and potentially cause a denial of...

5.3CVSS6.9AI score0.0045EPSS
SaveExploits0References3Affected Software1
RedhatCVE
RedhatCVE
added 2025/10/23 12:17 a.m.27 views

CVE-2025-60340

Multiple buffer overflows in the SetClientState function of Tenda AC6 v.15.03.06.50 allows attackers to cause a Denial of Service DoS via injecting a crafted payload into the limitSpeed, deviceId, and limitSpeedUp parameters...

7.5CVSS7.2AI score0.0038EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/10/23 12:10 a.m.12 views

SUSE CVE-2022-50575

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: Fix a possible warning in privcmdioctlmmapresource As 'kdata.num' is user-controlled data, if user tries to allocate memory larger than= MAXORDER, then kcalloc will fail, it creates a stack trace and messes up dmesg...

6.4AI score0.00205EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/22 6:30 p.m.12 views

EUVD-2025-35615

Multiple buffer overflows in the SetClientState function of Tenda AC6 v.15.03.06.50 allows attackers to cause a Denial of Service DoS via injecting a crafted payload into the limitSpeed, deviceId, and limitSpeedUp parameters...

6.6AI score0.0038EPSS
SaveExploits1References2
NVD
NVD
added 2025/10/22 6:15 p.m.11 views

CVE-2025-60340

Multiple buffer overflows in the SetClientState function of Tenda AC6 v.15.03.06.50 allows attackers to cause a Denial of Service DoS via injecting a crafted payload into the limitSpeed, deviceId, and limitSpeedUp parameters...

7.5CVSS0.0038EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/10/22 2:32 p.m.8 views

CVE-2025-62008 WordPress Product Table For WooCommerce plugin <= 1.2.4 - PHP Object Injection vulnerability

Deserialization of Untrusted Data vulnerability in acowebs Product Table For WooCommerce product-table-for-woocommerce.This issue affects Product Table For WooCommerce: from n/a through = 1.2.4...

8.8CVSS6.6AI score0.00483EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/22 2:15 p.m.4 views

DEBIAN-CVE-2023-53727

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: avoid stalls in fqpietimer When setting a high number of flows limit being 65536, fqpietimer is currently using too much time as syzbot reported. Add logic to yield the cpu every 2048 flows less than 150 usec on...

5.3AI score0.00186EPSS
SaveExploits0References1
NVD
NVD
added 2025/10/22 2:15 p.m.11 views

CVE-2022-50580

In the Linux kernel, the following vulnerability has been resolved: blk-throttle: prevent overflow while calculating wait time There is a problem found by code review in tgwithinbpslimit that 'bpslimit jiffyelapsedrnd' might overflow. Fix the problem by calling mulu64u64divu64 instead...

0.00199EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/22 2:15 p.m.10 views

UBUNTU-CVE-2023-53727

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: avoid stalls in fqpietimer When setting a high number of flows limit being 65536, fqpietimer is currently using too much time as syzbot reported. Add logic to yield the cpu every 2048 flows less than 150 usec on...

5.9AI score0.00186EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.20 views

CVE-2023-53729 soc: qcom: qmi_encdec: Restrict string length in decode

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: qmiencdec: Restrict string length in decode The QMI TLV value for strings in a lot of qmi element info structures account for null terminated strings with MAXLEN + 1. If a string is actually MAXLEN + 1 length, this wil...

7.8CVSS0.00143EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.13 views

CVE-2023-53727 net/sched: fq_pie: avoid stalls in fq_pie_timer()

In the Linux kernel, the following vulnerability has been resolved: net/sched: fqpie: avoid stalls in fqpietimer When setting a high number of flows limit being 65536, fqpietimer is currently using too much time as syzbot reported. Add logic to yield the cpu every 2048 flows less than 150 usec on...

0.00186EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/22 1:23 p.m.34 views

CVE-2023-53727

CVE-2023-53727 (Linux kernel) : The vulnerability resides in net/sched fq_pie where fq_pie_timer() could stall when configuring a very high number of flows (65536). The fix adds logic to yield the CPU every 2048 flows, reducing stall time to under 150 microseconds on debug kernels and preventing ...

6AI score0.00186EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/10/22 12:27 a.m.14 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.00176EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 12:00 a.m.19 views

CVE-2025-60340

Multiple buffer overflows in the SetClientState function of Tenda AC6 v.15.03.06.50 allows attackers to cause a Denial of Service DoS via injecting a crafted payload into the limitSpeed, deviceId, and limitSpeedUp parameters...

0.0038EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2025/10/21 8:25 p.m.14 views

NeuVector telemetry sender is vulnerable to MITM and DoS

Impact This vulnerability affects NeuVector deployments only when the Report anonymous cluster data option is enabled. When this option is enabled, NeuVector sends anonymous telemetry data to the telemetry server at https://upgrades.neuvector-upgrade-responder.livestock.rancher.io. In affected...

8.6CVSS6.6AI score0.00184EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2025/10/21 3:30 p.m.11 views

EUVD-2025-35172

Potential stack buffer overwrite on the SFTP server side when receiving a malicious packet that has a handle size larger than the system handle or file descriptor size, but smaller than max handle size allowed...

1.8CVSS6.7AI score0.00342EPSS
SaveExploits0References2
Rows per page
Query Builder