Miggo Logo

CVE-2022-3975: NukeView CMS vulnerable to Cross-site Scripting

6.1

CVSS Score
3.1

Basic Information

EPSS Score
0.23613%
Published
11/13/2022
Updated
1/29/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
nukeviet/nukevietcomposer< 4.54.5

Vulnerability Intelligence
Miggo AIMiggo AI

Miggo AIRoot Cause Analysis

The vulnerability report explicitly identifies filterAttr as the affected function. The commit diff shows: 1) Security checks were applied to raw attrSubSet[1] before HTML entity decoding, allowing encoded XSS payloads to bypass detection. 2) The patch moves unhtmlentities() before the data URL check and adds script tag filtering. The original flow made it vulnerable to encoded payloads in attributes, which matches the XSS vulnerability description. While other functions (filterTags) were modified in the commit, only filterAttr is explicitly called out in the CVE description as the vulnerable entry point.

Vulnerable functions

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

WAF Protection Rules

WAF Rule

Nuk*Vi*w *MS **s ***n *oun* to ** vuln*r**l* to *ross-sit* S*riptin*. *****t** *y t*is issu* is t** *un*tion *ilt*r*ttr o* t** *il* v*n*or/vin***s/nuk*vi*t/*or*/R*qu*st.p*p o* t** *ompon*nt **t* URL **n*l*r. T** m*nipul*tion o* t** *r*um*nt *ttrSu*S*

Reasoning

T** vuln*r**ility r*port *xpli*itly i**nti*i*s `*ilt*r*ttr` *s t** *****t** *un*tion. T** *ommit *i** s*ows: *) S**urity ****ks w*r* *ppli** to r*w `*ttrSu*S*t[*]` ***or* *TML *ntity ***o*in*, *llowin* *n*o*** XSS p*ylo**s to *yp*ss **t**tion. *) T**