-
Notifications
You must be signed in to change notification settings - Fork 138
20200309 Authenticated Comment XSS
Arjen van Bochoven edited this page Mar 9, 2020
·
1 revision
Authenticated Comment XSS - CVE-2020-10191
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.
- 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
comment
module to v2.2 - only possible when running MunkiReport 4.3.0RC2 or higher. - Or disable the
comment
module by removing it from theMODULES=
setting in the server config.
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL