CVE-2020-13155: NukeViet Cross-Site Request Forgery (CSRF)
8.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.37624%
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:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nukeviet/nukeviet | composer | = 4.4.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability occurs in the clearsystem.php
logic (accessed via admin/index.php?nv=webtools&op=clearsystem
). The exploit demonstrates that the deltype
parameter is passed unsanitized to nv_insert_logs()
(line 58 of clearsystem.php), which persists the input into logs. When viewed in the admin panel, this results in HTML injection. The absence of CSRF tokens in the form handler allows attackers to forge requests. While the exact function name processing the form isn't explicitly stated, nv_insert_logs
is directly implicated as the vulnerable logging mechanism.