CWE 89
-
Greeting AIO,
Our organization has been leveraging Veracode to scan for- and remediate potential security flaws across all of our corporate websites. Your plugin was recently flagged by Veracode as a source for several ‘High Severity’ flaws (see below) and we are currently exploring options to remediate. This is a concern for us from a security perspective since we have paid for- and installed your plugin on all our websites.
We are reaching out to you to get your thoughts on their risk assessment of your software and to learn if there is anything we can do on our end to remediate, or if there are any plans to mitigate on your end:
CWE-89 – “Improper Neutralization of Special Elements used in an SQL Command (‘SQL Injection’)”
Read More: https://cwe.mitre.org/data/definitions/89.html1) plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database.php: 847
$query = $this->replace_table_engines( $query );
2) plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database.php: 850
$this->query( $query );
3) plugins/all-in-one-wp-migration/lib/vendor/servmask/database/class-ai1wm-database-mysql.php: 39
return mysql_query( $input, $this->wpdb->dbh );
Thanks!
- The topic ‘CWE 89’ is closed to new replies.