---
id: CVE-2026-57296
aliases:
  - GHSA-hrmj-8fm9-cg8x
title: Jenkins External Workspace Manager Plugin has a path traversal vulnerability
summary: Jenkins External Workspace Manager Plugin has a path traversal vulnerability
severity: high
cvss: 8.8
cwe:
  - CWE-22
vendor: jenkins-ci
product: 'org.jenkins-ci.plugins:external-workspace-manager'
ecosystem: maven
affected:
  - 'org.jenkins-ci.plugins:external-workspace-manager < 1.4.0'
patched:
  - 'org.jenkins-ci.plugins:external-workspace-manager 1.4.0'
published: '2026-06-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T19:00:24Z'
source: GHSA
sourceUrl: 'https://github.com/advisories/GHSA-hrmj-8fm9-cg8x'
references:
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-57296'
  - url: 'https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3777'
  - url: >-
      https://github.com/jenkinsci/external-workspace-manager-plugin/commit/2fccbbd398cf209f5931b48e006659dbee86ddf2
  - url: >-
      https://github.com/jenkinsci/external-workspace-manager-plugin/releases/tag/external-workspace-manager-1.4.0
  - url: 'https://github.com/advisories/GHSA-hrmj-8fm9-cg8x'
tags:
  - ghsa
  - maven
epss: 0.00835
epssPercentile: 0.55848
ingestedAt: '2026-09-25T19:15:38.961Z'
---

## Overview

Jenkins External Workspace Manager Plugin 1.3.2 and earlier does not reject `..` path segments when validating the custom workspace path provided to the `exwsAllocate` Pipeline step, allowing the resulting workspace path to escape the configured disk mount point.

This allows attackers with Item/Configure permission to read arbitrary files on the Jenkins controller file system, which can lead to remote code execution (see Reading Files).

External Workspace Manager Plugin 1.4.0 rejects `..` path segments when validating the custom workspace path, and additionally verifies that the requested path is contained within the configured disk mount point before serving it through the external workspace browse functionality.

## Affected packages

- `org.jenkins-ci.plugins:external-workspace-manager < 1.4.0`

## Remediation

Upgrade to a patched release:

- `org.jenkins-ci.plugins:external-workspace-manager 1.4.0`
