Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-48118
Published:July 13, 2026
Updated:August 27, 2026
Reflected XSS in the Comment module via the "status_comment" URL parameter. The parameter accepts attacker-controlled base64-encoded HTML/JavaScript that is decoded server-side and rendered unescaped into the page. Compounded by a second flaw: the "checkss" anti-forgery token was derived from a site-wide static value ("NV_CACHE_PREFIX") instead of a per-session value, making the token reusable across all users and allowing the attack to be delivered via a simple crafted URL.
Affected Packages
nukeviet/nukeviet (PHP):
Affected version(s) >=dev-copilot/add-admin-future-interface-users-again <4.6.00
Fix Suggestion:
Update to version 4.6.00
nukeviet/nukeviet (PHP):
Affected version(s) >=dev-copilot/add-admin-future-interface-users-again <4.6.00
Fix Suggestion:
Update to version 4.6.00
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.4
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
PASSIVE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
LOW
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')