# N/A
## 概述
ASUSTOR ADM 3.1.0.RFQ3 版本的相册应用中的树列表功能存在 SQL 注入漏洞,该漏洞影响到通过 `photo-gallery/api/album/tree_lists/` URI 传递的 `album_id` 或 `scope` 参数。
## 影响版本
- ASUSTOR ADM 3.1.0.RFQ3
## 细节
攻击者可以通过操纵 `photo-gallery/api/album/tree_lists/` URI 中的 `album_id` 或 `scope` 参数,触发 SQL 注入漏洞。此漏洞可能导致敏感数据泄露、数据篡改或其他高级数据库操作。
## 影响
- 敏感数据泄露
- 数据库数据篡改
- 进一步的系统攻击可能
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | 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. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2018/CVE-2018-11511.yaml | POC详情 |
暂无评论