| Title | Crm42 SQL injection vulnerability in login function |
|---|
| Description | Crm42 does not filter the content entered by the user in the login function, resulting in a SQL injection vulnerability
Vulnerability source code location:
In crm42\class\class.user.php, at lines 920-922
The SQL statement executed by $sql, without any filtering, directly brings the user name and password into the database for query, and then returns the query result $result, resulting in an error reporting SQL injection vulnerability |
|---|
| Source | ⚠️ https://github.com/tholum/crm42/issues/1 |
|---|
| User | ace. (UID 34853) |
|---|
| Submission | 11/07/2022 07:12 (4 years ago) |
|---|
| Moderation | 11/11/2022 16:42 (4 days later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 213461 [tholum crm42 Login class.user.php user_name sql injection] |
|---|
| Points | 20 |
|---|