Skip to content

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

Description

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.

Vulnerable: Versions of MunkiReport from 2.5.3 to 5.6.2 are vulnerable

Mitigation

Update MunkiReport to the latest version (Preferred)

If updating to the latest version in not possible:

  • Update the softwareupdate module to v1.6
  • Or disable the softwareupdate module by removing it from the MODULES= setting in the server config.
Clone this wiki locally