[CONC-175] Security vulnerabilities with load Created: 2016-04-28 Updated: 2016-04-29 Resolved: 2016-04-29 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 2.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Aysha Pervez | Assignee: | Georg Richter |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Prod |
||
| Description |
|
Hi, we are concerned about the security vulnerabilities with the load data local command. regards |
| Comments |
| Comment by Sergei Golubchik [ 2016-04-29 ] |
|
Yes, do not enable LOAD DATA LOCAL. Did you read the page you've referenced? The security issue with LOAD DATA LOCAL is that the server can read files on the client host. This is the main functionality of LOAD DATA LOCAL so to fix this issue you need to disable LOAD DATA LOCAL. |