CVE-2025-53622 Details
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.
A path traversal vulnerability has been identified in DSpace repository software versions 1.x prior to 7.6.4, 8.0 prior to 8.2, and 9.0. This vulnerability occurs during the import of archives in Simple Archive Format (SAF), either via the command-line import function or through the Batch Import (Zip) feature in the user interface. The issue arises because an attacker can create a malicious SAF package that references system files readable by the Tomcat user, using relative traversal sequences. When such a package is imported, it can lead to unauthorized access to sensitive files or configurations on the server where DSpace is hosted. The vulnerability is only exploitable by site or system administrators, who must be convinced to import the malicious archive.
Users can upgrade to DSpace versions 7.6.4, 8.2, or 9.1, where this vulnerability has been patched. For those unable to upgrade immediately, a manual patch is available and can be applied by downloading the appropriate patch file, applying it to the DSpace backend, and then updating the DSpace site.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 15, 2025CISA-ADP
Assessed Jul 15, 2025References 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.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/DSpace/DSpace/pull/11036 | [email protected] | Issue TrackingVendor |
| https://github.com/DSpace/DSpace/pull/11036.patch | [email protected] | Source CodeVendor |
| https://github.com/DSpace/DSpace/pull/11037 | [email protected] | Issue TrackingVendor |
| https://github.com/DSpace/DSpace/pull/11037.patch | [email protected] | Source CodeVendor |
| https://github.com/DSpace/DSpace/pull/11038 | [email protected] | Issue TrackingVendor |
| https://github.com/DSpace/DSpace/pull/11038.patch | [email protected] | Source CodeVendor |
| https://github.com/DSpace/DSpace/security/advisories/GHSA-vhvx-8xgc-99wf | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| DSpace | <= 7.6.3 (semver) >= 8.0, <= 8.1 <= 9.0 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jul 15, 2025 | New CVE Received | [email protected] |
Volerion