| タイトル | SeaCMS V13.3 SQL Injection |
|---|
| 説明 | A SQL injection vulnerability exists in SeaCMS v13.3.
The vulnerable parameter is `id` in `/admin_members.php?ac=editsave`.
An attacker can exploit this issue using a time-based blind SQL injection payload such as:
id=123 OR (SELECT 4554 FROM (SELECT(SLEEP(5)))tNAW)
Successful exploitation allows attackers to extract sensitive information from the database,
including usernames, password hashes, and configuration data.
The vulnerability has been confirmed using sqlmap with the following command:
sqlmap -r sql.txt -p id --dbms=mysql --level=5 --risk=3 --batch --random-agent
Test environment:
- Ubuntu 22
- Apache 2.4.62
- PHP 5.6.40
- MySQL 5.7.43
- SeaCMS v13.3 |
|---|
| ソース | ⚠️ https://github.com/coolcj-stack/seacms-v13.3-sqli/blob/main/README.md |
|---|
| ユーザー | BlackSpdier (UID 89912) |
|---|
| 送信 | 2025年09月07日 16:05 (9 月 ago) |
|---|
| モデレーション | 2025年09月18日 07:13 (11 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 324783 [SeaCMS 迄 13.3 admin_members.php?ac=editsave 識別子 SQLインジェクション] |
|---|
| ポイント | 20 |
|---|