Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. nukeviet/nukeviet
  4. ›
  5. CVE-2026-41147

CVE-2026-41147: NukeViet CMS: Stored Cross-Site Scripting (XSS) via insufficient server-side input sanitization in Request class

May 15, 2026

NukeViet CMS <= 4.5.08 contains a Stored Cross-Site Scripting (XSS) vulnerability caused by insufficient server-side input sanitization in the Request class. The application relies primarily on client-side filtering to sanitize HTML tags and attributes in user-submitted content, which can be bypassed by intercepting and modifying HTTP requests directly (e.g., using Burp Suite).

This affects any module or functionality that accepts user HTML input through the Request class. An attacker can inject malicious payloads such as <iframe srcdoc="&lt;img src=1 onerror=alert(document.cookie)&gt;"></iframe>, which are stored server-side and executed in the browser of any user who views the content.

Who is impacted:

  • Administrators and moderators who view user-submitted content (e.g., contact messages, comments, or any module using the Request class for HTML input).
  • The Contact module was used as a proof of concept, but the vulnerability is not limited to this module.
  • No authentication is required to exploit this vulnerability, making it accessible to any anonymous visitor.

Potential impact includes:

  • Session hijacking via cookie theft (for non-HttpOnly cookies)
  • Performing actions on the application under the victim’s identity
  • Defacement or redirection to phishing pages
  • Phishing attacks via manipulated email notifications

References

  • github.com/advisories/GHSA-64rr-pp78-62ww
  • github.com/nukeviet/nukeviet/commit/2a0860fbe22e2f6a3b90f802bf80b25e18699611
  • github.com/nukeviet/nukeviet/releases/tag/4.5.08
  • github.com/nukeviet/nukeviet/security/advisories/GHSA-64rr-pp78-62ww
  • nvd.nist.gov/vuln/detail/CVE-2026-41147

Code Behaviors & Features

Detect and mitigate CVE-2026-41147 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions up to 4.4.1

Solution

Unfortunately, there is no solution available yet.

Impact 8.7 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

packagist/nukeviet/nukeviet/CVE-2026-41147.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 06 Jun 2026 00:16:54 +0000.