Skip to content

20200309 Authenticated SQL injection

Arjen van Bochoven edited this page Mar 9, 2020 · 1 revision

Authenticated SQL injection - CVE-2020-10190

Description

A logged in admin can craft a special request using his admin session credentials to inject arbitrary SQL into a webquery. This can lead to reading records outside of the authorization of the admin - for instance when using Business Units. Using this special request, it is also possible to alter and delete arbitrary records.

Vulnerability: All versions of MunkiReport < 5.3.0 are vulnerable

Mitigation

Update MunkiReport to the latest version (Preferred)

If updating to the latest version in not possible:

Clone this wiki locally