What could an "<img src=" XSS do?
Most WAFs when blocking XSS will block obvious tags like script and iframe, but they don’t block img.
Theoretically, you can img src=’OFFSITE URL’, but what’s the worse that can happen? I know you can steal IPs with it, but is that it?
…