CWE-425Weakness · CWE-425

CVE-2026-13533

MEDIUM · 5.3 CVSS v3.1 Published 2026-06-29
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
62/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click 8 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A security vulnerability has been detected in agentejo Cockpit CMS up to 0.12.2. Affected by this issue is the function Spyc::YAMLLoad of the file /config/config.yaml of the component htaccess Handler. Such manipulation leads to files or directories accessible. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used. Configuration settings should be changed. The vendor was contacted early about this disclosure but did not respond in any way.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

Cockpit CMS versions up to 0.12.2 contain a vulnerability in the Spyc::YAMLLoad function used by the htaccess Handler when processing /config/config.yaml. The improper handling of YAML parsing allows attackers to access files or directories on the system, likely through path traversal sequences embedded in malicious YAML input.

MitigationUpgrade Cockpit CMS to a version beyond 0.12.2 that addresses this vulnerability. If no patched version exists, implement strict input validation on YAML files and restrict file access permissions to prevent unauthorized file system access.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Confirm Cockpit CMS installation
    Look for Cockpit CMS in your web application's directory structure, typically in the root folder where CMS packages are deployed. Check for known Cockpit files such as index.php, composer.json, or the /cockpit directory.
    Affected if Cockpit CMS is present in the environment
  2. Determine installed Cockpit CMS version
    Check the version file or composer.json in the Cockpit installation directory. Common locations include a version.php file, composer.json version field, or a /lib folder with version information.
    Affected if The installed version is 0.12.2 or any earlier version up to and including 0.12.2
  3. Locate the config.yaml file
    Navigate to the /config/config.yaml file within the Cockpit CMS installation directory. Verify this file exists and is readable.
    Affected if The config.yaml file exists and is accessible for parsing
  4. Verify htaccess Handler is processing YAML
    Examine the htaccess file and any PHP handler configuration that routes requests through the Spyc::YAMLLoad function when /config/config.yaml is accessed. Check if YAML parsing is triggered on user-controlled or external input.
    Affected if The htaccess Handler is configured to process config.yaml through Spyc::YAMLLoad without proper input sanitization
  5. Check file system permissions on config files
    Review file system permissions on the /config directory and config.yaml to determine if the web server user has read access to sensitive files outside the intended config scope.
    Affected if The web server process can read arbitrary files on the system due to overly permissive file access

You are affected if Cockpit CMS version 0.12.2 or earlier is installed and the htaccess Handler processes config.yaml through Spyc::YAMLLoad without proper input validation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Upgrade Cockpit CMS to a version beyond 0.12.2 that addresses this vulnerability. If no patched version exists, implement strict input validation on YAML files and restrict file access permissions to prevent unauthorized file system access.

Have this fixed Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-13533 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-13533 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data