security - what are the following attack strings trying to do? -


i have found few attack requests on web application.

mysite.com/login/auth;jsessionid=%22%20or%20%22d%22=%22d  mysite.com/login/auth;jsessionid=1%20and%2013=3%20--%20-  mysite.com/login/auth;jsessionid=c5c7348b296e4e39e84dd6b4bc93191d?alert(14721858.07197)<a>  mysite.com/login/auth;jsessionid=c5c7348b296e4e39e84dd6b4bc93191d?"style="x:expr/**/ession(alert(14721858.07267)) 

i appreciate if can tell help! thanks!

they probing url in several ways.

session prediction, (that looks this):
mysite.com/login/auth;jsessionid=%22%20or%20%22d%22=%22d mysite.com/login/auth;jsessionid=1%20and%2013=3%20--%20-

these links discuss that:
what vulnerability of having jsessionid on first request only
and this
testing session fixation

and, ui hijacking , encoded url hacking, discussed here:
three semicolon vulnerabilities

good luck that...


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -