CVE-2026-29205: Arbitrary File Read via cpdavd Endpoints

CVE-2026-29205: Arbitrary File Read via cpdavd Endpoints

The National Vulnerability Database has detailed CVE-2026-29205, a high-severity vulnerability (CVSS 8.6) stemming from incorrect privilege management and insufficient path filtering. This flaw allows an attacker to read arbitrary files on a server by exploiting the cpdavd attachment download endpoints. The core issue lies in how the application handles file paths and user permissions, creating a critical exposure.

This isn’t just a theoretical bug. Arbitrary file read vulnerabilities are gold for attackers. They can be leveraged to exfiltrate sensitive configuration files, source code, user data, or even keys. While the National Vulnerability Database does not specify affected products, the cpdavd reference suggests an environment potentially involving cPanel or similar web hosting control panels, which are widely deployed.

Defenders need to treat this as an immediate threat. Attackers will chain this with other vulnerabilities to achieve full system compromise. The ability to read arbitrary files often paves the way for privilege escalation or remote code execution by providing crucial intel on the target system’s architecture and secrets.

What This Means For You

  • If your organization uses web hosting control panels or any system with `cpdavd` endpoints, assume compromise is possible. Immediately identify if your systems are affected by CVE-2026-29205 and prioritize patching. Audit logs for any suspicious file access attempts via attachment download functions.

Related ATT&CK Techniques

🛡️ Detection Rules

3 rules · 6 SIEM formats

3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.

critical T1040 Credential Access

CVE-2026-29205: Arbitrary File Read via cpdavd Attachment Download Endpoint

Sigma YAML — free preview
title: CVE-2026-29205: Arbitrary File Read via cpdavd Attachment Download Endpoint
id: scw-2026-05-13-ai-1
status: experimental
level: critical
description: |
  Detects attempts to exploit CVE-2026-29205 by accessing the '/cpdavd/attachment/download' endpoint with a URI query containing '../' sequences, indicating an attempt to read arbitrary files outside the intended directory.
author: SCW Feed Engine (AI-generated)
date: 2026-05-13
references:
  - https://shimiscyberworld.com/posts/nvd-CVE-2026-29205/
tags:
  - attack.credential_access
  - attack.t1040
logsource:
    category: webserver
detection:
  selection:
      cs-uri|contains:
          - '/cpdavd/attachment/download'
      cs-uri-query|contains:
          - '../'
      cs-method:
          - 'GET'
  condition: selection
falsepositives:
  - Legitimate administrative activity

Source: Shimi's Cyber World · License & reuse

✓ Sigma · Splunk SPL Sentinel KQL Elastic QRadar AQL Wazuh Get rules for your SIEM →

Indicators of Compromise

IDTypeIndicator
CVE-2026-29205 Information Disclosure Arbitrary file read via cpdavd attachment download endpoints
CVE-2026-29205 Path Traversal Insufficient path filtering in cpdavd attachment download endpoints
CVE-2026-29205 Misconfiguration Incorrect privileges management
Source & Attribution
Source PlatformNVD
ChannelNational Vulnerability Database
PublishedMay 14, 2026 at 01:16 UTC

This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.

Believe this infringes your rights? Submit a takedown request.

Related coverage

OPNsense RCE: Critical Flaw Allows Root Access via DHCP Input

CVE-2026-45158 — OPNsense is a FreeBSD based firewall and routing platform. Prior to 26.1.8, unsanitized user input is passed to the DHCP configuration of the...

vulnerabilityCVEcriticalhigh-severityremote-code-executioncwe-88
/SCW Vulnerability Desk /CRITICAL /9.1 /⚑ 4 IOCs /⚙ 3 Sigma

Hoppscotch CVE-2026-44478: Unauthenticated Infrastructure Secret Leak

CVE-2026-44478 — hoppscotch is an open source API development ecosystem. The fix for CVE-2026-28215 in version 2026.2.0 addresses the unauthenticated POST /v1/onboarding/config endpoint by checking...

vulnerabilityCVEhigh-severitycwe-284cwe-287
/SCW Vulnerability Desk /HIGH /7.5 /⚑ 4 IOCs /⚙ 2 Sigma

CVE-2026-44471: gitoxide Symlink Vulnerability Exposes Filesystem to Attack

CVE-2026-44471 — gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out...

vulnerabilityCVEhigh-severitycwe-59
/SCW Vulnerability Desk /HIGH /7.8 /⚑ 3 IOCs /⚙ 3 Sigma