| タイトル | z-9527 admin ≤ commit 72aaf2d SQL Injection |
|---|
| 説明 | A SQL injection vulnerability exists in Z-9527 Admin ≤ commit 72aaf2d at the /user/getUser endpoint, where the username query parameter is concatenated directly into a SQL statement without sanitization or parameterization. As a result, authenticated attackers can perform UNION-based SQL injection attacks, bypass the original query logic, and retrieve sensitive information from the database. The leaked data is reflected directly in the JSON response fields. Mitigations include 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-4 |
|---|
| ユーザー | Anonymous User |
|---|
| 送信 | 2026年02月14日 14:48 (2 月 ago) |
|---|
| モデレーション | 2026年02月25日 15:04 (11 days later) |
|---|
| ステータス | 重複 |
|---|
| VulDBエントリ | 347772 [z-9527 admin 1.0/2.0 user.js checkName/register/login/getUser/getUsers SQLインジェクション] |
|---|
| ポイント | 0 |
|---|