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.
Published: 2026-08-11
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An asset upload endpoint in Cockpit CMS 2.6.0 permits authenticated users to upload files of any type, including executable PHP. The default configuration allows all extensions, and uploaded files are placed in a publicly accessible directory. A malicious user can therefore upload a PHP webshell and run arbitrary operating‑system commands, compromising confidentiality, integrity, and availability of the entire server.

Affected Systems

Vendor Cockpit CMS, Product Cockpit CMS. The vulnerability affects version 2.6.0; no other product versions are listed as affected in the available data.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity vulnerability. EPSS data is not available, but because the flaw requires an authenticated account and the upload endpoint is web accessible, an attacker with legitimate credentials can use any network location to upload a malicious file and trigger execution. The vulnerability is not listed in the CISA KEV catalog. In practice the attack is straightforward once a user is logged in, making the risk significant for organizations with open or broadly accessible manager accounts.

Generated by OpenCVE AI on August 11, 2026 at 16:58 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Cockpit CMS release that restricts file uploads and removes executable extensions from the default allowed list.
  • If an upgrade is not immediately possible, modify the allowed_uploads configuration to whitelist only safe file types such as .jpg, .png, and .pdf.
  • Place the upload directory outside the web root or secure it with .htaccess to prevent direct access to uploaded files.

Generated by OpenCVE AI on August 11, 2026 at 16:58 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Cockpit Cms
Cockpit Cms cockpit Cms
Vendors & Products Cockpit Cms
Cockpit Cms cockpit Cms

Tue, 11 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 11:30:00 +0000

Type Values Removed Values Added
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.
Title Cockpit CMS Cockpit CMS - Unrestricted File Upload
Weaknesses CWE-434
References
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Cockpit Cms Cockpit Cms
cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-11T15:18:53.132Z

Reserved: 2026-08-10T10:32:49.081Z

Link: CVE-2026-72557

cve-icon Vulnrichment

Updated: 2026-08-11T15:18:49.398Z

cve-icon NVD

Status : Received

Published: 2026-08-11T12:17:41.547

Modified: 2026-08-11T16:17:36.140

Link: CVE-2026-72557

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:54:39Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type