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.
Published: 2026-09-21
Score: n/a
EPSS: n/a
KEV: No
Impact: Cross Site Scripting
Action: Patch
AI Analysis

Impact

CuteNews v.2.1.2 copies the value of the Referer header into the response HTML without escaping during POST requests to index.php. This allows an attacker to inject arbitrary JavaScript that will run in the browsers of any users who view the affected page. Such injected scripts can hijack session cookies, perform malicious actions on behalf of users, or otherwise compromise the integrity and confidentiality of the site.

Affected Systems

CuteNews version 2.1.2 is the affected product. The index.php script processing POST requests is the source of the vulnerability.

Risk and Exploitability

An attacker can trigger the flaw by sending a crafted HTTP POST with a malicious Referer header to index.php. The payload is reflected directly into the page, so a user who loads the page will have the script executed. No CVSS or EPSS data are available, but XSS gives high risk to confidentiality and integrity. The CISA KEV catalog does not list this issue, and exploit probability information is not provided.

Generated by OpenCVE AI on September 21, 2026 at 16:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched version of CuteNews that encodes or removes the Referer header before including it in responses
  • Validate or whitelist the Referer header on the server side before inserting it into the HTML output
  • Apply a strong Content Security Policy to limit script execution and mitigate any remaining XSS vectors

Generated by OpenCVE AI on September 21, 2026 at 16:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 21 Sep 2026 16:45:00 +0000

Type Values Removed Values Added
Title Unescaped Referer Header Enables XSS in CuteNews v2.1.2
Weaknesses CWE-79

Mon, 21 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
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.
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-21T15:18:04.294Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-36470

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-21T16:17:07.970

Modified: 2026-09-21T16:17:07.970

Link: CVE-2026-36470

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T16:30:11Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')