Demonstration of CVE-2022-31692 authorization bypass in Spring Security# 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!
[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