Hi,
On Jira server 8.13.10,
if I run the following POST request on my jira instance
baseurl/secure/ForgotLoginDetails.jspa?forgotten=forgotPassword&username=testinvalid%00:&email=testinvalid
I get an error page with the stacktrace included, this stacktrace includes sql queries, version of tomcat, version of jira, various other jar file version, needless to say, having such information publicly available put our jira instance at risk.
The solution I did find was to supress the stacktrace from the soy template of the error 500 page.
at the file
[INSTALL]/atlassian-jira/templates/jira/errors/error500.soy
I comment the lines below
This does work, so my questions are as follows :
Thank you.