Lucene search
+L

25 matches found

NVD
NVD
added 2026/08/15 6:22 a.m.12 views

CVE-2026-74394

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check immbuf-len is a user-controlled uint32t received from the network. Adding it to immdataoffset without overflow checking allows a malicious initiator to send...

9.8CVSS0.00547EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:22 a.m.5 views

UBUNTU-CVE-2026-74394

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: fix integer overflow in immediate data length check immbuf-len is a user-controlled uint32t received from the network. Adding it to immdataoffset without overflow checking allows a malicious initiator to send...

9.8CVSS5.5AI score0.00547EPSS
SaveExploits0References11
CVE
CVE
added 2026/08/15 5:59 a.m.32 views

CVE-2026-74417

CVE-2026-74417 affects the Linux kernel DRM/Radeon path, specifically the radeon_align_pitch() routine. The issue is an integer overflow in the alignment round-up and the final pitch calculation that can yield an invalid pitch or a zero-sized dumb buffer in radeon_mode_dumb_create(). The fix intr...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:59 a.m.17 views

CVE-2026-74417 drm/radeon: fix integer overflow in radeon_align_pitch()

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix integer overflow in radeonalignpitch radeonalignpitch has the same kind of overflow issue as the old amdgpu helper: both the alignment round-up add and the final 'aligned cpp' calculation can overflow signed int. ...

7.8CVSS5.6AI score
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:59 a.m.35 views

CVE-2026-74394

In the Linux kernel CVE-2026-74394, RDMA/srpt is affected by an integer overflow in the immediate data length check. The vulnerability occurs because imm_buf->len is a user-controlled uint32_t received from the network, and adding it to imm_data_offset without overflow checking can allow an in...

9.8CVSS5.4AI score0.00547EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:55 a.m.27 views

CVE-2026-72302

The CVE-2026-72302 entry documents a Linux kernel flaw in ASoC: SOF ipc3-control where sof_ipc3_control_update() used firmware-provided cdata->num_elems in arithmetic that could overflow on 32-bit platforms. This overflow could let cdata->rhdr.hdr.size comparisons pass with mismatched sizes...

7.8CVSS5.4AI score0.00177EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/15 12:00 a.m.7 views

PT-2026-72540

In the Linux kernel, the following vulnerability has been resolved: HID: bpf: Fix hid bpf get data range check hid bpf get data returns a pointer into the HID-BPF context data when the caller-provided offset and size fit inside ctx-allocated size. The current check adds rdwr buf size and offset...

5.3AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 1:19 p.m.5 views

UBUNTU-CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00168EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2026/05/28 3:53 a.m.18 views

SUSE CVE-2026-46062

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in rununpack volume boundary check The volume boundary check lcn + len sbi-used.bitmap.nbits uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References4
NVD
NVD
added 2026/05/27 2:17 p.m.20 views

CVE-2026-46062

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in rununpack volume boundary check The volume boundary check lcn + len sbi-used.bitmap.nbits uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use...

7.8CVSS0.00142EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/27 12:57 p.m.46 views

CVE-2026-46062

In the Linux kernel ntfs3 driver, CVE-2026-46062 arises from an integer overflow in run_unpack() where the volume boundary check uses raw addition (lcn + len) against sbi->used.bitmap.nbits. This can wrap for large lcn/len values, bypassing validation. A fix uses check_add_overflow() (consiste...

7.8CVSS5.8AI score0.00142EPSS
SaveExploits0References7Affected Software1
EUVD
EUVD
added 2026/05/27 12:57 p.m.20 views

EUVD-2026-32444

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in rununpack volume boundary check The volume boundary check lcn + len sbi-used.bitmap.nbits uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use...

5.8AI score0.00142EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/05/27 12:57 p.m.59 views

CVE-2026-46062 ntfs3: fix integer overflow in run_unpack() volume boundary check

In the Linux kernel, the following vulnerability has been resolved: ntfs3: fix integer overflow in rununpack volume boundary check The volume boundary check lcn + len sbi-used.bitmap.nbits uses raw addition which can wrap around for large lcn and len values, bypassing the validation. Use...

7.8CVSS0.00142EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.9 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Prevents ubuf size overflow. The ubuf size calculation may overflow, leading to under-sized allocations and potential memory corruption. Use the checkaddoverflow helper function to validate the size calculation...

7.8CVSS5.8AI score0.00127EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/01/13 2:01 p.m.4 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: fbcon: Fixed integer overflow in fbcondosetfont. Integer overflow vulnerabilities were addressed in fbcondosetfont, where font size calculations might cause overflow when handling user-controlled font parameters. These...

7.8CVSS6.5AI score0.00159EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68237

In the Linux kernel, the following vulnerability has been resolved: mtdchar: fix integer overflow in read/write ioctls The "req.start" and "req.len" variables are u64 values that come from the user at the start of the function. We mask away the high 32 bits of "req.len" so that's capped at U32MAX...

0.00183EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.14 views

SUSE CVE-2025-39967

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcondosetfont Fix integer overflow vulnerabilities in fbcondosetfont where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1...

6.1CVSS7.1AI score0.00159EPSS
SaveExploits0References26
NVD
NVD
added 2025/10/15 8:15 a.m.20 views

CVE-2025-39967

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcondosetfont Fix integer overflow vulnerabilities in fbcondosetfont where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1...

7.8CVSS0.00159EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/15 8:15 a.m.14 views

UBUNTU-CVE-2025-39967

In the Linux kernel, the following vulnerability has been resolved: fbcon: fix integer overflow in fbcondosetfont Fix integer overflow vulnerabilities in fbcondosetfont where font size calculations could overflow when handling user-controlled font parameters. The vulnerabilities occur when: 1...

8.5CVSS6.9AI score0.00159EPSS
SaveExploits0References35
EUVD
EUVD
added 2025/10/03 8:07 p.m.18 views

EUVD-2025-9599

Malicious code in bioql PyPI...

5.5CVSS7AI score0.0019EPSS
SaveExploits0References5
Rows per page
Query Builder