CVE-2026-41147

Source
https://cve.org/CVERecord?id=CVE-2026-41147
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41147.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-41147
Aliases
Published
2026-05-22T21:45:21.190Z
Modified
2026-08-12T03:51:17.010221044Z
Severity
  • 8.7 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N CVSS Calculator
Summary
NukeViet CMS: Stored Cross-Site Scripting (XSS) via insufficient server-side input sanitization in Request class
Details

NukeViet CMS is a multi Content Management System. Versions 4.5.07 and prior contain 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). An attacker can inject malicious payloads which are stored server-side and executed in the browser of any user who views the content. Anyone viewing user-submitted content (such as administrators and moderators reviewing contact messages or comments) is impacted, and the vulnerability can be exploited by any anonymous visitor without authentication, with the Contact module used only as a proof of concept. Potential consequences include session hijacking through cookie theft, unauthorized actions performed under the victim's identity, defacement or redirection to phishing pages, and phishing attacks via manipulated email notifications. This issue has been fixed in version 4.5.08. If developers are unable to upgrade immediately, they should work around this issue by implementing server-side HTML sanitization in the Request class to strip or encode dangerous tags and attributes (e.g., <iframe>, srcdoc, event handlers like onerror/onload), enforcing a Content Security Policy (CSP) to restrict inline script execution, and set cookies with the HttpOnly flag to mitigate cookie theft via XSS.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-79"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41147.json"
}
References

Affected packages

Git / github.com/nukeviet/nukeviet

Affected ranges

Type
GIT
Repo
https://github.com/nukeviet/nukeviet
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Database specific
Show details
{
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "4.5.08"
        }
    ],
    "source": [
        "AFFECTED_FIELD",
        "REFERENCES"
    ]
}

Affected versions

3.*
3.0.05
3.0.06
3.0.07
3.0.08
3.0.12
3.1
3.1.00
3.1.01
3.1.02
3.1.03
3.2.00
3.3
3.4.02
4.*
4.0.00
4.0.01
4.0.02
4.0.03
4.0.05
4.0.06
4.0.07
4.0.09
4.0.10
4.0.11
4.0.12
4.0.13
4.0.14
4.0.15
4.0.16
4.0.17
4.0.18
4.0.21
4.0.22
4.0.26
4.1.01
4.1.02
4.2.02
4.3.00
4.3.02
4.3.03
4.3.04
4.3.05
4.3.06
4.3.07
4.3.08
4.4.00
4.4.01
4.4.02
4.5.00
4.5.01
4.5.02
4.5.03
4.5.04
4.5.05
4.5.06
4.5.07

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41147.json"