### [CVE-2019-10770](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10770) ![](https://img.shields.io/static/v1?label=Product&message=io.ratpack%3Aratpack-core&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Cross-site%20Scripting%20(XSS)&color=brighgreen) ### Description All versions of io.ratpack:ratpack-core from 0.9.10 inclusive and before 1.7.6 are vulnerable to Cross-site Scripting (XSS). This affects the development mode error handler when an exception message contains untrusted data. Note the production mode error handler is not vulnerable - so for this to be utilized in production it would require users to not disable development mode. ### POC #### Reference - https://snyk.io/vuln/SNYK-JAVA-IORATPACK-534882 #### Github No PoCs found on GitHub currently.