rootpwn

medium · CVSS v3 6.1

CVE-2026-36470

CuteNews v.2.1.2 is vulnerable to reflected XSS via the unescaped Referer header in index.php. Attackers can inject malicious scripts into t

Overview

CuteNews v.2.1.2 is vulnerable to reflected XSS via the unescaped Referer header in index.php. Attackers can inject malicious scripts into the page when a user submits a POST request. This flaw can compromise user sessions and deface the site.

Description

CuteNews v.2.1.2 is vulnerable to Cross Site Scripting (XSS) in index.php. The value of the "Referer" header is copied into the response HTML unmodified/unescaped during POST messages to index.php.

Impact

The vulnerability allows attackers to execute arbitrary JavaScript in the context of site visitors, potentially leading to session hijacking, credential theft, or defacement. Web administrators and end‑users are the primary targets.

Remediation

Apply the vendor‑supplied patch or upgrade to a newer version that sanitizes the Referer header. If an upgrade is not immediately possible, configure the web server to strip or encode the Referer header before it reaches the application, and implement output encoding for all user‑controlled data.

Risk context

The CVE has a medium severity (CVSS 6.1) and no EPSS data is available, indicating a moderate but not urgent risk. Defenders should prioritize patching or mitigation in a timely manner.

Affected products

  • CuteNews 2.1.2

Scores

Severity
medium
CVSS v2
4.3
CVSS v3
6.1
CVSS v4
EPSS

XSS CuteNews Referer input validation web security

← All CVEs