Description
DSpace open source software is a repository application which provides durable access to digital resources. Prior to versions 7.6.7, 8.4, 9.3, and 10.0, the Curation Task feature allows an output path to be used by the reporter (-r parameter), typically used to stream results and status of curation task operations. It is not restricted to any particular base path, meaning that any path writable by the DSpace (often 'tomcat') user is allowed. This constitutes a Path Traversal Vulnerability in the curate script. This issue has been patched in versions 7.6.7, 8.4, 9.3, and 10.0.
Published: 2026-09-02
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw allows the curator script to accept an arbitrary output path when the reporter option is used. Because no base‑path restriction is enforced, an attacker can create or overwrite any file that the DSpace process can write, potentially exposing sensitive data or modifying configuration files. The weakness is a classic directory traversal condition (CWE‑22), and the impact is unauthorized file write rather than direct code execution. The CVSS base score of 5.5 reflects this moderate risk of confidentiality or integrity compromise.

Affected Systems

DSpace prior to versions 7.6.7, 8.4, 9.3, and 10.0 are affected. Any deployment using those releases is vulnerable until updated to the patched releases.

Risk and Exploitability

With a CVSS score of 5.5 the vulnerability is medium severity. No EPSS data is available, and the issue is not listed in the CISA KEV catalog. The likely attack vector is an authenticated user or compromised service that can trigger the curator process and supply a crafted output path; this could be achieved remotely if the curation task endpoint is exposed. Exploitation requires write permission for the DSpace system user, which is commonly granted for deployment directories. Once exploited, the attacker could write arbitrary files in writable locations.

Generated by OpenCVE AI on September 3, 2026 at 10:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade DSpace to version 7.6.7, 8.4, 9.3, or 10.0 or newer, depending on your current installation.
  • Verify that the patch has removed the unconstrained output path logic by testing the reporter option or inspecting the code changes in the advisory pull requests.
  • Review and restrict the file system permissions of the DSpace (tomcat) user so that it can write only to intended directories, and audit for any directories it can traverse to mitigate potential future path–related weaknesses.

Generated by OpenCVE AI on September 3, 2026 at 10:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-v66x-68f2-pxf5 DSpace has a possible Path Traversal Vulnerability in its Curation Task Reporter output path
History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Dspace
Dspace dspace
Vendors & Products Dspace
Dspace dspace

Wed, 02 Sep 2026 17:30:00 +0000

Type Values Removed Values Added
Description DSpace open source software is a repository application which provides durable access to digital resources. Prior to versions 7.6.7, 8.4, 9.3, and 10.0, the Curation Task feature allows an output path to be used by the reporter (-r parameter), typically used to stream results and status of curation task operations. It is not restricted to any particular base path, meaning that any path writable by the DSpace (often 'tomcat') user is allowed. This constitutes a Path Traversal Vulnerability in the curate script. This issue has been patched in versions 7.6.7, 8.4, 9.3, and 10.0.
Title DSpace: Curation Task Reporter output path is not restricted to trusted directories (Path Traversal Vulnerability)
Weaknesses CWE-22
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-09-02T19:01:29.463Z

Reserved: 2026-06-01T18:50:36.056Z

Link: CVE-2026-49831

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-02T18:19:32.683

Modified: 2026-09-02T19:17:19.100

Link: CVE-2026-49831

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:34:15Z

Weaknesses
  • CWE-22

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