Lucene search
+L

56 matches found

Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.23 views

CVE-2024-57973

In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl-totlen" variable is controlled by the user. It comes from processresponses. On 32bit systems, the "gl-totlen + sizeofstruct cplpassacceptreq + sizeofstruct rssheader...

8.1CVSS5.6AI score0.00642EPSS
SaveExploits0
CVE
CVE
added 2025/02/27 2:07 a.m.178 views

CVE-2024-57973

CVE-2024-57973 : In the Linux kernel, an integer wrap could occur on 32-bit systems while computing the length for a reply (gl->tot_len + sizeof(struct cpl_pass_accept_req) + sizeof(struct rss_header)), from user-controlled data via process_responses(). The issue affects the rdma/cxgb4 path an...

8.1CVSS5.6AI score0.00642EPSS
SaveExploits0References11Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:07 a.m.25 views

CVE-2024-57953 rtc: tps6594: Fix integer overflow on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

0.00221EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/27 2:07 a.m.7 views

CVE-2024-57953 rtc: tps6594: Fix integer overflow on 32bit systems

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

5.5CVSS6.2AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/02/27 2:07 a.m.14 views

CVE-2024-57953

In the Linux kernel, the following vulnerability has been resolved: rtc: tps6594: Fix integer overflow on 32bit systems The problem is this multiply in tps6594rtcsetoffset tmp = offset TICKSPERHOUR; The "tmp" variable is an s64 but "offset" is a long in the -277774-277774 range. On 32bit systems ...

5.5CVSS5.7AI score0.00221EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/16 6:26 a.m.27 views

CVE-2024-57890

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Prevent integer overflow issue In the expression "cmd.wqesize cmd.wrcount", both variables are u32 values that come from the user so the multiplication can lead to integer wrapping. Then we pass the result to...

5.5CVSS7AI score0.0022EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2024/12/02 3:26 p.m.17 views

CVE-2024-53107

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: prevent integer overflow in pagemapscangetargs The "arg-veclen" variable is a u64 that comes from the user at the start of the function. The "arg-veclen sizeofstruct pageregion" multiplication can lead to integer...

5.5CVSS7.1AI score0.00213EPSS
SaveExploits0References4
NVD
NVD
added 2024/12/02 2:15 p.m.16 views

CVE-2024-53107

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: prevent integer overflow in pagemapscangetargs The "arg-veclen" variable is a u64 that comes from the user at the start of the function. The "arg-veclen sizeofstruct pageregion" multiplication can lead to integer...

7.8CVSS0.00213EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.30 views

CVE-2024-53107 fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()

In the Linux kernel, the following vulnerability has been resolved: fs/proc/taskmmu: prevent integer overflow in pagemapscangetargs The "arg-veclen" variable is a u64 that comes from the user at the start of the function. The "arg-veclen sizeofstruct pageregion" multiplication can lead to integer...

7.8CVSS0.00213EPSS
SaveExploits0References2
OSV
OSV
added 2024/07/12 12:37 p.m.21 views

CVE-2024-40994 ptp: fix integer overflow in max_vclocks_store

In the Linux kernel, the following vulnerability has been resolved: ptp: fix integer overflow in maxvclocksstore On 32bit systems, the "4 max" multiply can overflow. Use kcalloc to do the allocation to prevent this...

6.1AI score
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2024/04/02 11:40 p.m.28 views

CVE-2023-52631

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfsloadattrlist. The "size" comes from le32tocpuattr-res.datasize so it can't overflow on a 64bit systems but on 32bit systems the "+ 1023" can...

5.5CVSS7.2AI score0.00225EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/02 6:22 a.m.9 views

CVE-2023-52631 fs/ntfs3: Fix an NULL dereference bug

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfsloadattrlist. The "size" comes from le32tocpuattr-res.datasize so it can't overflow on a 64bit systems but on 32bit systems the "+ 1023" can...

5.5CVSS6.3AI score
SaveExploits0References8
CVE
CVE
added 2024/04/02 6:22 a.m.124 views

CVE-2023-52631

CVE-2023-52631 affects the Linux kernel NTFS3 path. The issue is a NULL dereference in ntfs_load_attr_list() caused by a 32-bit overflow in size calculation (le32_to_cpu(attr->res.data_size) + 1023), which can yield zero and make kmalloc return ZERO_SIZE_PTR, leading to a crash on memcpy. The ...

5.5CVSS6.3AI score0.00225EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/02 6:22 a.m.32 views

CVE-2023-52631

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfsloadattrlist. The "size" comes from le32tocpuattr-res.datasize so it can't overflow on a 64bit systems but on 32bit systems the "+ 1023" can...

5.5CVSS7.3AI score0.00225EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2024/04/02 12:00 a.m.27 views

CVE-2023-52631

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfsloadattrlist. The "size" comes from le32tocpuattr-res.datasize so it can't overflow on a 64bit systems but on 32bit systems the "+ 1023" can...

5.5CVSS6AI score0.00225EPSS
SaveExploits0References17
OSV
OSV
added 2022/01/06 6:15 a.m.2 views

DEBIAN-CVE-2022-22707

In lighttpd 1.4.46 through 1.4.63, the modextforwardForwarded function of the modextforward plugin has a stack-based buffer overflow 4 bytes representing -1, as demonstrated by remote denial of service daemon crash in a non-default configuration. The non-default configuration requires handling of...

5.9CVSS6.3AI score0.08969EPSS
SaveExploits1References1
Tenable Nessus
Tenable Nessus
added 2018/09/06 12:00 a.m.30 views

Debian DSA-4286-1 : curl - security update

Zhaoyang Wu discovered that cURL, an URL transfer library, contains a buffer overflow in the NTLM authentication code triggered by passwords that exceed 2GB in length on 32bit systems. See https://curl.haxx.se/docs/CVE-2018-14618.html for more information. C Tenable Network Security, Inc. The...

10CVSS7AI score0.11115EPSS
SaveExploits0References5
Prion
Prion
added 2018/07/31 10:29 p.m.27 views

Input validation

The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via CURLOPTUSERNAME...

4.4CVSS6.9AI score0.00593EPSS
SaveExploits0References12Affected Software1
NVD
NVD
added 2018/07/31 10:29 p.m.25 views

CVE-2016-8617

The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via CURLOPTUSERNAME...

7CVSS6.3AI score0.00593EPSS
SaveExploits0References12
Debian CVE
Debian CVE
added 2018/07/31 10:00 p.m.44 views

CVE-2016-8617

The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via CURLOPTUSERNAME...

7CVSS7.4AI score0.00593EPSS
SaveExploits0
Rows per page
Query Builder