Lucene search
+L

848 matches found

Kitploit
Kitploit
added 2026/09/16 3:30 a.m.9 views

log4j2-exploit

Log4Shell CVE-2021-44228 proof of concept Requirement Java JDK/JRE 8 or later version curl exploitable Simple spring boot application that serves a login page with user and password. It logs the user name when POSTed to /. It is not required for the application to log any user provided input...

10CVSS7.4AI score0.99999EPSS
SaveExploits370References2
Kitploit
Kitploit
added 2026/09/16 12:16 a.m.11 views

vmware_vcenter_cve_2020_3952

Proof of concept for CVE-2020-3952 This is a short piece of code that exploits of CVE-2020-3952, which is described in detail at the Guardicore Labs post over here. This vulnerability was published by VMware in April 2020 with a maximum CVSS score of 10.0. It allows an attacker with a network...

9.8CVSS8AI score0.90384EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/15 11:18 p.m.11 views

jndi-ldap-test-server

jndi-ldap-test-server This is a minimalistic LDAP server that is meant for test vulnerability to JNDI+LDAP injection attacks in Java, especially CVE-2021-44228. How to test vulnerability to CVE-2021-44228 1. Download the test server binary for your platform you can find all binaries under Release...

10CVSS7.5AI score0.99999EPSS
SaveExploits370References2
Kitploit
Kitploit
added 2026/09/15 9:03 p.m.4 views

shiro

CVE-2026-49268 — LDAP 注入认证绕过漏洞的分析与修复 | ---|--- 分支| 1.13-CVE-2026-49268 作者| Jinwoo Hwang https://JinwooHwang.com 此分支(1.13-CVE-2026-49268)包含对 Apache Shiro 1.13 版本中 LDAP 注入认证绕过漏洞的全面安全修复。 官方 NVD 描述 远程攻击者可以将 LDAP 特殊字符注入到 DefaultLdapRealm 类中的 可分辨名称(DN)构造过程中。用户提供的用户名输入被直接拼接到 LDAP DN 模板中,未对 RFC 2253...

9.1CVSS8AI score0.00494EPSS
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/15 8:36 p.m.6 views

CVE-2026-5050-Blind-LDAP-Injection-via-Unescaped-Filter

CVE-2026-5050 – Blind LDAP Injection via Unescaped Filter Program Code Python with ldap3 simulation root@kitploit: ldapserversim.py - Simulated LDAP authentication server from flask import Flask, request, jsonify app = Flaskname Fake user database USERS = 'admin': 'password': 'secret', 'role':...

7.5CVSS6AI score0.00206EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/15 8:30 p.m.6 views

CVE-2020-1958

CVE-2020-1958 PoC CVE-2020-1958 is high severity LDAP injection vulnerability in Apache Druid 0.17.0. It allows an attacker to bypass LDAP search filter and to retrieve any LDAP attribute values of users that exist on the LDAP server. From official Apache Druid advisory: When LDAP authentication ...

6.5CVSS6.8AI score0.04565EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 8:21 p.m.12 views

log4shell

Log4Shell CVE-2021-44228 — Research Report A self-contained technical report on Log4Shell , the critical Remote Code Execution vulnerability in Apache Log4j 2 disclosed in December 2021. Covers root cause analysis, the full attack chain, detection/mitigation guidance, and an end-to-end exploit...

10CVSS7.8AI score0.99999EPSS
SaveExploits370References1
Kitploit
Kitploit
added 2026/09/15 7:57 p.m.10 views

log4j-docker-vaccine

Log4j Docker Vaccine A containerized way to run the log4j vaccine offered by Cyberreason https://github.com/Cybereason/Logout4Shell Make it go Clone this repo: root@kitploit: git clone https://github.com/jeffbryner/log4j-docker-vaccine.git Edit the containers.env file to hold an accurate private ...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 5:20 p.m.7 views

securenvoy-cve-2024-37393

securenvoy-cve-2024-37393 负责任披露 针对CVE-2024-37393(SecurEnvoy MFA 9.4.513)的漏洞检查脚本。 用于检查LDAP注入的概念验证代码。 修复 漏洞已在SecurEnvoy MFA = 9.4.514中修复。 链接 https://www.optistream.io/blogs/tech/securenvoy-cve-2024-37393 作者 https://optistream.io...

9.8CVSS5.8AI score0.03304EPSS
SaveExploits2
NVD
NVD
added 2026/09/15 4:17 p.m.2 views

CVE-2026-55770

OpenBao is an open source identity-based secrets management system. Prior to 2.5.5, OpenBao used EscapeLDAPValue, an RFC 4514 distinguished-name escaping function, where RFC 4515 LDAP search-filter escaping was required in sdk/helper/ldaputil/client.go GetUserDN. With the LDAP authentication...

6.8CVSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/15 1:44 p.m.10 views

python-log4rce

Python Log4RCE An all-in-one pure Python3 PoC for CVE-2021-44228. Sample root@kitploit: python3 log4rce.py --target "linux" --payload "PAYLOAD" http -X POST --url "http://localhost:8080/" --data "address=" root@kitploit: INFO:HTTP:Running on local port 1337 INFO:HTTP:Remote target is...

