Cross-site scripting

|

Cross-site scripting (XSS) is a computer vulnerability usually found in web applications which allow code injection by malicious web users into the web pages viewed by other users. Examples of such code include HTML code and client-side scripts. An exploited … Read More

Cross-site request forgery

|

Cross-site request forgery, also known as one click attack or session riding and abbreviated as CSRF (Sea-Surf) or XSRF, is a kind of malicious exploit of websites. Although this type of attack has similarities to cross-site scripting (XSS), cross-site scripting … Read More

Cross-site cooking

|

In cross-site cooking, the attacker exploits a browser bug to send an invalid cookie to a server. Cross-site cooking is a type of browser exploit which allows a site attacker to set a cookie for a browser into the cookie … Read More