Skip to content

JavaScriptServlet causing noise in various bug bounty programs #157

Answered by forgedhallpass
kwwall asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @kwwall,

  1. they see it returning JavaScript source code and they are reporting that as the application's proprietary source code as being leaked

In case of applications that require an authenticated session to access the functionalities, the login filter should not allow access to resources (including to the CSRFGuard JS logic) for un-authenticated users. If this doesn't happen, less experienced hunters might think of it as a vulnerability.

Either way, this is client side JavaScript logic which is meant to be interpreted by client browsers. Everyone is welcome to analyze the JS code and look for vulnerabilities there :)

  1. Based on the JavaScriptServlet source code, it appears t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kwwall
Comment options

Answer selected by kwwall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants