Lucene search
+L

277 matches found

Kitploit
Kitploit
added 2026/09/16 2:57 a.m.12 views

CVE-2026-16723

CVE-2026-16723 Exploit A standalone C++17 implementation for CVE-2026-16723 , a critical vulnerability affecting Fastjson versions 1.2.68 – 1.2.83. Requirements Linux or WSL on Windows C++17 compatible compiler GCC 7+ or Clang 5+ CMake 3.10 or newer System packages: libzip-dev zlib1g-dev Debian /...

9CVSS8.5AI score0.15989EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/16 1:23 a.m.6 views

cve-2019-14540-exploit

CVE-2019-14540 Exploit http://www.leadroyal.cn/?p=939 Environment limitation: This demo uses the jndi ldap exploitation method, so a low version less than 8u191 of the jdk is required. 1. Use marshalsec to create an ldap service on local port 1389, pointing to the http service on local port 8000...

9.8CVSS7.4AI score0.10763EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/16 1:09 a.m.7 views

fastjson-rce-lab

Fastjson 1.2.83 RCE Lab Environment CVE-2026-16723 Disclaimer: This lab is intended solely for security research, teaching demonstrations, and defense construction in authorized environments. Testing unauthorized targets without permission may be illegal; users bear all responsibility for the...

9CVSS8.3AI score0.15989EPSS
SaveExploits7
Kitploit
Kitploit
added 2026/09/16 12:17 a.m.7 views

CVE-2020-8840

CVE-2020-8840 Jackson-databind remote code execution vulnerability CVE-2020-8840 analysis and reproduction environment code. The project includes: jackson-databind, Fastjson payloads WebServer malicious class Compiled marshalsec-0.0.3-SNAPSHOT-all.jar Vulnerability Overview Jackson-databind remot...

9.8CVSS8.2AI score0.26587EPSS
SaveExploits5
Kitploit
Kitploit
added 2026/09/16 12:08 a.m.5 views

fastjson-1.2.58-rce

fastjson-1.2.58-rce need: root@kitploit: fastjson autoType is enabled h2 database and some jar . ├── fastjson-1.2.58.jar ├── h2-1.4.199.jar ├── jackson-annotations-2.9.8.jar ├── jackson-core-2.9.8.jar ├── jackson-databind-2.9.8.jar └── logback-core-1.3.0-alpha4.jar Download fastjson-1.2.58.jar...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 10:31 p.m.8 views

fastjson-tp1fn1

json.org CVE-2022-45688 true & false positive WTF ?? The project contains a fastjson dependency with CVE-2022-25845. The vulnerability occurs as markup in JSON is interpreted as Java beans, i.e. classes are instantiated and properties are set by executing setter methods. This is done using...

9.8CVSS7.3AI score0.18743EPSS
SaveExploits10
Kitploit
Kitploit
added 2026/09/15 7:43 p.m.5 views

Fastjson-1.2.47-rce

Fastjson-1.2.47-rce version1.2.51 Remote Command Execution 1.2.24 "b":"@type":"com.sun.rowset.JdbcRowSetImpl","dataSourceName":"rmi://localhost:1099/Exploit", "autoCommit":true Unknown version between 1.2.24-41...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/15 6:24 p.m.11 views

Fastjson--CVE-2017-18349-

Fastjson--CVE-2017-18349-Cancel changes After setting the project as a Maven project, run note: using a higher version of JDK may fail, it is recommended to use JDK version 1.8.65 Just run the main function of FastjsondemoApplication.java TouchFile.java file root@kitploit: import java.lang.Runtim...

10CVSS8.4AI score0.3897EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/15 5:56 p.m.10 views

0day

0day For reasons known to us, the original repository was deleted, but local repo were kept, forks and stars cleared But rest assured, it's still the original recipe, the original taste. In case of this issue,please Follow Me Education use only 中文 | English EXP, POC of various CMS, platforms,...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/15 5:18 p.m.7 views

fastjson-jsontype-rce-lab

Fastjson @JSONType remote-JAR/FD-chain lab and detection This repository now preserves two distinct Fastjson research tracks: modern-fd/ is the recommended, marker-only reconstruction of the Fastjson 1.2.83 single-body remote-JAR/file-descriptor chain on Spring Boot 3, normal embedded Tomcat and...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 4:17 p.m.7 views

