What the vulnerability does
01Description
Unauthenticated SQL Injection in WordPress File Upload <= 5.1.7 versions.
CVSS base score
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
What the vulnerability does
Unauthenticated SQL Injection in WordPress File Upload <= 5.1.7 versions.
Explanation of Vulnerability in Simple Terms
The WordPress File Upload plugin through version 5.1.7 contains a SQL injection vulnerability in file upload handling. An attacker can inject malicious SQL commands through upload parameters without authentication. This allows reading sensitive database information and potentially modifying data. The vulnerability affects the entire site scope due to its network-accessible nature.
What an attacker can do
Read sensitive database information and potentially modify or delete data without authentication.
Potential impact on your site
Attackers can extract user credentials, posts, settings, and other database contents; data integrity is at risk.
Conditions required to exploit
Network access to the WordPress site; no authentication or user interaction required.
Key dates
External resources
Related vulnerabilities