Miggo Logo

CVE-2020-15883:
MunkiReport Managed Installs module Reflected Cross-Site Scripting (XSS) vulnerability

6.1

CVSS Score
3.1

Basic Information

EPSS Score
0.66248%
Published
5/24/2022
Updated
11/15/2023
KEV Status
No
Technology
TechnologyPHP

Technical Details

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package NameEcosystemVulnerable VersionsFirst Patched Version
munkireport/managedinstallscomposer< 2.62.6
munkireport/munkireportcomposer>= 2.5.3, < 5.6.35.6.3

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability stems from improper handling of URL parameters in the Managedinstalls module. The commit diff shows the vulnerable version used rawurldecode() on the parameters and passed them to the view, while the patched version introduced addslashes() and decodeURIComponent() to mitigate XSS. The listing function in managedinstalls_controller.php directly processes these untrusted inputs, making it the entry point for the vulnerability. The JavaScript changes further indicate the parameters were used in DOM contexts requiring proper escaping, which was missing in the vulnerable version.

Vulnerable functions

Only Mi**o us*rs **n s** t*is s**tion

WAF Protection Rules

WAF Rule

* *ross-Sit* S*riptin* (XSS) vuln*r**ility in t** m*n****inst*lls mo*ul* ***or* *.* *or MunkiR*port *llows r*mot* *tt**k*rs to inj**t *r*itr*ry w** s*ript or *TML vi* t** l*st two URL p*r*m*t*rs (t*rou** w*i** inst*ll** p**k***s n*m*s *n* v*rsions *r

Reasoning

T** vuln*r**ility st*ms *rom improp*r **n*lin* o* URL p*r*m*t*rs in t** M*n****inst*lls mo*ul*. T** *ommit *i** s*ows t** vuln*r**l* v*rsion us** `r*wurl***o**()` on t** p*r*m*t*rs *n* p*ss** t**m to t** vi*w, w*il* t** p*t**** v*rsion intro*u*** `**