Lucene search
+L

279 matches found

NVD
NVD
added 2026/09/12 12:17 a.m.17 views

CVE-2026-89266

stbvorbis through 1.22 contains a heap buffer overflow in startdecoder where the codebook multiplicands allocation size is truncated from sizet to int. Attackers can craft a malicious Ogg Vorbis file with large entries and dimensions values to trigger out-of-bounds writes, causing process crashes...

8.8CVSS0.00473EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/11 10:30 a.m.4 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.8CVSS7.7AI score0.25066EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/07 7:27 p.m.5 views

CVE-2026-27654

CVE-2026-27654 NGINX ngxhttpdavmodule における sizet アンダーフローによるヒープバッファオーバーフロー リモートDoS / 潜在的なRCE 説明 src/http/modules/ngxhttpdavmodule.c 内の ngxhttpdavcopymovehandler は、 Destination ヘッダのURIパスコンポーネントからロケーションプレフィックスの長さを引くことで、 宛先URIの長さを計算します。どちらの値も sizet unsigned 64-bit です。 宛先パスがロケーションプレフィックスより短い場合、減算結果は 0...

8.8CVSS7.6AI score0.25066EPSS
SaveExploits2
OSV
OSV
added 2026/09/04 4:18 p.m.3 views

AZL-99681 CVE-2026-80798 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: reject PDUs shorter than the LLCP header Every LLCP PDU begins with a two-byte header DSAP/SSAP + PTYPE, but the receive path never checked that a frame is at least LLCPHEADERSIZE bytes before parsing it. nfcllcprxskb...

5.9AI score0.00234EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/04 3:13 p.m.4 views

EUVD-2026-71235

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: bound the connectsn TLV walk to the skb Commit 27256cdb290e "nfc: llcp: bound SNL TLV parsing to the skb and add length checks" fixed the unbounded TLV walk in nfcllcprecvsnl, and commit d8bd2dedbde5 "nfc: llcp: fix OO...

5.4AI score0.00234EPSS
SaveExploits0References9
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-80798

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nfc: llcp: reject PDUs shorter than the LLCP header Every LLCP PDU begins with a two-byte header DSAP/SSAP + PTYPE, but the receive path never checked that a...

6.4AI score0.00234EPSS
SaveExploits0References2
Ubuntu
Ubuntu
added 2026/09/03 3:51 p.m.9 views

USN-8724-1: rabbitmq-c vulnerabilities

It was discovered that the rabbitmq-c command-line tools only accepted credentials on the command line, making them visible to other local users through the process list. An attacker could possibly use this to obtain sensitive credentials. This issue only affected Ubuntu 14.04 LTS, Ubuntu 16.04...

5.5CVSS6.5AI score0.00216EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/08/29 12:00 a.m.15 views

openSUSE 16 Security Update : wicked (openSUSE-SU-2026:21669-1)

The remote openSUSE 16 host has packages installed that are affected by multiple vulnerabilities as referenced in the openSUSE-SU-2026:21669-1 advisory. Changes in wicked: - Fix two OOB reads in nicaptureinspectudpheader and improve: - Reject packets with iplen ihl to avoid a sizet underflow of t...

5.4CVSS6.1AI score0.00183EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in imagemagick

The function WritePALMImage in /coders/palm.c uses sizet type conversions in several parts of the calculation. This could lead to values that are outside the range of the representable type unsigned long, resulting in undefined behavior when a malicious input file is processed by ImageMagick...

4.3CVSS6.5AI score0.01088EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.6 views

Astra Linux – Vulnerability in imagemagick

A vulnerability was discovered in ImageMagick. This security flaw manifests as undefined behaviors when using double to type as sizet in svg, mvg, and other code segments reoccurring bugs of CVE-2022-32546...

5.5CVSS6.5AI score0.00947EPSS
SaveExploits1References2
NVD
NVD
added 2026/08/22 4:16 p.m.13 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.23 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.13 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.25 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
NVD
NVD
added 2026/08/21 3:16 p.m.14 views

CVE-2026-50278

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.5CVSS0.00247EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/21 2:57 p.m.37 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.5CVSS0.00247EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/21 2:57 p.m.33 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.18 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.18 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.9 views

AZL-97512 CVE-2026-72854 affecting package lttng-tools 2.13.11-1

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.9AI score0.00113EPSS
SaveExploits0References1
Rows per page
Query Builder