mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
20 lines
944 B
Markdown
20 lines
944 B
Markdown
### [CVE-2024-38821](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-38821)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Spring WebFlux applications that have Spring Security authorization rules on static resources can be bypassed under certain circumstances.For this to impact an application, all of the following must be true: * It must be a WebFlux application * It must be using Spring's static resources support * It must have a non-permitAll authorization rule applied to the static resources support
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/masa42/CVE-2024-38821-POC
|
|
- https://github.com/mouadk/cve-2024-38821
|
|
- https://github.com/zhanpengliu-tencent/medium-cve
|
|
|