Katalog CVE

CVE-2026-41147

WysokieCVSS 8.7
Opublikowano: Zaktualizowano: Przetłumaczono: NVD NIST

Prawdopodobieństwo exploitacji (EPSS)

Niskie ryzyko
0.35%

Percentyl 27 - wyżej niż 27% wszystkich znanych CVE

Streszczenie

NukeViet CMS w wersjach 4.5.07 i wcześniejszych zawiera podatność na trwałe XSS spowodowaną niewystarczającą filtracją danych wejściowych po stronie serwera w klasie Request. Atakujący może wstrzyknąć złośliwy kod HTML/JavaScript, który jest przechowywany na serwerze i wykonywany w przeglądarce każdego użytkownika przeglądającego treść, bez konieczności uwierzytelniania.

Ocena ryzyka

Ryzyko obejmuje przejęcie sesji administratora lub moderatora poprzez kradzież ciasteczek, wykonanie nieautoryzowanych działań w imieniu ofiary, defacement strony oraz przekierowanie do złośliwych witryn phishingowych.

Rekomendacja

Należy natychmiast zaktualizować NukeViet CMS do wersji 4.5.08. Jeśli aktualizacja nie jest możliwa, należy wdrożyć filtrację HTML po stronie serwera w klasie Request, zastosować Content Security Policy (CSP) oraz ustawić flagę HttpOnly dla ciasteczek.

Powiązane podatności

Oryginalny opis (angielski, źródło NVD)

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.

Dane podatności pochodzą z NVD (NIST) · CISA KEV · EPSS