Lucene search
+L

13777 matches found

Kitploit
Kitploit
added 2026/09/10 3:05 a.m.7 views

es_inject

CVE-2014-3120 Elastic Search Remote Code Execution This project demonstrates the CVE-2014-3120 vulnerability/misconfiguration. It allows you to read from and append to files on the system hosting ES, provided the user running ES has access to them. Notes This does not require a web server. Save i...

8.1CVSS7.4AI score0.88559EPSS
SaveExploits17
Kitploit
Kitploit
added 2026/09/10 3:05 a.m.5 views

CVE-2020-1938TomcatAjpScanner

CVE-2020-1938TomcatAjpScanner Batch scan for Tomcat AJP vulnerability Vulnerability Details On January 6, 2020, the National Information Security Vulnerability Sharing Platform CNVD included the Apache Tomcat file inclusion vulnerability CNVD-2020-10487, corresponding to CVE-2020-1938. Attackers...

9.8CVSS7.3AI score0.9927EPSS
SaveExploits51
Kitploit
Kitploit
added 2026/09/10 3:01 a.m.5 views

CVE-2020-25540

CVE-2020-25540 ThinkAdmin CVE-2020-25540 poc Since the directory traversal vulnerability is too limited, only the file reading function has been implemented. Please go easy on the criticism, and I appreciate your guidance. The logic is based on the PHP source code; the key is the encryption metho...

7.5CVSS7.1AI score0.75332EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/10 2:53 a.m.6 views

CVE-2020-16938

CVE-2020-16938 CVE-2020-16938 is a vulnerability that allows you to get unrestricted file read capabilities on the entire disk as unprivileged user. The bug was originally found and reported by my friend Jonas. His PoC can be found here. My version of the exploit consists of a bunch of Windows AP...

5.5CVSS6AI score0.02334EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 2:51 a.m.8 views

cpanel2shell-scanner

cpanel2shell-scanner A high-fidelity scanner for the cPanel/WHM authentication bypass tracked as CVE-2026-41940. It identifies vulnerable hosts without producing the false-negatives common to public proofs-of-concept and detections, and without triggering the account lockout and root-IP-allowlist...

9.8CVSS8.4AI score0.98527EPSS
SaveExploits75
Kitploit
Kitploit
added 2026/09/10 2:37 a.m.11 views

CVE-2024-2961-Remote-File-Read

CVE-2024-2961 Remote File Read This script demonstrates how to exploit a vulnerability in systems using the iconv library when it mishandles character encoding conversions, as described in CVE-2024-2961. It allows an attacker to read arbitrary files from the server by taking advantage of PHP filt...

7.3CVSS7.2AI score0.8833EPSS
SaveExploits18
Kitploit
Kitploit
added 2026/09/10 2:16 a.m.4 views

CVE-2025-30208-Series

CVE-2025-30208 & CVE-2025-31125 & CVE-2025-31486 1. Vulnerability Overview CVE-2025-30208, CVE-2025-31125 and CVE-2025-31486 are arbitrary file reading vulnerabilities in the Vite development server. These vulnerabilities allow an attacker to bypass access controls through specific URL parameters...

7.5CVSS6.8AI score0.74969EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/10 1:58 a.m.6 views

CVE-2024-48914

This post is a research article published by EQSTLab. Thanks toRajesh Sharma, who discovered this vulnerability. CVE-2024-48914 ★ CVE-2024-48914 Arbitrary File Read and DoS PoC ★ Description CVE-2024-48914 : vendure-ecommerce Arbitrary file read and DoS Vulnerability description: Vendure is an...

9.1CVSS8.1AI score0.60416EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2026/09/10 1:44 a.m.9 views

CVE-2006-3392

CVE-2006-3392 About the vulnerability A vulnerability has been reported in Webmin and Usermin, which can be exploited by malicious people to disclose potentially sensitive information. The vulnerability is caused due to an unspecified error within the handling of an URL. This can be exploited to...

5CVSS8AI score0.78286EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/10 1:42 a.m.5 views

poc-yaws-dav-xxe

XXE in Yaws web server CVE-2020-24379 Proof of concept Build test image: docker build -t vulnbe/yaws-pocs:xxe-dav-mod -f Dockerfile . and/or Run container docker run --rm -d -i -p 127.0.0.1:8000:8080 vulnbe/yaws-pocs:xxe-dav-mod Then run: root@kitploit: curl -i -s -k -X LOCK http://localhost:8000...

9.8CVSS8.2AI score0.03354EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/10 1:41 a.m.6 views

