Findings
- At over 32,000 lines of PHP this is an extremely large plugin meaning we won’t get to read as much of the codebase as we would for a smaller plugin
- Adding ?rwdbg=true to any URL will set the following options, which should never happen on a production site as it will give attackers a lot of useful information:
error_reporting( E_ALL );
ini_set( 'error_reporting', E_ALL );
ini_set( 'display_errors', true );
ini_set( 'html_errors', true );
- Communicates with rating-widget.com via HTTP, allowing interception and modification by MITM
Reason for the 'Use with caution' result
The plugin has been given this recommendation at the tester's discretion: