In a series of my findings in SeedDMS Software. A quick update, SeedDMS is a opensource software in which I have found Vulnerabilities like RCE and XSS. This article is focused on the XSS finding, I had found in the latest version of SeedDMS. Lets get into the Exploitation part to see how it can be reproduced.
https://sourceforge.net/p/seeddms/code/ci/master/tree/CHANGELOG
- Login to the application and go to Groups Management in Admin tools.
- Now create a new group as hello<script>alert("group")</script>
- Now save it click on choose group to execute the JavaScript inserted above.
https://sourceforge.net/p/seeddms/code/ci/master/tree/CHANGELOG
Comments
Post a Comment