Description
In Eclipse SW360 versions 19.0.0, 19.1.0, 19.2.0, 20.0.0, 20.1.0, if the system is configured to use file system storage with config key enable.attachment.store.to.file.system, the attacker can manipulate the filename upon upload and can essentially cause arbitrary file path traversal.




The immediate workaround is to disable enable.attachment.store.to.file.system or update to fixed versions.
Published: 2026-08-27
Score: 6 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Path Traversal
Action: Immediate Patch
AI Analysis

Impact

In Eclipse SW360 releases 19.0.0 through 20.1.0, permitting file system storage for attachments via the enable.attachment.store.to.file.system setting allows an attacker to craft a file name that includes directory traversal sequences. When such a file is uploaded, the service writes the data to a path derived from the supplied name, potentially outside the intended storage directory. This flaw falls under CWE‑22 and CWE‑73 and enables arbitrary file read or overwrite on the host system, which could lead to disclosure of sensitive data or execution of malicious code.

Affected Systems

Eclipse Foundation's Eclipse SW360 product. Versions 19.0.0, 19.1.0, 19.2.0, 20.0.0, and 20.1.0 are affected when the system is configured to use file system attachment storage.

Risk and Exploitability

The CVSS score of 6.0 indicates medium severity. The absence of an EPSS score is only a data gap; the potential exploitation risk is inferred from the fact that the flaw is actionable when the setting is enabled. It is also inferred that an attacker must have the ability to upload attachments, which typically requires network access and authenticated permissions or a privileged upload role. No KEV listing indicates no widely known exploitation yet. Consequently, administrators should treat the vulnerability as a moderate to high risk until a patch is applied or the problematic configuration is disabled.

Generated by OpenCVE AI on August 27, 2026 at 19:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑supplied patch or upgrade to a fixed release; the linked PRs show the issue has been resolved in newer releases.
  • If upgrading is not immediately possible, disable file system attachment storage by setting enable.attachment.store.to.file.system to false; this removes the vulnerability path.
  • Validate or sanitize uploaded file names in your deployment, rejecting paths containing '../' or similar traversal sequences, and enforce a whitelist of allowed characters.

Generated by OpenCVE AI on August 27, 2026 at 19:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse eclipse Sw360
Vendors & Products Eclipse
Eclipse eclipse Sw360

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Title Arbitrary File Path Traversal via Attachment Upload in Eclipse SW360

Thu, 27 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description In Eclipse SW360 versions 19.0.0, 19.1.0, 19.2.0, 20.0.0, 20.1.0, if the system is configured to use file system storage with config key enable.attachment.store.to.file.system, the attacker can manipulate the filename upon upload and can essentially cause arbitrary file path traversal. The immediate workaround is to disable enable.attachment.store.to.file.system or update to fixed versions.
Weaknesses CWE-22
CWE-73
References
Metrics cvssV4_0

{'score': 6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N'}


Subscriptions

Eclipse Eclipse Sw360
cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-08-27T19:45:16.464Z

Reserved: 2026-08-25T10:44:02.296Z

Link: CVE-2026-79653

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-27T17:20:47.887

Modified: 2026-09-01T21:11:35.983

Link: CVE-2026-79653

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T16:14:47Z

Weaknesses
  • CWE-22

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

  • CWE-73

    External Control of File Name or Path