| 제목 | SeaCMS 13.3 SQL Injection |
|---|
| 설명 | SQL Injection Leading to Remote Code Execution: A critical SQL injection vulnerability exists in the SeaCMS danmaku (bullet screen) system module. The vulnerable code is located in the 显示_弹幕列表() function within mysqli.class.php.
The 'page' and 'limit' parameters from user input ($_GET) are directly concatenated into the SQL query without any sanitization or proper parameterization. Although the application uses prepare() statement, the SQL string is constructed before the prepare call, making it completely ineffective against SQL injection attacks.
|
|---|
| 원천 | ⚠️ https://note-hxlab.wetolink.com/share/VFwALb6qhnTZ |
|---|
| 사용자 | yu22x (UID 34832) |
|---|
| 제출 | 2025. 12. 16. AM 02:23 (6 개월 ago) |
|---|
| 모더레이션 | 2025. 12. 21. AM 09:31 (5 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 337707 [SeaCMS 까지 13.3 mysqli.class.php page/limit SQL 주입] |
|---|
| 포인트들 | 20 |
|---|