SENG426-Team / vega-spring

0 stars 0 forks source link

Security Vulnerability: Application Error Disclosure #42

Closed isabellarojasg closed 2 years ago

isabellarojasg commented 2 years ago

GET: https://venus-front-backend.azurewebsites.net/api/venus/listfiles

This page contains an error/warning message that may disclose sensitive information like the location of the file that produced the unhandled exception. This information can be used to launch further attacks against the web application. The alert could be a false positive if the error message is found inside a documentation page.

SOLUTION: Review the source code of this page. Implement custom error pages. Consider implementing a mechanism to provide a unique error reference/identifier to the client (browser) while logging the details on the server side and not exposing them to the user