CVE-2026-36468
Received Received - Intake

Cross-Site Scripting (XSS) in CuteNews index.php

Vulnerability report for CVE-2026-36468, 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

Cross-site Scripting (XSS) in index.php in CuteNews v.2.1.2 allows remote unauthenticated attackers to supply an arbitrarily named URL parameter key, with part of its name containing any URL-encoded common XSS payload (such as "><script>alert(1)</script>).

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
cutenews cutenews 2.1.2

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Cross-site Scripting (XSS) vulnerability in CuteNews v2.1.2. It allows remote unauthenticated attackers to inject malicious scripts via URL parameters. The attacker can craft a URL with a parameter name containing an encoded XSS payload, which may execute when processed by the application.

Detection Guidance

To detect this XSS vulnerability in CuteNews v2.1.2, inspect network traffic for requests to index.php containing URL parameters with encoded payloads like %3E%3Cscript%3Ealert(1)%3C/script%3E. Check server logs for unusual parameter names with XSS patterns.

Impact Analysis

An attacker could exploit this to steal user sessions, deface websites, or perform actions on behalf of users. Since no authentication is required, any user visiting a maliciously crafted link could be affected. This may lead to data theft, unauthorized access, or malware distribution.

Compliance Impact

This XSS vulnerability could lead to unauthorized data access or modification, violating GDPR's integrity and confidentiality principles. For HIPAA, it may risk protected health information exposure. Non-compliance could result in fines or legal penalties under these regulations.

Mitigation Strategies

Immediately upgrade CuteNews to a patched version if available. If not, implement input validation to block URL parameters containing script tags or encoded equivalents. Apply web application firewall rules to filter malicious payloads.

Chat Assistant

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

EPSS Chart