PoC for CVE-2018-12086 affecting various OPC UA stacks# CVE-2018-12086 PoC
https://nvd.nist.gov/vuln/detail/CVE-2018-12086
https://opcfoundation.org/SecurityBulletins/OPC%20Foundation%20Security%20Bulletin%20CVE-2018-12086.pdf
TL;DR: some OPC UA stacks are vulnerable to a stack overflow when decoding specially crafted requests.
## Build
`mvn clean package`
## Run
`java -jar target/stack-overflow-poc.jar <endpointUrl>`
[4.0K] /data/pocs/4a17885117bf3a23dff0615e010b5b82a5e5a032
├── [2.8K] pom.xml
├── [ 376] README.md
└── [4.0K] src
└── [4.0K] main
└── [4.0K] java
└── [4.0K] com
└── [4.0K] digitalpetri
└── [4.0K] opcua
└── [2.9K] StackOverflowPoc.java
6 directories, 3 files