| Title | cxbsoft UrlShorting ≤v1.3.1 SQL Injection |
|---|
| Description | The vulnerability in question is a SQL Injection flaw found in the `update_go.php` file of the UrlShorting application, versions up to and including 1.3.1. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to the `update_go.php` file, where the `version` parameter is used in constructing a SQL query without proper sanitization. By injecting SQL commands like `1' where sleep(5);#`, the attacker can manipulate the SQL query to perform unauthorized actions, such as delaying the response for 5 seconds (indicative of a time-based SQL injection), potentially leading to data leakage, corruption, or unauthorized access to the database. |
|---|
| Source | ⚠️ https://note.zhaoj.in/share/6bz65C2dfgUk |
|---|
| User | glzjin (UID 59815) |
|---|
| Submission | 01/04/2024 12:12 (2 years ago) |
|---|
| Moderation | 01/14/2024 17:29 (10 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 250697 [CXBSoft Url-shorting up to 1.3.1 HTTP POST Request update_go.php Version sql injection] |
|---|
| Points | 20 |
|---|