| 제목 | z-9527 admin ≤ commit 72aaf2d SQL Injection |
|---|
| 설명 | A SQL blind injection vulnerability exists in Z-9527 Admin ≤ commit 72aaf2d at the /user/register endpoint, where the username field in the request body is concatenated directly into a SQL statement without sanitization or parameterization. As a result, unauthenticated attackers can inject malicious SQL payloads using time-based blind-injection techniques to infer sensitive database information character-by-character through response-time analysis. This enables complete database enumeration, credential extraction, and potential privilege escalation. Mitigations include immediately replacing string concatenation with parameterized queries or prepared statements, implementing strict input validation and sanitization for all user-supplied parameters, applying the principle of least privilege to database connections, deploying web application firewalls with SQL injection detection rules, and conducting comprehensive security audits of all database query construction patterns across the codebase. |
|---|
| 원천 | ⚠️ https://github.com/CC-T-454455/Vulnerabilities/tree/master/z9527-admin/vulnerability-2 |
|---|
| 사용자 | Anonymous User |
|---|
| 제출 | 2026. 02. 14. PM 02:47 (2 개월 ago) |
|---|
| 모더레이션 | 2026. 02. 25. PM 03:04 (11 days later) |
|---|
| 상태 | 중복 |
|---|
| VulDB 항목 | 347772 [z-9527 admin 1.0/2.0 user.js checkName/register/login/getUser/getUsers SQL 주입] |
|---|
| 포인트들 | 0 |
|---|