Description
Atlantis is a self-hosted golang application that listens for Terraform pull request events via webhooks. From 0.19.8 until 0.45.0, Atlantis does not consistently validate user-controlled workspace values supplied through accepted repository-level atlantis.yaml configuration or authenticated /api/plan input before joining them into local workspace paths. Traversal segments can escape the intended per-pull workspace directory and cause clone preparation or other working-directory code paths to call os.RemoveAll, os.MkdirAll, or related filesystem operations on out-of-bounds directories before Terraform rejects the invalid workspace name. This can create, delete, or reuse writable paths with the privileges of the Atlantis process, causing integrity loss or denial of service. This issue is fixed in version 0.45.0.
Published: 2026-08-21
Score: 8.1 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Atlantis mistakenly concatenates user‑controlled workspace names into filesystem paths without proper validation. The result is that an attacker can craft a request with traversal segments—such as "../../"—to cause the application to create or delete arbitrary directories on the host. Because these operations run with the same privileges as the Atlantis process, the attacker can either erase critical data or create files that will be used in subsequent Terraform runs, resulting in integrity loss or denial of service.

Affected Systems

The affected versions are runatlantis:atlantis 0.19.8 through 0.45.0. The product is a self‑hosted Golang application that receives Terraform pull‑request webhook events. Any deployment of these versions that allows authenticated access to the /api/plan endpoint or accepts repository‑level workspace definitions is vulnerable.

Risk and Exploitability

With a CVSS score of 8.1, this vulnerability carries a high potential for exploitation. The EPSS score is not disclosed, and the issue is not currently listed in the CISA KEV catalog, but the lack of path validation and the local‑privilege requirement mean that any attacker capable of influencing the workspace value can trigger destructive filesystem actions. The attack vector is likely to be an authenticated API call or an adversary who can modify the atlantis.yaml file for a repository that the application processes.

Generated by OpenCVE AI on August 21, 2026 at 21:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Atlantis to version 0.45.0 or later, which includes validation of workspace names before filesystem operations.
  • If updating immediately is not possible, restrict the workspace names allowed in atlantis.yaml to a whitelist or enforce an absolute path constraint so traversal segments cannot escape the intended directory.
  • Disable or tightly control any API endpoints or configuration paths that permit user‑supplied workspace values, and monitor logs for uncontrolled os.RemoveAll or os.MkdirAll calls.

Generated by OpenCVE AI on August 21, 2026 at 21:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-26w5-6g95-gj28 Atlantis Workspace Handling has Path Traversal that Allows Out-of-Bounds Directory Deletion/Creation
History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Runatlantis
Runatlantis atlantis
Vendors & Products Runatlantis
Runatlantis atlantis

Fri, 21 Aug 2026 20:45:00 +0000

Type Values Removed Values Added
Description Atlantis is a self-hosted golang application that listens for Terraform pull request events via webhooks. From 0.19.8 until 0.45.0, Atlantis does not consistently validate user-controlled workspace values supplied through accepted repository-level atlantis.yaml configuration or authenticated /api/plan input before joining them into local workspace paths. Traversal segments can escape the intended per-pull workspace directory and cause clone preparation or other working-directory code paths to call os.RemoveAll, os.MkdirAll, or related filesystem operations on out-of-bounds directories before Terraform rejects the invalid workspace name. This can create, delete, or reuse writable paths with the privileges of the Atlantis process, causing integrity loss or denial of service. This issue is fixed in version 0.45.0.
Title Atlantis: Path Traversal in Atlantis Workspace Handling Allows Out-of-Bounds Directory Deletion/Creation
Weaknesses CWE-22
CWE-73
References
Metrics cvssV3_1

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


Subscriptions

Runatlantis Atlantis
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-21T20:29:55.106Z

Reserved: 2026-07-20T17:12:12.892Z

Link: CVE-2026-64679

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-21T21:17:01.920

Modified: 2026-08-21T21:17:01.920

Link: CVE-2026-64679

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:30:17Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')

  • CWE-73

    External Control of File Name or Path