10CVSS7.7AI score0.99999EPSS
SaveExploits370
Kitploit
Kitploit
added 2026/09/15 10:36 a.m.7 views

CVE-2021-44228-Log4j-lookup-Rce

0x01、Environment Jdk7u21 any version works Affected versions: Apache Log4j 2.x org.apache.logging.log4j log4j-core 2.11.1 Poc root@kitploit: import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; public class test2 private static Logger LOGGER = LogManager.getLogger;...

10CVSS7.8AI score0.99999EPSS
SaveExploits370
Kitploit
Kitploit
added 2026/09/15 8:49 a.m.5 views

CVE-2021-44228-PoC-log4j-bypass-words

🤝 Show your support - give a ⭐️ if you liked the content | SHARE on Twitter | Follow me on 🐱‍💻 ✂️ 🤬 LOG4J Java exploit - WAF and patches bypass tricks 📝 Description CVE-2021-44228 works on: log4j: 2.0 = Apache log4j = 2.14.1 Java version already patched: 6u211+, 7u201+, 8u191+, 11.0.1+. Windows...

10CVSS7.4AI score0.99999EPSS
SaveExploits370References1
Kitploit
Kitploit
added 2026/09/15 6:48 a.m.9 views

CVE-2020-9495

CVE-2020-9495 PoC CVE-2020-9495 is medium severity LDAP injection vulnerability in Apache Archiva versions before 2.2.5. It allows an attacker to retrieve any LDAP attribute values of users that exist on the LDAP server. From the official Apache Archiva advisory: By providing special values to th...

5.3CVSS6.2AI score0.08004EPSS
SaveExploits1References1
Nuclei
Nuclei
added 2026/09/15 5:39 a.m.125 views

SecurEnvoy Two Factor Authentication - LDAP Injection

Multiple LDAP injections vulnerabilities exist in SecurEnvoy MFA before 9.4.514 due to improper validation of user-supplied input. An unauthenticated remote attacker could exfiltrate data from Active Directory through blind LDAP injection attacks against the DESKTOP service exposed on the...

9.8CVSS5.8AI score0.03304EPSS
SaveExploits2References3
Kitploit
Kitploit
added 2026/09/15 4:11 a.m.7 views

CVE-2021-29156

CVE-2021-29156 概念验证工具 c 2021 GuidePoint Security Charlton Trezevant [email protected] 背景 今天,GuidePoint 很高兴发布一个针对 CVE-2021-29156 的功能性概念验证工具,该漏洞是 ForgeRock OpenAM v13.0.0 中的一个 LDAP 注入漏洞。此漏洞允许攻击者通过逐字符暴力破解攻击,从易受攻击的 OpenAM 服务器中提取多种信息(例如用户的密码哈希)。 使用方法 要使用此工具,只需调整 baseURL、proxy 和 user 变量,然后运行脚本。...

7.5CVSS7.5AI score0.76385EPSS
SaveExploits5References2
Kitploit
Kitploit
added 2026/09/14 9:13 p.m.9 views

vmware_vcenter_cve_2020_3952

CVE-2020-3952の概念実証 これは、CVE-2020-3952を悪用する短いコードです。この脆弱性の詳細は、Guardicore Labsの記事(こちら)で説明されています。 この脆弱性は、2020年4月にVMwareによって公開され、CVSSスコア最大10.0と評価されました。ネットワーク接続を持つ攻撃者がvCenterディレクトリ(ひいてはvSphereデプロイ)を制御できるようになります。 VMwareはこのバグの修正をvCenter Server 6.7 Update 3fでリリースしました。以前のバージョンからアップグレードされたパッチ未適用のvCenter...

9.8CVSS8.4AI score0.90384EPSS
SaveExploits20
Kitploit
Kitploit
added 2026/09/11 6:14 p.m.4 views

Triage-CVE-2021-44228-Log4Shell-Log4j-

Triage: CVE-2021-44228 Log4Shell / Log4j For this lab, the goal was to triage another well-known real-world vulnerability, Log4Shell, one of the most widely exploited vulnerabilities in recent years due to how common the affected library was across enterprise software. Step 1: Open the CVE in NVD...

10CVSS7.8AI score0.99999EPSS
SaveExploits370
Kitploit
Kitploit
added 2026/09/11 12:13 a.m.8 views

TPASLog4ShellPoC

TPAS Log4Shell PoC This repository contains a Proof of Concept PoC for the Log4Shell vulnerability CVE-2021-44228, developed as part of the coursework for the curricular unit TPAS in the Master's degree in Information Security at FCUP. It features: A React SPA frontend that simulates a generic...

10CVSS7.7AI score0.99999EPSS
SaveExploits370
Kitploit
Kitploit
added 2026/09/10 11:40 p.m.19 views

sample-ldap-exploit

sample-ldap-exploit A short demo of CVE-2021-44228 Build root@kitploit: $ mvn clean verify Run Attacker root@kitploit: $ java \ -cp 'attacker/target/sample-attacker.jar:attacker/target/lib/' \ sample.attacker.Attacker localhost 1389 sample.payload.Payload 8080 payload/target/sample-payload.jar...

10CVSS7.8AI score0.99999EPSS
SaveExploits370
Rows per page
Query Builder