Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2010-1622 PoC — Spring Framework 代码注入漏洞

Source
Associated Vulnerability
Title:Spring Framework 代码注入漏洞 (CVE-2010-1622)
Description:Spring Framework是美国Spring团队的一套开源的Java、JavaEE应用程序框架。该框架可帮助开发人员构建高质量的应用。 Spring Framework存在代码注入漏洞,远程攻击者可利用特制jar文件URL的HTTP请求,执行任意代码。
Description
Spring-CVE-2010-1622
Readme
# Spring-CVE-2010-1622
File Snapshot

[4.0K] /data/pocs/b1391251a8ce34a8a868ee3faa11a16f8ff06b0a ├── [4.0K] cve-2010-1622-poc │   ├── [4.0K] META-INF │   │   ├── [ 128] MANIFEST.MF │   │   ├── [ 728] spring-form.tld │   │   └── [4.0K] tags │   │   └── [ 98] InputTag.tag │   └── [1.2K] poc.jar ├── [2.1K] pom.xml ├── [ 22] README.md └── [4.0K] src └── [4.0K] main ├── [4.0K] java │   └── [4.0K] com │   └── [4.0K] hhh │   ├── [4.0K] controller │   │   └── [ 490] HelloController.java │   └── [4.0K] pojo │   └── [ 641] User.java ├── [4.0K] resources │   └── [1.2K] springmvc.xml └── [4.0K] webapp └── [4.0K] WEB-INF ├── [ 152] success.jsp └── [ 957] web.xml 13 directories, 11 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.