CVE-2026-36467
Received Received - Intake

Unrestricted File Upload in CuteNews

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

Unrestricted Upload of File with Dangerous Type in core/modules/media.php in CuteNews v.2.1.2 allows remote authenticated users with access to the Media Manager panel to execute arbitrary code in the context of the web application, leading to remote server access by triggering a reverse shell.

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 2 associated CPEs
Vendor Product Version / Range
cutenews cutenews 2.1.2
cutenews cutenews 2.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-434 The product allows the upload or transfer of dangerous file types that are automatically processed within its environment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-36467 is an Unrestricted Upload of File with Dangerous Type vulnerability in CuteNews v2.1.2. It affects the core/modules/media.php file, specifically in the upload_from_inet function. The flaw allows remote authenticated users with Media Manager access to upload malicious PHP files via the 'Upload by URL' feature. Due to insufficient file validation, attackers can bypass security checks and execute arbitrary code on the server, potentially gaining remote access through a reverse shell.

Detection Guidance

Check for unauthorized PHP files in the CuteNews media upload directory, particularly files with suspicious names or extensions. Inspect server logs for requests to media.php with unusual parameters or file uploads from untrusted sources. Use tools like grep to search for reverse shell payloads in uploaded files or logs.

Impact Analysis

This vulnerability allows attackers to execute arbitrary code on your server if they have authenticated access to the Media Manager panel. They could upload a malicious PHP file disguised as a safe file type, then trigger it to gain control of the server via a reverse shell. This could lead to full system compromise, data theft, or further network infiltration.

Compliance Impact

This vulnerability could lead to severe compliance violations under GDPR and HIPAA. Unauthorized code execution may result in unauthorized access to personal or sensitive data, triggering mandatory breach notifications and potential fines. GDPR requires reporting data breaches within 72 hours, while HIPAA mandates strict controls over protected health information. Exploitation could compromise these requirements.

Mitigation Strategies

Immediately update CuteNews to the latest patched version. Disable the Media Manager panel for non-admin users. Implement strict file upload validation to block PHP and other executable files. Restrict access to the upload_from_inet function and monitor for suspicious file uploads.

Chat Assistant

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

EPSS Chart