Lucene search
+L

5018567 matches found

Kitploit
Kitploit
added 2026/09/10 9:49 a.m.6 views

react-cve-2025-55182

react-cve-2025-55182 This is a dump of malware and other suspicious junk I found on the server for my wedding website following the react server side rendering code execution exploit. Its a dinky digital ocean droplet running a fairly pedestrian next js app. The CVE:...

10CVSS7.7AI score0.99802EPSS
SaveExploits390
Kitploit
Kitploit
added 2026/09/10 9:49 a.m.6 views

AMSIext

AMSIext AMSIext is a Firefox and Chrome plugin that allows you to send any data stream from the browser to AMSI. AMSI is the way to communicate RAM memory with Windows Defender or any other endpoint security system. This means that while browsing the web, AMSIext will alert you to malicious...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 9:49 a.m.8 views

ShadowSteal

ShadowSteal | CVE-2021-36934 Pure Nim implementation for exploiting CVE-2021-36934, the SeriousSAM Local Privilege Escalation LPE. Not OPSEC safe.... yet ;. I do not claim credit for the discovery of this exploit. Quick Start Build with Docker Getting started with ShadowSteal is now easier than...

7.8CVSS8.1AI score0.67252EPSS
SaveExploits11
Kitploit
Kitploit
added 2026/09/10 9:48 a.m.8 views

auth-bypass-CVE-2025-40554

CVE-2025-40554 – SolarWinds Web Help Desk Auth Bypass PoC shodan Query root@kitploit: http.favicon.hash:"1895809524" Nuclei root@kitploit: nuclei -u https://TARGET:8443 -t CVE-2025-40554.yaml nuclei -l listtarget.txt -t CVE-2025-40554.yaml root@kitploit: pip install -r requirements.txt Usage Sing...

9.8CVSS8.5AI score0.58447EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/10 9:48 a.m.13 views

ioc2rpz

ioc2rpz™ makes your threat intelligence actionable Table of Contents Short Summary Overview ioc2rpz™ is a place where threat intelligence meets DNS Architecture Overview How to use ioc2rpz™ ioc2rpz™ web interface Protocol Support Port Summary UDP Port 53 TCP Port 53 DNS over TLS / DoT Port 853 DN...

5.9AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/10 9:48 a.m.11 views

CVE-2026-64560-Analysis

CVE-2026-64560 — Linux Kernel posix-cpu-timers non-leader exec race UAF Reproducer / PoC trigger verification : Linux & Android NDK This repository is intended solely for verifying patch status and for research/learning on your own test devices. It does not contain any privilege...

7.8CVSS6.8AI score0.00416EPSS
SaveExploits3References6
Kitploit
Kitploit
added 2026/09/10 9:47 a.m.5 views

CVE-2022-0185-Case-Study

CVE-2022-0185-Case-Study This case study is a result of an assignment of ECE 9069: Introduction to Hacking : https://whisperlab.org/introduction-to-hacking/ CVE-2022-0185 Overview CVE-2022-0185 is a heap-based buffer overflow flaw was found in the way the legacyparseparam function in the Filesyst...

8.4CVSS7.3AI score0.25151EPSS
SaveExploits11References5
Kitploit
Kitploit
added 2026/09/10 9:47 a.m.47 views

msdat

Quentin HARDY --- [email protected] [email protected] MSDAT MSDAT M icros oft SQL D atabase A ttacking T ool is an open source penetration testing tool that tests the security of Microsoft SQL Databases remotely. Usage examples of MSDAT: You have a Microsoft database listening remotely...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 9:46 a.m.153 views

rbcd-attack

Abusing Kerberos Resource-Based Constrained Delegation TL;DR This repo is about a practical attack against Kerberos Resource-Based Constrained Delegation in a Windows Active Directory Domain. The difference from other common implementations is that we are launching the attack from outside of the...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/10 9:46 a.m.4 views

CMSmap

CMSmap CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs. The main purpose of CMSmap is to integrate common vulnerabilities for different types of CMSs in a single tool. At the moment, CMSs supported by CMSmap are WordPress,...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 9:45 a.m.5 views

