Hello,
We recently hired some consulting people to do a check on our site. They said we are vulnerable to XSS.
The remote web application appears to be vulnerable to cross site scripting (XSS)
This appears wherever SCREEN=ABCD is used as in
Store_Code=001
Action=ICST
Order=0
Screen=>"><script>alert(123)</script><"
Customer_Login=0
Customer_PasswordEmail=0
Customer_Password=0
Suggested fix was to make sure that inputs would be validated as characters A-Z a-z 0-9.
How and where does one do that? DO I have to do it on every page?
Thanks
Sam
We recently hired some consulting people to do a check on our site. They said we are vulnerable to XSS.
The remote web application appears to be vulnerable to cross site scripting (XSS)
This appears wherever SCREEN=ABCD is used as in
Store_Code=001
Action=ICST
Order=0
Screen=>"><script>alert(123)</script><"
Customer_Login=0
Customer_PasswordEmail=0
Customer_Password=0
Suggested fix was to make sure that inputs would be validated as characters A-Z a-z 0-9.
How and where does one do that? DO I have to do it on every page?
Thanks
Sam
Comment