2 matches found
XWiki Platform vulnerable to SQL injection through getdeleteddocuments.vm template sort parameter
Impact It's possible for anyone to inject SQL using the parameter sort of the getdeleteddocuments.vm. It's injected as is as an ORDER BY value. One can see the result of the injection with...
XWiki Platform has an SQL injection in getdocuments.vm with sort parameter
Impact In getdocument.vm ; the ordering of the returned documents is defined from an unsanitized request parameter request.sort and can allow any user to inject HQL. Depending on the used database backend, the attacker may be able to not only obtain confidential information such as password hashe...