Hi,
Is it possible to manipulate the query string generated using the hidden or un-editable fields in the asp.net web page by an unauthorized user trying to exploit XSS vulnerability?Eg: We have a textbox txtUser with the maximum length property set to 15. This field is a read only field in the webpage and is used to construct the query string as belowhttp://localhost/MyApp/Code/ChangePasswd.aspx?UserId=XXX (XXX is the value from the textbox txtUser).
How is it possible for the hacker trying to exploit the XSS vulnerability on the web application to replace this value passed to the query string with the malicious jscript code?
Regards,
Anil