CVE-2026-38993: Cockpit 2.13.5 and earlier is vulnerable to directory traversal via the Buckets component.
Cockpit 2.13.5 and earlier is vulnerable to directory traversal via the Buckets component. This vulnerability allows authenticated attackers to write files to arbitrary locations within the uploads directory or overwrite assets with malicious versions.
Authenticated users of Cockpit 2.13.5 and earlier may be able to place or overwrite files inside the uploads area through the Buckets component. The business risk is content tampering, malicious asset replacement, and service disruption, especially where many users have CMS access.
Executive priority
Treat as high priority for Cockpit deployments with multiple CMS users or internet-facing administration. It is not currently sourced as exploited, but the impact supports prompt inventory, access tightening, and vendor-guided remediation.
Technical view
CVE-2026-38993 is a CWE-22 directory traversal issue in Cockpit's Buckets component. Sources state authenticated attackers can write arbitrary locations within the uploads directory or overwrite assets. CVSS 3.1 is 8.1, reflecting low complexity, network reachability, low privileges, and high integrity and availability impact.
Likely exposure
Exposure is most likely on Cockpit installations running version 2.13.5 or earlier where authenticated users can access Buckets or upload assets. The source bundle lists no CPEs and uses n/a affected metadata, so asset matching may require manual product and version checks.
Exploitation context
No provided source or KEV status indicates active exploitation. The described attack requires authentication and affects file writes under uploads, making compromised CMS accounts, overprivileged editors, or exposed admin panels the main practical concern.
Researcher notes
The public record is specific about authenticated directory traversal through Buckets, but affected vendor/product metadata is incomplete and no exploit status is cited. Avoid assuming impact outside the uploads directory unless vendor or researcher sources confirm it.
Mitigation direction
Review Cockpit 2.14.0 release guidance and upgrade if it addresses this issue.
Restrict Buckets and upload permissions to trusted administrative users.
Audit CMS accounts for unnecessary write privileges.
Monitor uploads for unexpected paths, replacements, or new executable-looking assets.
Keep backups of uploads and static assets for clean restoration.
Validation and detection
Inventory Cockpit instances and identify versions 2.13.5 or earlier.
Confirm whether Buckets is enabled and who can use it.
Review uploads directory for unexpected nested paths or overwritten assets.
Check application logs for unusual authenticated upload or asset-write activity.
Verify vendor advisory status because affected metadata is incomplete.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.