Hello,
1. Reflected Cross-Site Scripting (XSS)
Authenticated administrators can inject html/js code (there is no CSRF protection).
Method: POST
Vulnerable parameters: ipaddress
Example PHP callstack:
iqblockcountry_settings_tools [/iq-block-country/libs/blockcountry-settings.php:211]
Verification:
--
<input type="text" name="action" value="ipcheck" />
<input type="text" name="ipaddress" value='<img src=x onerror=alert(1) />'>
<input type="submit" />
</form>
--
--
Regards,
Marcin Probola,