hpcc-systems / Tombolo

Apache License 2.0
5 stars 4 forks source link

Burp Scan result (#2) - SQL Injection #67

Closed alfjjacob closed 4 years ago

alfjjacob commented 4 years ago

SQL injection vulnerabilities arise when user-controllable data is incorporated into database SQL queries in an unsafe manner. An attacker can supply crafted input to break out of the data context in which their input appears and interfere with the structure of the surrounding query.

/api/dataflow/save [id JSON parameter] /api/dataflowgraph/save [dataflowId JSON parameter] /api/hpcc/read/getData [fileName parameter] /api/report/read/associatedDataflows [type parameter] /sockjs-node [URL path filename]

alfjjacob commented 4 years ago

Added input validations on server side API's