Lucene search
+L

355 matches found

Kitploit
Kitploit
added 2026/09/02 6:33 p.m.80 views

msmap

MSMAP Msmap is a Memory WebShell Generator. Compatible with various Containers, Components, Encoder, WebShell / Proxy / Killer and Management Clients. 简体中文 The idea behind I, The idea behind II, The idea behind III Feature WIP Function Dynamic Menu Automatic Compilation Generate Script...

5.5AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/31 6:10 p.m.6 views

Ciphey v0.12.1

➡️ Discord | Documentation ⬅️ Project ciphey ciphey is the next generation of decoding tools, built by the same people that brought you Ciphey. We fully intend to replace Ciphey with ciphey. ✨ You can read more about ciphey here https://skerritt.blog/introducing-ciphey/ ✨ How to Use The simplest...

5.9AI score
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-55893

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c SH floating-point decoders such as opFADD, opFMUL, and...

7.3CVSS6.4AI score0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/20 9:32 p.m.13 views

CVE-2026-55893 Capstone SH disassembler `set_reg_n` heap buffer overflow via crafted SH2A FPU bytecode

Capstone is a disassembly framework. In 6.0.0-Alpha9 and earlier, Capstone's arch/SH/SHDisassembler.c SH floating-point decoders such as opFADD, opFMUL, and opFSUB call setreg and setregn using shinfo.op.opcount without checking the fixed-size operands array. Repeated crafted instructions process...

7.3CVSS6.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/11 8:51 a.m.12 views

CVE-2026-73141

GHSA-xmcv-mjpv-x46q: Audio decoders: stack VLA exhaustion...

5.2AI score
SaveExploits0
EUVD
EUVD
added 2026/08/08 9:17 a.m.15 views

EUVD-2026-54775

In the Linux kernel, the following vulnerability has been resolved: libceph: fix two unsafe bare decodes in decodelockers decodelockers in clslockclient.c contains two bare decode operations that allow a malicious or compromised OSD to trigger slab-out-of-bounds reads: 1. cephdecode32p at the...

5.6AI score0.00399EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/07 8:16 p.m.7 views

AZL-95490 CVE-2026-65819 affecting package telegraf 1.31.0-28

gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an...

7.5CVSS5.9AI score0.00361EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/07 7:19 p.m.63 views

CVE-2026-65819 gopacket: Multiple layer decoders panic on crafted packets (out-of-bounds/underflow) enabling unauthenticated remote DoS via DecodingLayerParser

gopacket provides packet processing capabilities for Go. Through version 1.7.0, multiple layer decoders use attacker-controlled lengths, counts, or offsets before validating them against packet buffers, allowing a crafted packet decoded through DecodingLayerParser or DecodeFromBytes to trigger an...

7.5CVSS5.3AI score
SaveExploits0References5
NVD
NVD
added 2026/08/06 4:16 p.m.15 views

CVE-2026-53985

Ground Station prior to 0.6.0 contains an unauthenticated denial-of-service vulnerability in the Socket.IO server's servicecontrol event handler that allows any unauthenticated network peer to forcibly terminate the ground-station process by sending a single restartservice command. Attackers can...

8.7CVSS0.00381EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/08/04 6:56 p.m.13 views

pyasn1: python-pyasn1: pyasn1: Denial of Service via crafted ASN.1 OBJECT IDENTIFIER

A flaw was found in pyasn1, a Python library for Abstract Syntax Notation One ASN.1. The BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A remote attacker could exploit this by providing a specially crafted payload...

7.5CVSS5.5AI score0.00335EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2026/08/02 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-67288

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - FreeRDP before 3.29.0 contains a null pointer dereference vulnerability in smartcard cache request decoders that accept NULL NDR pointers for LookupName in...

8.7CVSS5.9AI score0.00346EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/31 4:17 a.m.23 views

CVE-2026-55497

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the built-in thumbnail and avatar image decoders limit compressed file size but do not limit decoded pixel dimensions, allowing an authenticated user to submit a small PNG, JPEG, or GIF that triggers an unbounded...

6.5CVSS0.00295EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/07/31 3:28 a.m.25 views

EUVD-2026-51392

Cloudreve is a self-hosted file management and sharing system. Prior to 4.17.0, the built-in thumbnail and avatar image decoders limit compressed file size but do not limit decoded pixel dimensions, allowing an authenticated user to submit a small PNG, JPEG, or GIF that triggers an unbounded...

6.5CVSS5.9AI score0.00295EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/27 4:16 p.m.10 views

GO-2026-5046 CPU exhaustion in Avro decoder in github.com/iskorotkov/avro/v2 and github.com/hamba/avro/v2

The Avro array and map decoders loop over an attacker-controlled block-count value without checking the underlying reader's error state inside the loop body. Reader.ReadBlockHeader returns the count as a Go int, which is 64-bit on amd64 and arm64 targets. A producer can declare a block of up to...

8.7CVSS5.8AI score0.00523EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/07/24 8:48 p.m.14 views

Cloudreve: Denial of Service - Image decompression / pixel bomb in thumbnail & avatar decoding crashes the server

Summary Cloudreve's built-in image processor decodes user-supplied images with Go's standard-library decoders image/png, image/jpeg, image/gif and guards only the compressed file size — never the decoded pixel dimensions. Go's decoders allocate a pixel buffer sized bytesPerPixel × width × height...

6.5CVSS6.1AI score0.00295EPSS
SaveExploits0References4Affected Software2
Positive Technologies
Positive Technologies
added 2026/07/24 12:00 a.m.23 views

PT-2026-64433

Name of the Vulnerable Software and Affected Versions Cloudreve versions prior to 4.17.0 Description Cloudreve contains an issue where the built-in image decoders for PNG, JPEG, and GIF formats limit only the compressed file size but do not restrict the decoded pixel dimensions. An authenticated...

6.5CVSS5.8AI score0.00295EPSS
SaveExploits0References6
Github Security Blog
Github Security Blog
added 2026/07/21 7:11 p.m.16 views

pyasn1: Uncontrolled resource consumption when converting decoded REAL values

Impact The univ.Real type converted its mantissa, base, exponent value to a Python float using exact big-integer exponentiation. A BER/CER/DER-encoded REAL value only a few bytes long can carry a very large exponent, causing this computation to attempt to materialize an astronomically large...

7.5CVSS5.3AI score0.00335EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/21 7:11 p.m.13 views

GHSA-8PPF-4F7H-5PPJ pyasn1: Quadratic complexity in OBJECT IDENTIFIER and RELATIVE-OID processing allows denial of service

Impact The BER/CER/DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs. A small crafted payload tens of kilobytes containing an OID with many arcs consumes seconds of CPU per decode call, allowing denial of service in any application tha...

7.5CVSS5.4AI score0.00335EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/14 4:40 p.m.45 views

CVE-2026-59885 pyasn1: Quadratic complexity in OBJECT IDENTIFIER and RELATIVE-OID processing allows denial of service

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per decode call and c...

7.5CVSS0.00335EPSS
SaveExploits0References3
AlpineLinux
AlpineLinux
added 2026/07/14 4:40 p.m.22 views

CVE-2026-59885

pyasn1 is a generic ASN.1 library for Python. Prior to 0.6.4, the BER, CER, and DER decoders process OBJECT IDENTIFIER and RELATIVE-OID values in quadratic time relative to the number of arcs, so a small crafted payload containing an OID with many arcs consumes excessive CPU per decode call and c...

7.5CVSS6.1AI score0.00335EPSS
SaveExploits0
Rows per page
Query Builder