Miggo Logo

CVE-2020-29315: "Cross-site scripting in ThinkAdmin"

5.4

CVSS Score
3.1

Basic Information

EPSS Score
0.42677%
Published
5/6/2021
Updated
2/1/2023
KEV Status
No
Technology
TechnologyPHP

Technical Details

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Package NameEcosystemVulnerable VersionsFirst Patched Version
zoujingli/thinkadmincomposer< 6.0.226.0.22

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability manifests in user management functionality where: 1) Input handlers accept unsanitized HTML in nickname fields (stored persistence) 2) Output rendering displays the unsanitized stored data. While exact code isn't available, the pattern matches common XSS vulnerabilities in MVC frameworks where user input isn't properly filtered before storage and output. The medium confidence comes from matching the vulnerability pattern to typical framework architecture rather than direct code analysis.

Vulnerable functions

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

WAF Protection Rules

WAF Rule

"T*ink**min v*rsion v* **s * stor** XSS vuln*r**ility w*i** *llows r*mot* *tt**k*rs to inj**t *n *r*itr*ry w** s*ript or *TML."

Reasoning

T** vuln*r**ility m*ni**sts in us*r m*n***m*nt *un*tion*lity w**r*: *) Input **n*l*rs ****pt uns*nitiz** *TML in ni*kn*m* *i*l*s (stor** p*rsist*n**) *) Output r*n**rin* *ispl*ys t** uns*nitiz** stor** **t*. W*il* *x**t *o** isn't *v*il**l*, t** p*tt