Lucene search
+L

58284 matches found

Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50623

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - fpga: prevent integer overflow in dflfeatureioctlsetirq The hdr.count sizeofs32 multiplication can overflow on 32 bit systems leading to memory corruption. Use...

7.8CVSS5.7AI score0.00153EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:00 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2025-14308

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An integer overflow vulnerability exists in the write method of the Buffer class in Robocode version 1.9.3.6. The method fails to properly validate the length o...

10CVSS7.7AI score0.00576EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/09 12:00 a.m.13 views

PT-2025-50134

Name of the Vulnerable Software and Affected Versions DNG SDK versions 1.7.0 and earlier Description The DNG SDK is affected by an Integer Overflow or Wraparound issue that may result in application denial-of-service. An attacker could exploit this to cause the application to crash or become...

5.5CVSS6.5AI score0.00169EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/08 6:30 p.m.12 views

EUVD-2025-201736

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.8CVSS6.5AI score0.00106EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/12/08 6:19 p.m.10 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.40 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.15 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.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.10 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.32 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.36 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.46 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.13 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.37 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.12 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.57 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.49 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.79 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
Rows per page
Query Builder