Lucene search
K

4729 matches found

Packet Storm
Packet Storm
added 2026/03/06 12:0 a.m.100 views

📄 psd-tools Denial of Service

When a specially crafted PSD file contains malformed RLE-compressed image data for example, a literal run extending beyond the expected row size, the internal decoderle function raises a ValueError in psd-tools, resulting in a denial of service condition...

5.8AI score
Exploits0
Packet Storm News
Packet Storm News
added 2026/03/06 12:0 a.m.0 views

Alkaid: Resilience to Edit Errors in Provably Secure Steganography Via Distance-Constrained Encoding

While provably secure steganography provides strong concealment by ensuring stego carriers are indistinguishable from natural samples, such systems remain vulnerable to real-world edit errors e.g., insertions, deletions, substitutions because their decoding depends on perfect synchronization and...

5.8AI score
Exploits0
NVD
NVD
added 2026/03/05 10:16 p.m.5 views

CVE-2026-29612

OpenClaw versions prior to 2026.2.14 decode base64-backed media inputs into buffers before enforcing decoded-size budget limits, allowing attackers to trigger large memory allocations. Remote attackers can supply oversized base64 payloads to cause memory pressure and denial of service...

7.5CVSS0.0017EPSS
Exploits0References3
EUVD
EUVD
added 2026/03/05 10:0 p.m.3 views

EUVD-2026-9936

OpenClaw versions prior to 2026.2.14 decode base64-backed media inputs into buffers before enforcing decoded-size budget limits, allowing attackers to trigger large memory allocations. Remote attackers can supply oversized base64 payloads to cause memory pressure and denial of service...

6.8CVSS5.9AI score0.0017EPSS
Exploits0References3
CVE
CVE
added 2026/03/05 10:0 p.m.8 views

CVE-2026-29612

OpenClaw versions prior to 2026.2.14 decode base64-backed media inputs into buffers before enforcing decoded-size budget limits, allowing remote attackers to trigger large memory allocations and cause memory pressure/denial of service. The vulnerability arises from decoding behavior leading to ex...

7.5CVSS5.9AI score0.0017EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2026/03/04 10:9 p.m.12 views

CVE-2026-29045

CVE-2026-29045 affects the Hono web framework used by IBM App Connect Enterprise/Certified Container. Prior to 4.12.4, using serveStatic with route-based middleware protections could bypass authorization due to a mismatch: the router decoded with decodeURI while serveStatic used decodeURIComponen...

9.8CVSS5.8AI score0.0005EPSS
Exploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2026/03/04 10:9 p.m.3 views

CVE-2026-29045 Hono: Arbitrary file access via serveStatic vulnerability

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without...

7.5CVSS5.8AI score0.0005EPSS
Exploits0References2
Cvelist
Cvelist
added 2026/03/04 10:9 p.m.19 views

CVE-2026-29045 Hono: Arbitrary file access via serveStatic vulnerability

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without...

7.5CVSS0.0005EPSS
Exploits0References2
OSV
OSV
added 2026/03/04 10:9 p.m.2 views

CVE-2026-29045 Hono: Arbitrary file access via serveStatic vulnerability

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without...

7.5CVSS5.7AI score0.0005EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2026/03/04 10:9 p.m.1 views

CVE-2026-29045

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.12.4, when using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without...

7.5CVSS5.8AI score0.0005EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2026/03/04 8:5 p.m.1 views

GHSA-WC8C-QW6V-H7F6 @hono/node-server has authorization bypass for protected static paths via encoded slashes in Serve Static Middleware

Summary When using @hono/node-server's static file serving together with route-based middleware protections e.g. protecting /admin/, inconsistent URL decoding can allow protected static resources to be accessed without authorization. In particular, paths containing encoded slashes %2F may be...

7.5CVSS6AI score0.00018EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2026/03/04 7:48 p.m.6 views

Hono vulnerable to arbitrary file access via serveStatic vulnerability

