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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2022-31692 PoC — VMware Spring Security 安全漏洞

Source
Associated Vulnerability
Title:VMware Spring Security 安全漏洞 (CVE-2022-31692)
Description:VMware Spring Security是美国威睿(VMware)公司的一套为基于Spring的应用程序提供说明性安全保护的安全框架。 VMware Spring Security 5.7.5之前的5.7.x版本和5.6.9之前的5.6.x版本存在安全漏洞,该漏洞源于可能容易受到通过转发或包含调度程序类型绕过授权规则的影响。
Description
Demonstration of CVE-2022-31692 authorization bypass in Spring Security
Readme
# CVE-2022-31692
A demonstration of a Spring Security authorization bypass.

See [CVE-2022-31692 Spring Security Authorization bypass](https://www.dontpanicblog.co.uk/2023/11/20/cve-2022-31692-spring-security-authorization-bypass/) on Don't Panic!
File Snapshot

[4.0K] /data/pocs/369a921061dccafbc6ef5b35bb4ab0c09a2c89fb ├── [1.1K] LICENSE ├── [2.6K] pom.xml ├── [ 247] README.md └── [4.0K] src ├── [4.0K] main │   ├── [4.0K] java │   │   └── [4.0K] org │   │   └── [4.0K] dontpanic │   │   └── [4.0K] cve202231692 │   │   ├── [ 331] Cve202231692Application.java │   │   ├── [ 303] ForwardController.java │   │   └── [1.4K] WebSecurityConfig.java │   └── [4.0K] resources │   ├── [ 82] application.properties │   └── [4.0K] static │   ├── [ 182] accessDenied.html │   ├── [ 317] index.html │   └── [ 231] restricted.html └── [4.0K] test └── [4.0K] java └── [4.0K] org └── [4.0K] dontpanic └── [4.0K] cve202231692 └── [ 224] Cve202231692ApplicationTests.java 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.