A SQL injection vulnerability in softwareupdate_controller.php in the Software Update module before 1.6 for MunkiReport allows attackers to execute arbitrary SQL commands via the last URL parameter of the /module/softwareupdate/get_tab_data/ endpoint.
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://github.com/munkireport/munkireport-php/releases | third party advisory release notes |
https://github.com/munkireport/softwareupdate/releases | third party advisory release notes |
https://github.com/munkireport/munkireport-php/wiki/20200722-SQL-Injection-in-softwareupdate-module | third party advisory |
https://github.com/munkireport/munkireport-php/releases/tag/v5.6.3 | third party advisory release notes |