CVE-2026-36470
Received Received - Intake

Cross Site Scripting (XSS) in CuteNews v2.1.2

Vulnerability report for CVE-2026-36470, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-21

Last updated on: 2026-09-21

Assigner: MITRE

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-21
Last Modified
2026-09-21
Generated
2026-09-21
AI Q&A
2026-09-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cute_news cute_news 2.1.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-36470 is a Cross Site Scripting (XSS) vulnerability in CuteNews version 2.1.2. It occurs in the index.php file where the Referer header value is inserted into the response HTML without proper sanitization during POST requests.

Detection Guidance

To detect this XSS vulnerability in CuteNews v2.1.2, inspect HTTP POST requests to index.php for unmodified Referer headers in responses. Check if the Referer value appears in the HTML output without proper escaping. Use browser developer tools or tools like Burp Suite to monitor requests and responses for this behavior.

Impact Analysis

This vulnerability allows attackers to inject malicious scripts into web pages viewed by users. If exploited, it could lead to theft of session cookies, account takeover, or defacement of the website.

Compliance Impact

XSS vulnerabilities can lead to unauthorized data access, violating GDPR's data protection requirements and HIPAA's security rules for protected health information. Organizations may face compliance penalties if such vulnerabilities are exploited.

Mitigation Strategies

Immediately update CuteNews to the latest patched version. If no patch is available, disable POST requests to index.php or implement input validation to sanitize the Referer header before including it in responses. Consider using a web application firewall to block malicious Referer headers.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-36470. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart