| Título | SeaCMS V13.3 SQL Injection |
|---|
| Descripción | 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 |
|---|
| Fuente | ⚠️ https://github.com/coolcj-stack/seacms-v13.3-sqli/blob/main/README.md |
|---|
| Usuario | BlackSpdier (UID 89912) |
|---|
| Sumisión | 2025-09-07 16:05 (hace 9 meses) |
|---|
| Moderación | 2025-09-18 07:13 (11 days later) |
|---|
| Estado | Aceptado |
|---|
| Entrada de VulDB | 324783 [SeaCMS hasta 13.3 admin_members.php?ac=editsave ID inyección SQL] |
|---|
| Puntos | 20 |
|---|