Lucene search
+L

100 matches found

Kitploit
Kitploit
added 2026/09/14 12:55 p.m.7 views

spectre-attack-example

Spectre 攻击例程 2018年1月2日 CVE-2017-5753 和 CVE-2017-5715 "幽灵" Spectre 漏洞利用例子 这是什么? 我们把文本 "The Magic Words are Squeamish Ossifrage." 放在内存中, 然后我们试图利用漏洞读取他。如果系统易受到攻击, 那么你将在标准输出中看到相同的文本。 在本代码中, 如果 victimfunction 中的编译指令以严格的程序顺序执行, 则该函数只从 array1 0.. 15 中读取, 因为 array1 size = 16。但是, 执行时间超出读取时间是可能的。读取内存 byte...

5.6CVSS7.3AI score0.93838EPSS
SaveExploits13References3
OSV
OSV
added 2026/09/14 12:00 a.m.3 views

UBUNTU-CVE-2026-89634

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix ALIGN overflow in symlinkdata error context loop The check added by commit 7d9a7f1f96cd "smb/client: fix possible infinite loop and oob read in symlinkdata" compared the post-ALIGN length against the remaining...

9.1CVSS6AI score0.00702EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/12 12:24 p.m.7 views

SpeculativeExecutionAssessment

SpeculativeExecutionAssessment Evalúa un sistema para las vulnerabilidades de "ejecución especulativa" descritas en: CVE-2017-5715 branch target injection CVE-2017-5753 bounds check bypass CVE-2017-5754 rogue data cache load ADVERTENCIA: Asegúrese de que "Prefer 32-bit" no esté marcado en las...

5.6CVSS7.2AI score0.93838EPSS
SaveExploits14
RedhatCVE
RedhatCVE
added 2026/09/11 11:56 p.m.11 views

CVE-2026-89525

A flaw was found in the Linux kernel. A local attacker could craft a malicious Universal Disk Format UDF image to trigger an out-of-bounds read vulnerability in the udfgetpblockvirt15 function. This occurs when the system attempts to read a Virtual Allocation Table VAT index equal to the entry...

5.5CVSS5.7AI score0.00184EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.15 views

PT-2026-89741

A flaw was found in GStreamer's gst-plugins-good isomp4 plugin. When processing a specially crafted MP4 or MOV file containing CEA-608 closed-caption data, an integer overflow in 32-bit unsigned arithmetic can bypass a bounds check in the caption parser. This leads to an out-of-bounds heap read o...

4.4CVSS0.00123EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/07 3:17 a.m.10 views

CVE-2026-86314

Integer overflow in the source-bounds check in Memory::init src/runtime/Memory.cpp in Samsung walrus on all platforms allows a remote attacker to cause an out-of-bounds heap read and denial of service via a crafted WebAssembly module in which a 32-bit unsigned addition wraps around and bypasses t...

6.2CVSS0.00125EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2026/09/01 8:34 a.m.9 views

kernel: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()

A flaw was found in the Linux kernel's nfnetlinkcthelper component. This vulnerability, an out-of-bounds read, occurs in the nfnlcthelperdumptable function when a network connection tracking helper is removed during a dump operation, leading to a bypassed bounds check. A local attacker could...

7.1CVSS5.8AI score0.00132EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/28 6:49 a.m.9 views

EUVD-2026-67548

In the Linux kernel, the following vulnerability has been resolved: ntfs: fix u16 truncation of restart-area length check ntfscheckrestartarea validates that the $LogFile restart area and its trailing log client record array fit within the system page size: u16 raofs, ralen, caofs; ... ralen =...

5.9AI score0.0012EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/20 4:22 p.m.13 views

CVE-2026-74306

A flaw was found in the Linux kernel's vfio/qat driver. This vulnerability involves a race condition in the qatvfresumewrite function, where concurrent operations can bypass a critical bounds check. This allows data to be written beyond the intended memory area, potentially corrupting system...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/19 6:16 p.m.9 views

CVE-2026-55648

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS0.00401EPSS
SaveExploits0References4
CVE
CVE
added 2026/08/19 5:48 p.m.61 views

CVE-2026-55648

Root cause: In libfreerdp/codec/color.c, freerdp_image_copy_from_icon_data computes nWidth * nHeight * FreeRDPGetBytesPerPixel(format) in 32-bit arithmetic, which wraps for large dimensions (e.g., 32768×32768 at 32 bpp), bypassing the source bounds check before freerdp_image_copy_no_overlap reads...

6.1CVSS5.4AI score0.00401EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/19 5:48 p.m.17 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.6AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2026/08/19 5:48 p.m.11 views

CVE-2026-55648 FreeRDP: Integer Overflow in `freerdp_image_copy_from_icon_data` Bypasses Bounds Check

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.27.0, freerdpimagecopyfromicondata in libfreerdp/codec/color.c calculates nWidth multiplied by nHeight multiplied by FreeRDPGetBytesPerPixelformat in 32-bit arithmetic. A malicious RDP server can send a RAIL TSICONINFO...

6.1CVSS5.4AI score0.00401EPSS
SaveExploits0References4
Anthropic
Anthropic
added 2026/08/17 8:02 p.m.15 views

ANT-2026-MHV0A2SD · FreeType2 · Heap Buffer Overflow

heap-buffer-overflow medium Severity Claude medium · Security research firm medium · Maintainer - Discovered by Claude Mythos Preview REPORT Anthropic's analysis, sealed at approval. Disclosure to the maintainer was performed by Trail of Bits. ANT-2026-MHV0A2SD: Heap buffer overflow in Type 1...

6.1AI score
SaveExploits0
UbuntuCve
UbuntuCve
added 2026/08/15 6:22 a.m.9 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.8CVSS5.5AI score0.0054EPSS
SaveExploits0References10
CVE
CVE
added 2026/08/15 5:59 a.m.65 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.0054EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:59 a.m.30 views

CVE-2026-74394 RDMA/srpt: fix integer overflow in immediate data length check

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.6AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/08/15 5:59 a.m.20 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...

5.3AI score0.0054EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/08/15 5:57 a.m.13 views

EUVD-2026-59403

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix integer overflow in bpfmsgpopdata bounds check start and len are u32, so u64 last = start + len; evaluates start + len in 32-bit and wraps before storing it in last. The bounds check if start = offset + l || las...

5.5AI score0.00185EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.27 views

CVE-2026-68474 powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access()

In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufsmemmmapaccess spufsmemmmapaccess computes the local store offset as address - vma-vmstart, but bounds-checks it against vma-vmend instead of the local store size. On 64-bit, offset ...

7.8CVSS0.00164EPSS
SaveExploits0References8
Rows per page
Query Builder