
CVE-2024-53677 취약점 분석 보고서
This repository contains documentation and lab artifacts prepared for analyzing CVE-2024-53677 in Apache Struts.
CVE-2024-53677 is a vulnerability in Apache Struts file upload handling. The issue occurs when filename-related metadata from the legacy FileUploadInterceptor is treated like a normal action parameter and then used in server-side path calculation. This repository was organized to keep the analysis report, screenshots, and local lab snapshot together for documentation and reproducibility.
docs/CVE-2024-53677_Analysis-Report.mddocs/assets/docker/docker/index.jspgit clone https://github.com/sangrok-jeon/CVE-2024-53677-Analysis.git
cd CVE-2024-53677-Analysis
Open:
docs/CVE-2024-53677_Analysis-Report.mdSee:
docs/assets/docker/.
|-- docker/
| |-- Dockerfile
| `-- index.jsp
|-- docs/
| |-- CVE-2024-53677_Analysis-Report.md
| `-- assets/
`-- README.md
docs/.Created by JSR for security research and lab-based CVE analysis.
This repository is intended for authorized security research and educational purposes only. Do not use it against systems without explicit permission.