Re: [CVE-2019-10078] Apache JSPWiki Cross-site scripting vulnerability on Apache JSPWiki

2019-05-21 Thread Dirk Frederickx
Brian, The JSPWiki plugin environment does foresee some helper functions to help sanitizing the output of a plugin. But it is mostly up to the plugin (and the plugin author) to be cautious about the rendered html. Especially if the plugin is composing the html by means of string handling. Eg.

Re: [CVE-2019-10078] Apache JSPWiki Cross-site scripting vulnerability on Apache JSPWiki

2019-05-21 Thread Juan Pablo Santos Rodríguez
Hi Brian, the vulnerability involved some plugins' parameters not being sanitized before being used verbatim on the returned String, which could end up causing an XSS vulnerability. We did not sanitize them through plugin manager, so if your plugin uses its parameters on the result String,