Lucene search
+L

58921 matches found

SUSE Linux
SUSE Linux
added 2025/12/08 6:19 p.m.11 views

Security update for postgresql13

This update for postgresql13 fixes the following issues: Upgraded to 13.23: CVE-2025-12817: Fixed missing check for CREATE privileges on the schema in CREATE STATISTICS bsc1253332 CVE-2025-12818: Fixed integer overflow in allocation-size calculations within libpq bsc1253333 Other fixes: Use...

8.8CVSS7.2AI score0.0034EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/08 5:16 p.m.13 views

CVE-2025-48637

In multiple functions of memprotect.c, there is a possible out of bounds write due to an integer overflow. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation...

7.8CVSS0.00106EPSS
SaveExploits0References3
CVE
CVE
added 2025/12/08 4:57 p.m.43 views

CVE-2025-48637

CVE-2025-48637 affects the Android/Linux kernel code path mem_protect.c, where an integer overflow can cause an out-of-bounds write. This leads to local escalation of privilege with no additional execution privileges required and no user interaction needed. Multiple connected sources (Red Hat CVE...

7.8CVSS6.6AI score0.00106EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2025/12/08 3:31 a.m.16 views

EUVD-2025-201653

In the Linux kernel, the following vulnerability has been resolved: iouring: fix regbuf vector size truncation There is a report of ioestimatebvecsize truncating the calculated number of segments that leads to corruption issues. Check it doesn't overflow "int"s used later. Rough but simple, can b...

6AI score0.00143EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/08 2:15 a.m.10 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
Cvelist
Cvelist
added 2025/12/08 1:19 a.m.37 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.8CVSS0.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
Cvelist
Cvelist
added 2025/12/08 1:16 a.m.48 views

CVE-2022-50623 fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()

In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dflfeatureioctlsetirq The "hdr.count sizeofs32" multiplication can overflow on 32 bit systems leading to memory corruption. Use arraysize to fix that...

7.8CVSS0.00153EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/08 1:16 a.m.14 views

CVE-2022-50623 fpga: prevent integer overflow in dfl_feature_ioctl_set_irq()

In the Linux kernel, the following vulnerability has been resolved: fpga: prevent integer overflow in dflfeatureioctlsetirq The "hdr.count sizeofs32" multiplication can overflow on 32 bit systems leading to memory corruption. Use arraysize to fix that...

7.8CVSS6.7AI score
SaveExploits0References8
CVE
CVE
added 2025/12/08 1:16 a.m.39 views

CVE-2022-50623

In the Linux kernel FP​GA driver, the dfl_feature_ioctl_set_irq() path has an integer overflow: hdr.count * sizeof(s32) can overflow on 32‑bit systems, causing memory corruption. The fix uses array_size() to prevent the overflow. Affected component: drivers/fpga/dfl.c; vulnerability described as ...

7.8CVSS6.4AI score0.00153EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/08 1:16 a.m.13 views

CVE-2025-40291

In the Linux kernel, the following vulnerability has been resolved: iouring: fix regbuf vector size truncation There is a report of ioestimatebvecsize truncating the calculated number of segments that leads to corruption issues. Check it doesn't overflow "int"s used later. Rough but simple, can b...

7.8CVSS0.00143EPSS
SaveExploits0References2
OSV
OSV
added 2025/12/08 1:16 a.m.84 views

DEBIAN-CVE-2025-40291

In the Linux kernel, the following vulnerability has been resolved: iouring: fix regbuf vector size truncation There is a report of ioestimatebvecsize truncating the calculated number of segments that leads to corruption issues. Check it doesn't overflow "int"s used later. Rough but simple, can b...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0References1
CVE
CVE
added 2025/12/08 12:46 a.m.57 views

CVE-2025-40291

The CVE-2025-40291 entry concerns the Linux kernel io_uring subsystem. The available description states a fix for regbuf vector size truncation related to io_estimate_bvec_size(), which can cause truncation of the calculated number of segments and may lead to corruption. The root cause is an over...

7.8CVSS6.2AI score0.00143EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2025/12/08 12:46 a.m.81 views

CVE-2025-40291

In the Linux kernel, the following vulnerability has been resolved: iouring: fix regbuf vector size truncation There is a report of ioestimatebvecsize truncating the calculated number of segments that leads to corruption issues. Check it doesn't overflow "int"s used later. Rough but simple, can b...

7.8CVSS5.4AI score0.00143EPSS
SaveExploits0
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
CNNVD
CNNVD
added 2025/12/08 12:00 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 an integer overflow in kmallocreserve, which could lead to a memory allocation failure...

6.3AI score0.00142EPSS
SaveExploits0References6
Amazon
Amazon
added 2025/12/08 12:00 a.m.12 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: scsi: target: targetcoreconfigfs: Add length check to avoid buffer overflow CVE-2025-39998 In the Linux kernel, the following vulnerability has been resolved: ipvs: Defer ipvsftp unregister during netns cleanup...

7AI score0.006EPSS
SaveExploits2
CNNVD
CNNVD
added 2025/12/08 12:00 a.m.14 views

Google Android 输入验证错误漏洞

Google Android is a Linux-based open source operating system from Google, Inc. in the United States. Google Android suffers from an input validation error vulnerability that stems from an integer overflow that could lead to local elevation of privilege...

7.8CVSS6.3AI score0.00106EPSS
SaveExploits0References4
Rows per page
Query Builder