Quantcast
Channel: Security
Viewing all articles
Browse latest Browse all 4737

any fix for Open redirection (DOM-based) issue on asp.net webresource.axd file?

$
0
0

When I scanned ASP.NET application using Burp Scanner Tool I got 'Open redirection (DOM-based)' issue in asp.net webresource.axd file. Please let me know if anyone experienced same issue, or if you have any idea or workaround can fix this issue.

Issue details are below:

Issue detail The application may be vulnerable to DOM-based open redirection. Data is read from document.location.pathname and written to the open() function of an XM`LHttpRequest object via the following statements:

var action = theForm.action || document.location.pathname, fragmentIndex = action.indexOf('#');
action = action.substr(0, fragmentIndex);
action = encodeURI(path) + action.substr(queryIndex);
xmlRequest.open("POST", action, true);

Please help!!! Thanks in advance!


Viewing all articles
Browse latest Browse all 4737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>