CVE-2026-72557
Received Received - Intake

Unrestricted File Upload in Cockpit CMS

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

Publication date: 2026-08-11

Last updated on: 2026-08-11

Assigner: 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Description

An unrestricted file upload vulnerability in Cockpit CMS 2.6.0 allows authenticated users to upload files of any extension including PHP scripts via the asset upload endpoint. The allowed_uploads configuration defaults to wildcard (*) and uploaded files are stored in a web-accessible directory. An attacker with any authenticated account can upload a PHP webshell and execute arbitrary OS commands on the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
cockpit_cms cockpit_cms 2.6.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

This is an unrestricted file upload vulnerability in Cockpit CMS 2.6.0. Authenticated users can upload files with any extension, including PHP scripts, through the asset upload endpoint. The system's default configuration allows all file types, and uploaded files are stored in a directory accessible via the web. This enables attackers to upload malicious PHP files like webshells and execute arbitrary commands on the server.

Detection Guidance

Check for unexpected PHP files in web-accessible directories, particularly in Cockpit CMS asset upload folders. Review server logs for uploads of non-standard file types. Use commands like 'find /path/to/webroot -name "*.php" -type f' to locate PHP files in upload directories.

Impact Analysis

An attacker with any authenticated account could exploit this to upload and execute malicious PHP scripts. This could lead to full server compromise, data theft, unauthorized access, or further network infiltration. The impact includes potential loss of sensitive data, system downtime, and compliance violations.

Compliance Impact

This vulnerability could lead to unauthorized access and data breaches, violating GDPR's data protection requirements and HIPAA's security rules. Organizations may face fines, legal penalties, and reputational damage due to non-compliance with these regulations.

Mitigation Strategies

Disable wildcard uploads in Cockpit CMS configuration by setting allowed_uploads to specific safe extensions. Restrict file upload permissions to prevent execution of uploaded scripts. Update Cockpit CMS to the latest version if available. Monitor for unauthorized file uploads and remove any suspicious files immediately.

Chat Assistant

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

EPSS Chart