dwisiswant0 / CVE-2020-9496

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2020-9496

Set-up Vulnerable Environment

▶ wget http://archive.apache.org/dist/ofbiz/apache-ofbiz-17.12.01.zip
▶ unzip apache-ofbiz-17.12.01.zip
▶ cd apache-ofbiz-17.12.01
▶ sh gradle/init-gradle-wrapper.sh
▶ ./gradlew cleanAll loadDefault
▶ ./gradlew "ofbiz --load-data readers=seed,seed-initial,ext"
▶ ./gradlew ofbiz # Start OFBiz

Open a browser and go to https://localhost:8443.

The default administrative account is username: admin password: ofbiz.

Proof of Concept

Using nuclei

> echo "https://localhost:8443" | nuclei -t cves/CVE-2020-9496.yaml

About