Skip to content

20200309 Authenticated Comment XSS

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

Authenticated Comment XSS - CVE-2020-10191

Description

A logged in admin can craft a special request using his admin session credentials to inject javascript into a comment field. The javascript can be used to extract data from another admin that is logged in.

Vulnerability: Versions of MunkiReport from 2.5.3 to 5.2.x are vulnerable

Mitigation

Update MunkiReport to the latest version (Preferred)

If updating to the latest version in not possible:

  • Update the comment module to v2.2 - only possible when running MunkiReport 4.3.0RC2 or higher.
  • Or disable the comment module by removing it from the MODULES= setting in the server config.
Clone this wiki locally