| 제목 | QCMS Qcms 6.0.6 SQL Injection |
|---|
| 설명 | QCMS 6.0.6 contains an unauthenticated SQL injection vulnerability in the content detail page. The detail route passes the URL path identifier to the self_Tmp() method in Lib/Config/Controllers.php without sufficient validation. At lines 352–353, the identifier is concatenated directly into SQL WHERE clauses through SetCond(). The framework function get_sql_cond() in Lib/Config/Db.php returns string-based conditions verbatim without parameterization. An unauthenticated remote attacker can inject SQL through the /index/detail/{id}.html endpoint, resulting in error-based or time-based SQL injection and unauthorized disclosure of database contents, including system configuration and potentially administrator password hashes. |
|---|
| 원천 | ⚠️ https://github.com/yukino06/CVE/issues/1 |
|---|
| 사용자 | Keep06 (UID 100675) |
|---|
| 제출 | 2026. 08. 24. AM 10:23 (28 날 ago) |
|---|
| 모더레이션 | 2026. 09. 20. PM 01:29 (27 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 408039 [QCMS 까지 6.0.6 Content Detail Page Controllers.php self_Tmp 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|