Summary When using serveStatic together with route-based middleware protections e.g. app.use'/admin/', ..., inconsistent URL decoding allowed protected static resources to be accessed without authorization. The router used decodeURI, while serveStatic used decodeURIComponent. This mismatch allowe...

9.8CVSS6AI score0.0005EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2026/03/04 7:36 p.m.27 views

CVE-2026-28435

CVE-2026-28435 affects the cpp-httplib single-file header-only library. Before 0.35.0, the library does not enforce a payload max length on decompressed request bodies when using HandlerWithContentReader with Content-Encoding: gzip (or other encodings). A small compressed payload can expand beyon...

7.5CVSS5.7AI score0.00085EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2026/03/04 12:0 p.m.3 views

RUSTSEC-2026-0076 Panic in Signature Hint Decoding During Verification

During ML-DSA verification the serialized hint values are decoded as specified in algorithm 22 HintBitUnpack of FIPS 204, subsection 7.1. The algorithm requires that the cumulative hint counters per row of the hint vector are strictly increasing and below a maximum value which depends on the choi...

8.7CVSS5.8AI score
Exploits0References3
RustSec
RustSec
added 2026/03/04 12:0 p.m.3 views

Panic in Signature Hint Decoding During Verification

During ML-DSA verification the serialized hint values are decoded as specified in algorithm 22 HintBitUnpack of FIPS 204, subsection 7.1. The algorithm requires that the cumulative hint counters per row of the hint vector are strictly increasing and below a maximum value which depends on the choi...

5.8AI score
Exploits0Affected Software1
Snyk
Snyk
added 2026/03/04 9:31 a.m.0 views

Integer Overflow or Wraparound

Overview Affected versions of this package are vulnerable to Integer Overflow or Wraparound when decoding malformed MQTT packets, due to improper validation of the Remaining Length. An attacker can cause the broker to misinterpret payloads as multiple MQTT control packets by sending malicious...

8.8CVSS5.8AI score0.00076EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2026/03/04 9:31 a.m.6 views

Apache ActiveMQ is Vulnerable to Integer Overflow or Wraparound

Apache ActiveMQ does not properly validate the remaining length field which may lead to an overflow during the decoding of malformed packets. When this integer overflow occurs, ActiveMQ may incorrectly compute the total Remaining Length and subsequently misinterpret the payload as multiple MQTT...

8.8CVSS6AI score0.00076EPSS
Exploits0References6Affected Software3
CNNVD
CNNVD
added 2026/03/04 12:0 a.m.2 views

Hono 安全漏洞

Hono is a web framework written in TypeScript for the Hono community. Versions of Hono prior to 4.12.4 contained security vulnerabilities. These vulnerabilities stemmed from inconsistent URL decoding when using serveStatic and routing-based middleware protections. This allowed paths containing...

9.8CVSS5.8AI score0.0005EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.6 views

Alibaba Cloud Linux 3 : 0040: freerdp (ALINUX3-SA-2026:0040)

The remote Alibaba Cloud Linux 3 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALINUX3-SA-2026:0040 advisory. Package updates are available for Alibaba Cloud Linux 3 that fix the following vulnerabilities: CVE-2026-22855: FreeRDP is a free...

9.1CVSS6.1AI score0.00115EPSS
Exploits3References4
Github Security Blog
Github Security Blog
added 2026/03/02 10:3 p.m.5 views

pypdf vulnerable to inefficient decoding of ASCIIHexDecode streams

Impact An attacker who uses this vulnerability can craft a PDF which leads to long runtimes. This requires accessing a stream which uses the /ASCIIHexDecode filter. Patches This has been fixed in pypdf==6.7.5. Workarounds If you cannot upgrade yet, consider applying the changes from PR 3666...

6.9CVSS5.8AI score0.00017EPSS
Exploits0References6Affected Software1
Rows per page
Query Builder