CVE-2020-22765: NukeViet Cross-site Scripting via the editor in the News module
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.68969%
CWE
Published
5/24/2022
Updated
4/24/2024
KEV Status
No
Technology
PHP
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nukeviet/nukeviet | composer | = 4.4.0 | 4.4.01 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability manifests in the News module's editor interface. While exact code isn't available, XSS in CMS editors typically occurs in content handling functions that: 1) Accept()
HTML input 2) Fail()
to properly filter/escape dangerous elements 3) Store()
and display content without sanitization. The 'medium' confidence reflects lack of direct code access, but the pattern matches common editor XSS vulnerabilities where WYSIWYG content processing lacks adequate HTML
sanitization controls.