CVE-2022-25845-In-Spring

CVE-2022-25845-In-Spring 主要依赖 1. jackson 2. commons-io 快速复现 1. idea导入项目 build mvn install 2. Dockerfile build && run docker build . 3. 运行src/test/java/POC.java 执行touch /tmp/pwned命令 利用说明 Step1: 把java.io.InputStream 加入 fastjson autotype 缓存 root@kitploit: "a": " "@type": "java.lang.Exception",...

9.8CVSS8.4AI score0.18743EPSS
SaveExploits6
Nuclei
Nuclei
added 2026/09/15 5:39 a.m.216 views

Fastjson Insecure Deserialization - Remote Code Execution

parseObject in Fastjson before 1.2.25, as used in FastjsonEngine in Pippo 1.11.0 and other products, allows remote attackers to execute arbitrary code via a crafted JSON request, as demonstrated by a crafted rmi-// URI in the dataSourceName field of HTTP POST data to the Pippo /json URI, which is...

10CVSS8.7AI score0.3897EPSS
SaveExploits2References6
Kitploit
Kitploit
added 2026/09/15 1:56 a.m.8 views

CVE-2020-10673

漏洞描述 近日,亚信安全网络攻防实验室跟踪到 jackson-databind 更新了1个jndi注入的黑名单类.如果在项目包中存在该类的jar包且JDK版本满足注入版本,则可以使用JNDI注入的方式导致远程代码执行.该类为 com.caucho.config.types.ResourceRef. 漏洞编号: CVE-2020-10673 Jackson内部编号2660 影响范围 jackson-databind = 2.10.3 fastjson = 1.2.66 修复建议 目前官方已发表修复补丁,可进入...

8.8CVSS7.2AI score0.08028EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 1:35 a.m.6 views

FastJson1.2.62-RCE

Fastjson=1.2.62 RCE 漏洞分析: https://www.cnblogs.com/tr1ple/p/12348886.html...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 7:38 p.m.5 views

fastjson-RCE

fastjson-v1.2.47-RCE Vulnerability Reproduction fastjson-1.2.47 == Resource Download: root@kitploit: 下载 http://repo1.maven.org/maven2/com/alibaba/fastjson/1.2.47/ 文档 https://github.com/alibaba/fastjson/wiki/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98 源码...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/14 7:38 p.m.8 views

fastjson-1.2.61-RCE

fastjson-1.2.61-RCE Ps: Officially, in https://github.com/alibaba/fastjson/blob/master/src/main/java/com/alibaba/fastjson/parser/ParserConfig.java, 0x7bddd363ad3998c6L i.e., 1.2.61 8925522461579647174 0x7bddd363ad3998c6L org.apache.commons.configuration.JNDIConfiguration was added to the blacklis...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/14 7:38 p.m.6 views

fastjson-1.2.60-rce

Fastjson = 1.2.60 Deserialization Vulnerability By Pass autoType Block List with 2 Gadgets JNDIConfiguration, OracleManagedConnectionFactory Gadgets root@kitploit: 经过测试,命中的4个文件都是可以利用的。 不过其中HikariConfig类就是前文提到的类,在最新版本被加入黑名单,JNDIConnectionPool类在42版本前就被加入黑名单了。 另外的两个类JNDIConfiguration和...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/13 11:57 p.m.8 views

CVE-2026-16723

CVE-2026-16723 Donate Support the maintenance of this project with PayPal or by scanning the QR code below. ⚡ Simple Usage Use this project only in safe and authorized environments such as: Local virtual machines Docker containers Isolated lab setups Authorized penetration testing environments...

9CVSS8.3AI score0.15989EPSS
SaveExploits35
Kitploit
Kitploit
added 2026/09/13 2:24 p.m.10 views

CVE-2019-17564-FastJson-Gadget

CVE-2019-17564 FastJson + SpringFramework Gadget for Dubbo 2.7.3 Our full write-up is available at https://www.checkmarx.com/blog/apache-dubbo-unauthenticated-remote-code-execution-vulnerability Note that this is not an exploit ; it is a POC gadget chain used in an exploit used to demonstrate...

9.8CVSS8.2AI score0.36513EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/13 11:02 a.m.8 views

FastjsonVulns

This repository does not have a README...

5.7AI score
SaveExploits0
Rows per page
Query Builder