What’s the impact of an attacker controlled image src? [duplicate]
Are there any security implications with allowing an attacker to set a URL for the src of an <img/>? For example:
<img src="http://evil.com" />
We use it for a profile image and we allow users to set the src to a URL… Continue reading What’s the impact of an attacker controlled image src? [duplicate]