SQL Injection in GitHub repository unilogies/bumsys 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/37b80402-0edf-4f26-a668-b6f8b48dcdfb | patch third party advisory exploit |
https://github.com/unilogies/bumsys/commit/1b426f58a513194206d0ea8ab58baf1461e54978 | patch |