This lab exercise reproduces the cache vulnerability (CVE-2017-7529) that occurs during the Nginx server's Range request handling process, and the actual behavior of the vulnerability
Vulnerability: Possible exposure of cached data due to an error in Nginx Range header handling
Impact: Sensitive data leakage from server cache files
Environment Setup and Execution
OS : Windows 10
Docker, Python
Create a folder in a specific directory
Create the Dockerfile, poc.py, and docker-compose.yml files