cve-2023-5217-poc

CVE-2023-5217: libvpx VP8 Encoding Heap Overflow PoC CVE-2023-5217 is an in-the-wild exploited libvpx vulnerability that was found by Clément Lecigne of Google's Threat Analysis Group to be targeting Chrome. This repo shows how to trigger CVE-2023-5217 in the browser using the WebCodecs and...

8.8CVSS8.1AI score0.49013EPSS
SaveExploits3References5
OSV
OSV
added 2026/09/10 9:45 a.m.3 views

PYSEC-2026-3940 weasyprint Has Server-Side Request Forgery (SSRF)

Summary urlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input. Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS
SaveExploits0References6
PyPA
PyPA
added 2026/09/10 9:45 a.m.4 views

Open WebUI: Server-side fetches reach blocked and internal hosts via unvalidated HTTP redirect targets

SummaryOpen WebUI protects server-side web fetches with two controls: the operator's list of excluded hosts, and a check that refuses private and internal addresses. Neither control was applied to the destination of an HTTP redirect. On a deployment where redirect following is enabled, any...

5CVSS0.00269EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/09/10 9:45 a.m.4 views

Open WebUI: Any authenticated user can hang the server via message deletion in a cyclic chat tree

SummaryChat histories are stored as an unvalidated JSON object. After a message is deleted, the code that picks the chat's new current message walked down the childrenIds links without recording where it had already been. Any account with the default user role could store a chat whose messages li...

6.5CVSS0.00305EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/09/10 9:45 a.m.4 views

weasyprint Has Server-Side Request Forgery (SSRF)

Summaryurlfetcher is WeasyPrint's documented mechanism for restricting resource loading - applications use it to block file://, internal hosts, etc. when rendering untrusted input.Two writepdf channels ignore the document's urlfetcher and build a fresh default URLFetcher instead. A restrictive...

6.2CVSS
SaveExploits0References6Affected Software1
PyPA
PyPA
added 2026/09/10 9:45 a.m.4 views

HTTPX2: Multipart part header injection via unvalidated file Content-Type and custom headers

SummaryHTTPX2 serializes the per-file Content-Type and custom headers supplied through the files= tuple API directly into the multipart/form-data body without validating custom header names or values. An attacker who can influence upload metadata passed to HTTPX2 can use CR or LF characters to...

5.3CVSS0.00261EPSS
SaveExploits0References8Affected Software1
PyPA
PyPA
added 2026/09/10 9:45 a.m.4 views

HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

SummaryHTTPX2 can automatically add a Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. The resulting HTTP/1.1 request contains both framing headers, which can create an ambiguous message boundary and enable request smuggling or connection...

5.6CVSS0.00221EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/09/10 9:45 a.m.2 views

PYSEC-2026-3877 Open WebUI: Any authenticated user can hang the server via message deletion in a cyclic chat tree

Summary Chat histories are stored as an unvalidated JSON object. After a message is deleted, the code that picks the chat's new current message walked down the childrenIds links without recording where it had already been. Any account with the default user role could store a chat whose messages...

6.5CVSS0.00305EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/10 9:45 a.m.3 views

PYSEC-2026-3834 ESPHome Device Builder Dashboard: Unauthenticated dashboard access via the HA add-on ingress site bound to all interfaces

Summary On the Home Assistant add-on, the dashboard serves a trusted ingress site that skips authentication because the supervisor authenticates the request upstream. That site was binding 0.0.0.0. The add-on runs in host network mode for mDNS, so binding all interfaces also bound the host's LAN...

8.8CVSS
SaveExploits0References7
OSV
OSV
added 2026/09/10 9:45 a.m.3 views

PYSEC-2026-3944 Windows ML CLI: CORS misconfig enables localhost RCE

Case Description: MSRC Notes: Attachments: 1 files attached 1 mp4 Summary: The vulnerability lies in the 'serve/cliapi.py' component of the 'winml-cli' project, which exposes all winml CLI commands over HTTP without authentication. Although it binds to localhost by default, it sets 'alloworigins'...

8.6CVSS0.00945EPSS
SaveExploits0References7
Rows per page
Query Builder