Server Status by Hostname/IP <= 4.6 - SQL Injection

2019-07-01 00:00
Ihor Voschyk

Strategic Overview

Status
Patched in 5.0
Affected Version<= 4.6
CVSS8.8High
CVECVE-2019-12570
View all Server Status by Hostname/IP vulnerabilities

Vulnerability Overview

A SQL injection vulnerability in the Xpert Solution "Server Status by Hostname/IP" plugin 4.6 for WordPress allows an authenticated user to execute arbitrary SQL commands via GET parameters.

Technical Analysis

REMEDIATION: Update to version 5.0, or a newer patched version --- IDENTIFIER: CWE-89 (Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')) The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

External References

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C