Vulnerable Bludit 3.13.1 - Contains XSS vulnerability CVE-2021-35323. For educational purposes only.
105
WARNING: This is a deliberately vulnerable web application for educational purposes only. Do not deploy in a production environment.
This image contains CVE-2021-35323, a Cross-Site Scripting (XSS) vulnerability in the username field of the admin login page.
Exploit-DB: https://www.exploit-db.com/exploits/50529
docker run -d -p 8080:80 bludit-vulnerable:3.13.1
Then visit http://localhost:8080 to complete setup.
On the login page at /admin/login enter the following as the username (base64 encoded)**: YWRtaW4iPjxpbWcgc3JjPXggb25lcnJvcj1hbGVydCgxKT4=
**Dockerhub thinks the input is a real XSS attempt, so I encoded it with base64 to stop that. Decode with any method you want. I used https://www.base64encode.org/ to encode it.
Content type
Image
Digest
sha256:975ac6525…
Size
177.2 MB
Last updated
6 months ago
docker pull zerozer/bludit-vulnerable:3.13.1