Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-53622 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

DSpace open source software is a repository application which provides durable access to digital resources. Prior to versions 7.6.4, 8.2, and 9.1, a path traversal vulnerability is possible during the import of an archive (in Simple Archive Format), either from command-line (`./dspace import` command) or from the "Batch Import (Zip)" user interface feature. An attacker may craft a malicious Simple Archive Format (SAF) package where the `contents` file references any system files (using relative traversal sequences) which are readable by the Tomcat user. If such a package is imported, this will result in sensitive content disclose, including retrieving arbitrary files or configurations from the server where DSpace is running. The Simple Archive Format (SAF) importer / Batch Import (Zip) is only usable by site administrators (from user interface / REST API) or system administrators (from command-line). Therefore, to exploit this vulnerability, the malicious payload would have to be provided by an attacker and trusted by an administrator (who would trigger the import). The fix is included in DSpace 7.6.4, 8.2 and 9.1. For those who cannot upgrade immediately, it is possible to manually patch the DSpace backend. (No changes are necessary to the frontend.) A pull request exists which can be used to patch systems running DSpace 7.6.x, 8.x or 9.0. Although it is not possible to fully protect the system via workarounds, one may can apply a best practice. Administrators must carefully inspect any SAF archives (they did not construct themselves) before importing, paying close attention to the `contents` file to validate it does not reference files outside of the SAF archives.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]

Affected Products

ProductVersions
DSpace
<= 7.6.3 (semver)
>= 8.0, <= 8.1
<= 9.0

CPE

  • cpe:2.3:a:duraspace:dspace:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 7.6.4moderate effort
  • Upgrade: 8.2moderate effort
  • Upgrade: 9.1moderate effort
  • Patch: (~7.6)moderate efforthttps://github.com/DSpace/DSpace/pull/11036.patch

    1. Download the patch file to the machine where DSpace backend is running. 2. From the [dspace-src] folder, apply the patch, e.g. `git apply 11036.patch` 3. Rebuild DSpace, e.g. `mvn -U clean package` 4. Redeploy DSpace, e.g. `ant update` 5. Restart Tomcat (or runnable JAR).

  • Patch: (~8)moderate efforthttps://github.com/DSpace/DSpace/pull/11037.patch

    1. Download the patch file to the machine where DSpace backend is running. 2. From the [dspace-src] folder, apply the patch, e.g. `git apply 11037.patch` 3. Rebuild DSpace, e.g. `mvn -U clean package` 4. Redeploy DSpace, e.g. `ant update` 5. Restart Tomcat (or runnable JAR).

  • Patch: (9.0)moderate efforthttps://github.com/DSpace/DSpace/pull/11038.patch

    1. Download the patch file to the machine where DSpace backend is running. 2. From the [dspace-src] folder, apply the patch, e.g. `git apply 11038.patch` 3. Rebuild DSpace, e.g. `mvn -U clean package` 4. Redeploy DSpace, e.g. `ant update` 5. Restart Tomcat (or runnable JAR).

  • Mitigation:low effort

    Administrators must carefully inspect any SAF archives (they did not construct themselves) before importing, paying close attention to the `contents` file to validate it does not reference files outside of the SAF archives. If SAF archives are too large to manually inspect, avoid importing them until your site is patched.

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-53622
NVD Published Date:
Jul 15, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-53622 Details - Not Deferred