CVE-2019-18426

This was originally published on PerimeterX company's official Github through my work Github account. Eventhough this is my work - all rights and legal concerns belong to PerimeterX company. WhatsApp Vulnerabilities Disclosure - Open Redirect + CSP Bypass + Persistent XSS + FS read permissions +...

8.2CVSS7.8AI score0.67859EPSS
SaveExploits5References3
Kitploit
Kitploit
added 2026/09/10 1:40 a.m.4 views

imagemagick-lfi-poc

ImageMagick LFI PoC CVE-2022-44268 The researchers at MetabaseQ discovered CVE-2022-44268, i.e. ImageMagick 7.1.0-49 is vulnerable to Information Disclosure. When it parses a PNG image e.g., for resize, the resulting image could have embedded the content of an arbitrary remote file if the...

6.5CVSS5.8AI score0.89855EPSS
SaveExploits28
Kitploit
Kitploit
added 2026/09/10 1:36 a.m.7 views

CVE-2021-43798-poc

CVE-2021-43798-poc Grafana8.x Arbitrary File Read python CVE-2021-43798-poc.py http://152.136.149.237:3000 /etc/passwd...

7.5CVSS8.1AI score0.88503EPSS
SaveExploits45
Kitploit
Kitploit
added 2026/09/10 1:31 a.m.6 views

CVE-2021-42013

CVE-2021-42013 Description This script exploits CVE-2021-42013 to print file or/and execute command. This script is available for: Nmap Python Ruby Requirements Python python3 python3 Standard Library Ruby Ruby Ruby Standard Library Install root@kitploit: git clone...

9.8CVSS8AI score0.99992EPSS
SaveExploits190References2
Kitploit
Kitploit
added 2026/09/10 1:30 a.m.5 views

CVE-2021-43798

CVE-2021-43798 Grafana unauthorized arbitrary file reading vulnerability On December 4, 2021, a security researcher revealed an arbitrary file reading vulnerability in Grafana on the Internet. Unauthorized attackers can use this vulnerability to obtain sensitive files on the server. The...

7.5CVSS8.2AI score0.88503EPSS
SaveExploits45
Kitploit
Kitploit
added 2026/09/10 1:05 a.m.7 views

CVE-2026-21858

CVE-2026-21858 + CVE-2025-68613 - n8n Full Chain Unauthenticated Arbitrary File Read → Admin Token Forge → Sandbox Bypass → RCE Full unauthenticated RCE chain on n8n: 1. CVE-2026-21858 - Content-Type confusion → Arbitrary File Read 2. Read config + database → forge admin JWT 3. CVE-2025-68613 -...

10CVSS8.4AI score0.99105EPSS
SaveExploits46
Kitploit
Kitploit
added 2026/09/10 1:04 a.m.5 views

CVE-2025-31486-Simulation

Vite Path Traversal Lab CVE-2025-31486 A hands-on, containerized lab environment to simulate and exploit the Path Traversal vulnerability in Vite's development server, identified as CVE-2025-31486. 📖 About The Vulnerability This lab demonstrates a significant Path Traversal vulnerability found in...

5.3CVSS6.8AI score0.40175EPSS
SaveExploits7References1
Kitploit
Kitploit
added 2026/09/10 1:03 a.m.5 views

CVE-2026-33725

CVE-2026-33725 A proof-of-concept exploit for CVE-2026-33725, a Remote Code Execution and Arbitrary File Read via H2 JDBC INIT Injection in EE Serialization Import in Metabase. Vulnerable Versions Metabase Enterprise ≥ v1.47 and v1.54.22 Metabase Enterprise ≥ v1.54.0 and v1.54.22 Metabase...

7.2CVSS7.3AI score0.00763EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/10 12:59 a.m.7 views

CVE-2021-41277

CVE-2021-41277 MetaBase Arbitrary File Read A small script I wrote myself; it's not well written, so please feel free to point out any issues. Disclaimer : The techniques provided are for learning and reference testing only. Any direct or indirect losses caused by using the information provided i...

10CVSS7.1AI score0.97178EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/10 12:59 a.m.6 views

CVE-2026-34036

CVE-2026-34036 Proof-of-concept script for CVE-2026-34036 , an authenticated local file inclusion / LFI in Dolibarr. The issue is reachable through core/ajax/selectobject.php. An authenticated user can abuse the objectdesc parameter to make the application read arbitrary local files on the server...

6.5CVSS6AI score0.01464EPSS
SaveExploits3
Rows per page
Query Builder