| タイトル | pmTicket Project-Management-Software(https://github.com/issue-tracking-system/Project-Management-Software) commit : cd6e519d507cdd4d63061300bf60fb176e1f57e0 SQL Injection |
|---|
| 説明 | This vulnerability exists in the `setSync` function, which is reachable through the `https://github.com/issue-tracking-system/Project-Management-Software/blob/master/ajax/add_project.php` file. It occurs because arbitrary user input (`$_POST['conn_settings']`) is passed directly to the `setSync` method, where attacker-controlled values such as `hostname` and `username` are concatenated into SQL queries without proper sanitization or parameterized statements. This improper handling of user-supplied input enables an unauthenticated attacker to perform SQL injection, allowing unauthorized database query manipulation and potentially leading to information disclosure, authentication bypass, or further compromise of the application and underlying database.
|
|---|
| ソース | ⚠️ https://asciinema.org/a/1230576 |
|---|
| ユーザー | Allan Njuguna (UID 57480) |
|---|
| 送信 | 2026年07月24日 16:47 (2 月 ago) |
|---|
| モデレーション | 2026年09月23日 17:52 (2 months later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 409005 [pmTicket Project-Management-Software 迄 078fa56a782490c5059a0814f84df27984f4d7e2 /ajax/add_project.php setSync conn_settings SQLインジェクション] |
|---|
| ポイント | 19 |
|---|