Lucene search
+L

814 matches found

CVE
CVE
added 2025/12/10 6:04 p.m.55 views

CVE-2025-65199

Windscribe for Linux Desktop App is affected by a local privilege escalation vulnerability where a local user in the windscribe group can inject commands as root via the adapterName parameter of the changeMTU function. The root cause is a command injection in the changeMTU pathway, enabling arbit...

7.8CVSS7.6AI score0.01253EPSS
SaveExploits1References6Affected Software1
CNNVD
CNNVD
added 2025/12/10 12:00 a.m.12 views

Windscribe Desktop Application 安全漏洞

Windscribe Desktop Application is a VPN software from Windscribe Open Source. A security vulnerability exists in Windscribe Desktop Application versions prior to 2.18.3-alpha and prior to 2.18.8, which stems from a command injection in the adapterName parameter of the changeMTU function, which...

7.8CVSS7.2AI score0.01253EPSS
SaveExploits1References6
SUSE CVE
SUSE CVE
added 2025/12/09 12:29 a.m.9 views

SUSE CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

5.5CVSS6.4AI score0.00142EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/12/09 12:24 a.m.8 views

SUSE CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

6CVSS6.3AI score0.0017EPSS
SaveExploits0References20
EUVD
EUVD
added 2025/12/08 3:31 a.m.7 views

EUVD-2023-60076

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

5.9AI score0.00142EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/08 2:15 a.m.9 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS0.00142EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 2:15 a.m.11 views

UBUNTU-CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.7AI score0.00142EPSS
SaveExploits0References7
CVE
CVE
added 2025/12/08 1:19 a.m.35 views

CVE-2023-53752

CVE-2023-53752 is a Linux kernel issue in the kmalloc_reserve path of net/core/skbuff.c. The patch fixes an overflow/size-truncation bug: kmalloc_size_roundup(size) may produce 2^32 for inputs > 0x80000001, which gets truncated to 0 when stored in a 32-bit obj_size, causing kmalloc(0) and ZERO...

7.8CVSS6AI score0.00142EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/08 1:19 a.m.9 views

CVE-2023-53752 net: deal with integer overflows in kmalloc_reserve()

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/12/08 1:19 a.m.12 views

CVE-2023-53752

In the Linux kernel, the following vulnerability has been resolved: net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize; if ptr size = ksizeptr; size = kmallocsizeroundupsize; ptr = kmallocsize; This allowed various crash as reported by syzbot 1 and Kyle...

7.8CVSS5.3AI score0.00142EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 1:16 a.m.4 views

DEBIAN-CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS5.4AI score0.0017EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.13 views

CVE-2025-40292

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS5.4AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2025/12/08 12:46 a.m.8 views

CVE-2025-40292 virtio-net: fix received length check in big packets

In the Linux kernel, the following vulnerability has been resolved: virtio-net: fix received length check in big packets Since commit 4959aebba8c0 "virtio-net: use mtu size as buffer length for big packets", when guest gso is off, the allocated size for big packets is not MAXSKBFRAGS PAGESIZE...

8.4CVSS6.5AI score
SaveExploits0References8
CVE
CVE
added 2025/12/08 12:46 a.m.49 views

CVE-2025-40292

The CVE-2025-40292 issue is in the Linux kernel virtio-net receive path. When guest GSO is off, the allocation size for large packets is now MTU-dependent (not MAX_SKB_FRAGS * PAGE_SIZE) and tracked in vi->big_packets_num_skbfrags. If the host’s announced RX buffer length is incorrect, a lengt...

8.4CVSS6.2AI score0.0017EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/08 12:00 a.m.8 views

PT-2025-49482

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.1.39 Description The Linux kernel contained an issue where an integer overflow in the kmalloc reserve function could lead to crashes. Specifically, if the size parameter passed to kmalloc reserve was greater th...

6.1AI score0.00142EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/08 12:00 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2023-53752

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: deal with integer overflows in kmallocreserve Blamed commit changed: ptr = kmallocsize %NASLMINLEVEL 80900 C Tenable, Inc. include'compat.inc'; if...

7.8CVSS5.2AI score0.00142EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/11/14 12:24 a.m.7 views

SUSE CVE-2025-40170

In the Linux kernel, the following vulnerability has been resolved: net: use dstdevrcu in sksetupcaps Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. Also use dstdevrcu in ip6dstmtumaybeforward, and ipdstmtumaybeforward. ip4dsthoplimit can use dstdevnetrcu...

6.3CVSS6.5AI score0.00147EPSS
SaveExploits0References25
CNVD
CNVD
added 2025/11/14 12:00 a.m.12 views

Tenda AX-1803 sub_4F55C function stack buffer overflow vulnerability

Tenda AX-1803 is a dual-band Gigabit WiFi6 wireless router from Tenda that supports dual bands of 2.4GHz and 5GHz with a maximum transmission rate of 1774Mbps for home or small office scenarios. The Tenda AX-1803 suffers from a stack buffer overflow vulnerability that originates from the wanMTU...

7.5CVSS7.4AI score0.0037EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/11/13 2:02 p.m.11 views

CVE-2025-40170

In the Linux kernel, the following vulnerability has been resolved: net: use dstdevrcu in sksetupcaps Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. Also use dstdevrcu in ip6dstmtumaybeforward, and ipdstmtumaybeforward. ip4dsthoplimit can use dstdevnetrcu...

7.4CVSS5.9AI score0.00147EPSS
SaveExploits0References4
OSV
OSV
added 2025/11/12 11:15 a.m.18 views

UBUNTU-CVE-2025-40170

In the Linux kernel, the following vulnerability has been resolved: net: use dstdevrcu in sksetupcaps Use RCU to protect accesses to dst-dev from sksetupcaps and skdstgsomaxsize. Also use dstdevrcu in ip6dstmtumaybeforward, and ipdstmtumaybeforward. ip4dsthoplimit can use dstdevnetrcu...

7.8CVSS6.6AI score0.00147EPSS
SaveExploits0References9
Rows per page
Query Builder