SQL Injection in GitHub repository unilogies/bumsys prior to v2.0.2.
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/1b1dbc5a-df16-421f-9a0d-de83e43146c4 | issue tracking patch exploit third party advisory |
https://github.com/unilogies/bumsys/commit/6a328eb5bf9dbb44329a3df82e95683b77c4730d | patch |