-
Notifications
You must be signed in to change notification settings - Fork 138
20200722 XSS Filter Bypass On Comments
Arjen van Bochoven edited this page Jul 22, 2020
·
1 revision
XSS Filter Bypass On Comments - CVE-2020-15885
A malicious user of munkireport (admin, manager, etc.) could post a comment on a user's laptop, and wait for an administrator to view the comment, or find a way to entice them to do so. Once an administrator views the comment, arbitrary Javascript code would be executed in their browser, allowing the attacker to elevate their privileges or impersonate their victim to perform actions on the application.
- 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 v4.0 - 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