| 제목 | Crm42 SQL injection vulnerability in login function |
|---|
| 설명 | 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 |
|---|
| 원천 | ⚠️ https://github.com/tholum/crm42/issues/1 |
|---|
| 사용자 | ace. (UID 34853) |
|---|
| 제출 | 2022. 11. 07. AM 07:12 (4 연령 ago) |
|---|
| 모더레이션 | 2022. 11. 11. PM 04:42 (4 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 213461 [tholum crm42 Login class.user.php user_name SQL 주입] |
|---|
| 포인트들 | 20 |
|---|