Description
A local unprivileged user on the same host can redirect all Zip/UnZip transformer output into a directory of their choosing by pre-creating /tmp/ziptransformer as a symlink before the application starts.
Spring Integration 7.1.0
Spring Integration 7.0.0 - 7.0.5
Spring Integration 6.5.0 - 6.5.10
Spring Integration 6.4.0 - 6.4.12
Published: 2026-08-27
Score: 6.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A local unprivileged user can pre‑create a symbolic link named /tmp/ziptransformer that points to any directory the user has write access to. When Spring Integration starts, its Zip/UnZip transformer uses this predictable temporary directory to write extracted files. Because the symlink redirects the output path, the user can cause the application to create, overwrite, or delete files in arbitrary locations. This flaw can lead to data integrity violations, possible denial of service if critical process files are overwritten, and may provide a foothold for further local abuse.

Affected Systems

The vulnerability affects Spring Integration versions 7.1.0; 7.0.0 through 7.0.5; 6.5.0 through 6.5.10; and 6.4.0 through 6.4.12. The flaw is local in scope and requires an attacker to have a non‑privileged account on the same host where the application runs.

Risk and Exploitability

The CVSS score of 6.8 indicates a moderate risk severity. EPSS data is unavailable and the vulnerability is not listed in CISA’s KEV catalog, suggesting that widespread exploitation is not yet documented. The likely attack vector is local; an attacker must pre‑create the symlink before the application boots. If leveraged, the flaw permits arbitrary file writes, which could compromise data integrity or be a stepping‑stone to privilege escalation. The overall risk is therefore moderate but should be mitigated promptly by applying an available patch or equivalent workaround.

Generated by OpenCVE AI on August 28, 2026 at 06:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Spring Integration release that fixes the predictable temporary directory issue, such as 7.1.1 or newer.
  • If an upgrade is not immediately possible, reconfigure the application to use a unique, non‑predictable temporary directory that the user’s account cannot pre‑create a symlink to.
  • Ensure that the temporary directory is owned by the application user and has restrictive permissions so that only the intended process can write to it.

Generated by OpenCVE AI on August 28, 2026 at 06:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 28 Aug 2026 07:15:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Integration
Weaknesses CWE-20
CWE-23
CWE-284
Vendors & Products Spring
Spring spring Integration

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

Type Values Removed Values Added
Description A local unprivileged user on the same host can redirect all Zip/UnZip transformer output into a directory of their choosing by pre-creating /tmp/ziptransformer as a symlink before the application starts. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5.10 Spring Integration 6.4.0 - 6.4.12
Title Fixed predictable /tmp/ziptransformer work directory enables symlink pre-creation
References
Metrics cvssV3_1

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


Subscriptions

Spring Spring Integration
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T18:04:40.084Z

Reserved: 2026-07-04T18:13:57.026Z

Link: CVE-2026-59311

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-27T20:17:57.227

Modified: 2026-08-27T20:17:57.227

Link: CVE-2026-59311

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T07:00:12Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-23

    Relative Path Traversal

  • CWE-284

    Improper Access Control