Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2018-11776 PoC — Apache Struts 输入验证错误漏洞

Source
Associated Vulnerability
Title:Apache Struts 输入验证错误漏洞 (CVE-2018-11776)
Description:Apache Struts versions 2.3 to 2.3.34 and 2.5 to 2.5.16 suffer from possible Remote Code Execution when alwaysSelectFullNamespace is true (either by user or a plugin like Convention Plugin) and then: results are used with no namespace and in same time, its upper package have no or wildcard namespace and similar to results, same possibility when using url tag which doesn't have value and action set and in same time, its upper package have no or wildcard namespace.
Readme
# CVE-2018-11776 Docker container and POC exploit written in Go

You can build your own image and run it:

	docker build . -t your_image_name
	docker container run -it --rm -p 8080:8080 your_image_name

Or you just can pull the one I created with love for you:

	docker container run -it --rm -p 8080:8080 tuxotron/cve-2018-11776

Vulnerable application running on port 8080

To try the exploit you will need Go in your system. The systax is:

	exploit-cve-2018-11776 URL COMMAND

For instance, you can run something like:

	go run exploit-cve-2018-11776.go http://localhost:8080 "id"

This should output the *id* command result.

The exploit is a port to Go from the one written in python from this [repository](https://github.com/hook-s3c/CVE-2018-11776-Python-PoC)

Have fun!
File Snapshot

[4.0K] /data/pocs/57e77afcbe2b222f033983577e08fed4cfea53d8 ├── [ 124] Dockerfile ├── [1.3K] exploit-cve-2018-11776.go ├── [ 779] README.md └── [ 12M] ROOT.war 0 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →