XSS Vulnerability
-
Hello. I had a security audit done in my website and they found a slight vulnerability in your plugin
Location: json-rest-api/lib/class-wp-json-server.php Line 298
echo '/**/' . $_GET['_jsonp'] . '(' . $result . ')';The identified code returns untrusted input from the user and renders it on a webpage without any validation.
All data originating from user input and displayed in the user’s browser should be properly encoded/escaped depending on the context in which that data is displayed (e.g. HTML tags, attributes, javascript).
Are there any plans to patch this in the near future? Otherwise I’d need to maintain this myself.
Thank you!
The topic ‘XSS Vulnerability’ is closed to new replies.