Lucene search
+L

265 matches found

Kitploit
Kitploit
added 2026/08/24 1:21 a.m.2 views

CVE-2026-27654

CVE-2026-27654 NGINX ngxhttpdavmodule 堆缓冲区溢出,通过 sizet 下溢(远程DoS / 潜在RCE) 描述 src/http/modules/ngxhttpdavmodule.c 中的 ngxhttpdavcopymovehandler 通过从 Destination 头的 URI 路径组件中减去位置前缀长度来计算目标 URI 的长度。两个值都是 sizet(无符号 64 位)。当目标路径短于位置前缀时,减法会环绕到 0,从而产生巨大的 memcpy 长度,溢出 7 字节的堆分配并导致工作进程崩溃。 向使用 alias 映射的 DAV...

8.8CVSS0.21009EPSS
SaveExploits2
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74671

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

0.00177EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.20 views

CVE-2026-74671 ima: fix out-of-bounds read in xattr_verify()

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.9 views

EUVD-2026-64358

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattrverify The digest-length check in xattrverify mixes int and sizet: if xattrlen - sizeofxattrvalue-type - hashstart = iint-imahash-length sizeof yields sizet, so the usual arithmetic conversions...

5.5AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.12 views

PT-2026-79676

In the Linux kernel, the following vulnerability has been resolved: ima: fix out-of-bounds read in xattr verify The digest-length check in xattr verify mixes int and size t: if xattr len - sizeofxattr value-type - hash start = iint-ima hash-length sizeof yields size t, so the usual arithmetic...

5.4AI score0.00177EPSS
SaveExploits0References9
Kitploit
Kitploit
added 2026/08/21 9:16 p.m.1 views

CVE-2026-27654-PoC

CVE-2026-27654 – nginx ngxhttpdavmodule DAV Alias 路径处理 PoC 本仓库为 CVE‑2026‑27654 提供了一个概念验证(PoC)漏洞利用程序,这是 nginx 的 ngxhttpdavmodule 中的一个堆溢出漏洞。该缺陷源于处理带有特制 Destination 标头和基于 alias 的 location 的 MOVE/COPY 请求时发生的 size‑t 下溢。 ⚠️ 免责声明: 本工具仅用于经授权的安全研究和测试 。请仅对您拥有或已获得明确测试许可的系统使用。作者不对滥用行为承担任何责任。 🔥 漏洞概述...

8.8CVSS0.21009EPSS
SaveExploits2
CVE
CVE
added 2026/08/21 2:57 p.m.13 views

CVE-2026-50278

iccDEV versions prior to 2.3.2.1 contain a size_t underflow in CIccEmbedIO::Read8(), triggered when parsing ICC profiles that include icSigEmbeddedV5ProfileTag data with icSigEmbeddedProfileType payloads. The defect is an embedded-profile read issue that can lead to denial of service (availabilit...

6.5CVSS5.3AI score0.00247EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/21 2:57 p.m.8 views

CVE-2026-50278 iccDEV: CIccEmbedIO::Read8() size_t underflow

iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions prior to 2.3.2.1 have a CIccEmbedIO::Read8 sizet underflow. The issue arises due to an embedded-profile read defect when parsing ICC profiles containing icSigEmbeddedV5ProfileTag data with...

6.5CVSS5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/21 2:57 p.m.13 views

EUVD-2026-63990

iccDEV provides a set of libraries and tools for working with ICC color management profiles. Versions prior to 2.3.2.1 have a CIccEmbedIO::Read8 sizet underflow. The issue arises due to an embedded-profile read defect when parsing ICC profiles containing icSigEmbeddedV5ProfileTag data with...

6.5CVSS5.3AI score0.00247EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/20 7:17 p.m.5 views

DEBIAN-CVE-2026-72854

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.3CVSS5.8AI score0.00113EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2026/08/20 6:19 p.m.7 views

CVE-2026-72854

msgpackunpackerexpandbuffer in src/unpack.c, reached through the public msgpackunpackerreservebuffer API, computes its new buffer size using an unchecked sizet addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but the...

5.8CVSS5.7AI score0.00113EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/20 12:00 a.m.14 views

PT-2026-79110

msgpack unpacker expand buffer in src/unpack.c, reached through the public msgpack unpacker reserve buffer API, computes its new buffer size using an unchecked size t addition of the requested size and the amount already used. The doubling loop guards its own multiplication against overflow, but...

5.3CVSS5.6AI score0.00113EPSS
SaveExploits0References7
NVD
NVD
added 2026/08/15 6:22 a.m.6 views

CVE-2026-72367

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

8.8CVSS0.00582EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:56 a.m.31 views

CVE-2026-72367

Technical details about CVE-2026-72367 are not publicly provided in the supplied documents; monitor for updates.

8.8CVSS5.3AI score0.00582EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59266

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

5.4AI score0.00582EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72367 iomap: guard io_size EOF trim against concurrent truncate underflow

In the Linux kernel, the following vulnerability has been resolved: iomap: guard iosize EOF trim against concurrent truncate underflow iomap: fix zero padding data issue in concurrent append writes changed ioend accounting so that iosize tracks only valid data within EOF. This trims iosize when a...

8.8CVSS0.00582EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 5:54 a.m.28 views

CVE-2026-72226

CVE-2026-72226 concerns the Linux kernel’s batman-adv TT TVLV handling. A unicast TVLV contains the number of VLANs (u16) and multiplies it by 8 (batadv_tvlv_tt_vlan_data). This can overflow the 16-bit tt_vlan_len, invalidating safety checks for out-of-bounds access. The published fix switches to...

9.8CVSS5.8AI score0.00704EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/10 1:20 p.m.6 views

CVE-2026-68289

In the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipcrecvmsg and tipcrecvstream In tipcrecvmsg, the copy length is computed as: copy = mintint, dlen - offset, buflen; buflen is sizet but mintint, ... casts it to int. When buflen exceeds INTMAX e.g...

0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:02 p.m.7 views

EUVD-2026-55390

In the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipcrecvmsg and tipcrecvstream In tipcrecvmsg, the copy length is computed as: copy = mintint, dlen - offset, buflen; buflen is sizet but mintint, ... casts it to int. When buflen exceeds INTMAX e.g...

5.4AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.31 views

CVE-2026-68289 tipc: fix integer overflow in tipc_recvmsg() and tipc_recvstream()

In the Linux kernel, the following vulnerability has been resolved: tipc: fix integer overflow in tipcrecvmsg and tipcrecvstream In tipcrecvmsg, the copy length is computed as: copy = mintint, dlen - offset, buflen; buflen is sizet but mintint, ... casts it to int. When buflen exceeds INTMAX e.g...

0.00162EPSS
SaveExploits0References2
Rows per page
Query Builder