-
Notifications
You must be signed in to change notification settings - Fork 138
20200722 munki_facts XSS
Arjen van Bochoven edited this page Jul 22, 2020
·
2 revisions
munki_facts XSS - CVE-2020-15881
Stored cross-site scripting (XSS) is a client side vulnerability allowing arbitrary javascript execution based on arbitrary data sent directly to the client and executed by the browser. A malicious actor can send data to the application via the munki_facts module and once the administrator visits the munki_facts page will execute actions unbeknownst to the user.
- 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
munki_facts
module to v1.5 - Or disable the
munki_facts
module by removing it from theMODULES=
setting in the server config.
- General Upgrade Procedures
- How to Upgrade Versions
- Troubleshooting Upgrades
- Migrating sqlite to MySQL