| Title | SeaCMS V13.3 SQL Injection |
|---|
| Description | 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 |
|---|
| Source | ⚠️ https://github.com/coolcj-stack/seacms-v13.3-sqli/blob/main/README.md |
|---|
| User | BlackSpdier (UID 89912) |
|---|
| Submission | 09/07/2025 16:05 (9 months ago) |
|---|
| Moderation | 09/18/2025 07:13 (11 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 324783 [SeaCMS up to 13.3 admin_members.php?ac=editsave ID sql injection] |
|---|
| Points | 20 |
|---|