CVE-2020-13155
Description
clearsystem.php in NukeViet 4.4 allows CSRF with resultant HTML injection via the deltype parameter to the admin/index.php?nv=webtools&op=clearsystem URI.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
CSRF in NukeViet 4.4 allows attackers to perform unauthorized actions like changing admin password or deleting logs via the clearsystem.php page.
CVE-2020-13155 describes a Cross-Site Request Forgery (CSRF) vulnerability in NukeViet CMS version 4.4. The flaw exists in the clearsystem.php component, which is accessible via the URI admin/index.php?nv=webtools&op=clearsystem. An attacker can craft a malicious request that, when triggered by an authenticated administrator, performs unintended actions such as HTML injection through the deltype parameter [1][2].
Exploitation requires the attacker to trick a logged-in admin into visiting a crafted page or link. No authentication is needed beyond the victim's existing session. The CSRF attack can modify the deltype parameter to inject arbitrary HTML, potentially leading to further attacks like cross-site scripting (XSS) if the injected content is rendered. Additionally, exploit code published publicly demonstrates how an attacker can change the admin password, create new admin users, or delete sensitive log files without the victim's knowledge [1].
The impact of successful exploitation is severe. An attacker can gain full administrative control of the NukeViet instance by changing the password of the primary admin account, or create new admin accounts for persistent access. They can also delete log files, covering their tracks and hindering forensic analysis. The HTML injection could be leveraged to execute scripts in the context of the admin interface, further compromising the site [1][2].
As of the publication date, no official patch or security release addressing this specific CSRF vulnerability has been identified. Users of NukeViet 4.4 are advised to implement CSRF protections, such as requiring a unique token for sensitive actions, or to upgrade to a later version if available. The vendor's website and GitHub repository indicate ongoing development, but no dedicated advisory for this CVE was found [3][4].
- OffSec’s Exploit Database Archive
- NVD - CVE-2020-13155
- GitHub - nukeviet/nukeviet: NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
- NUKEVIET CMS
AI Insight generated on May 21, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- NukeViet/NukeVietdescription
- ghsa-coords
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5- github.com/advisories/GHSA-7rw5-6pr4-fgh3ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2020-13155ghsaADVISORY
- nukeviet.vn/enghsaWEB
- nukeviet.vn/en/mitrex_refsource_MISC
- www.exploit-db.com/exploits/48489ghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.