SQL Injection in GitHub repository camptocamp/terraboard prior to 2.2.0.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
https://huntr.dev/bounties/a25d15bd-cd23-487e-85cd-587960f1b9e7 | exploit third party advisory patch |
https://github.com/camptocamp/terraboard/commit/2a5dbaac015dc0714b41a59995e24f5767f89ddc | third party advisory patch |