Lucene search
+L

56 matches found

OSV
OSV
added 2025/02/27 2:7 a.m.10 views

CVE-2024-57973 rdma/cxgb4: Prevent potential integer overflow on 32bit

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...

5.5CVSS6.2AI score0.00231EPSS
Exploits0References14
CVE
CVE
added 2025/02/27 2:7 a.m.160 views

CVE-2024-57973

CVE-2024-57973 is a Linux kernel vulnerability in rdma/cxgb4 where 32‑bit systems could overflow when calculating gl->tot_len for a CPL pass/RS S header due to arithmetic of gl->tot_len + sizeof(struct cpl_pass_accept_req) + sizeof(struct rss_header). The issue is triggered by user-controll...

5.5CVSS5.6AI score0.00231EPSS
Exploits0References11Affected Software1
Cvelist
Cvelist
added 2025/02/27 2:7 a.m.22 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.00212EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/02/27 2:7 a.m.9 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.00212EPSS
Exploits0
OSV
OSV
added 2025/02/27 2:7 a.m.6 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 score0.00212EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/01/16 6:26 a.m.22 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.00213EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/12/02 3:26 p.m.14 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.002EPSS
Exploits0References4
NVD
NVD
added 2024/12/02 2:15 p.m.14 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.5CVSS0.002EPSS
Exploits0References2
Cvelist
Cvelist
added 2024/12/02 1:44 p.m.23 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...

0.002EPSS
Exploits0References2
OSV
OSV
added 2024/07/12 12:37 p.m.20 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...

7.8CVSS6.1AI score0.00277EPSS
Exploits0References9
RedhatCVE
RedhatCVE
added 2024/04/02 11:40 p.m.26 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
Exploits0References4
Debian CVE
Debian CVE
added 2024/04/02 6:22 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.5CVSS7.3AI score0.00225EPSS
Exploits0
OSV
OSV
added 2024/04/02 6:22 a.m.8 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 score0.00225EPSS
Exploits0References8
CVE
CVE
added 2024/04/02 6:22 a.m.115 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
Exploits0References5Affected Software1
UbuntuCve
UbuntuCve
added 2024/04/02 12:0 a.m.25 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.5CVSS6.2AI score0.00225EPSS
Exploits0References17
OSV
OSV
added 2022/01/06 6:15 a.m.1 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
Exploits1References1
Tenable Nessus
Tenable Nessus
added 2018/09/06 12:0 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
Exploits0References5
Prion
Prion
added 2018/07/31 10:29 p.m.24 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
Exploits0References12Affected Software1
NVD
NVD
added 2018/07/31 10:29 p.m.23 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
Exploits0References12
CVE
CVE
added 2018/07/31 10:0 p.m.170 views

CVE-2016-8617

CVE-2016-8617 affects libcurl’s base64 encoding path. The output buffer is allocated as insize * 4 / 3 + 4 without checks, which on 32‑bit user-space systems can wrap when input size reaches ≥1 GB. This under-allocated buffer may be overflowed as the full encoded data is written. Systems with 64‑...

7CVSS7.8AI score0.00593EPSS
Exploits0References12Affected Software1
Rows per page
Query Builder