-
Notifications
You must be signed in to change notification settings - Fork 138
20200722 SQL Injection in softwareupdate module
Arjen van Bochoven edited this page Jul 22, 2020
·
1 revision
SQL Injection in softwareupdate module - CVE-2020-15887
The get_tab_data endpoint is vulnerable to a SQL Injection attack by an authenticated user. A SQL Injection could allow a malicious actor to perform arbitrary queries on the database. This could lead to data exfiltration or in some case, code execution.
- Version specific upgrade notes - https://github.com/munkireport/munkireport-php/wiki/How-to-Upgrade-Versions
- General upgrade documentation - https://github.com/munkireport/munkireport-php/wiki/General-Upgrade-Procedures
- Update the
softwareupdate
module to v1.6 - Or disable the
softwareupdate
module by removing it from theMODULES=
setting in the server config.
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL