CVE-2026-59292
Received Received - Intake

Information Disclosure in Spring Integration

Vulnerability report for CVE-2026-59292, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: VMware

Description

PropertiesPersistingMetadataStore, the default file-based ConcurrentMetadataStore, persists its state to ${java.io.tmpdir}/spring-integration/metadata-store.properties with world-readable permissions. 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 Spring Integration 5.5.21 and earlier

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-28
AI Q&A
2026-08-28
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 10 associated CPEs
Vendor Product Version / Range
spring integration 7.1.0
spring integration to 7.0.6 (exc)
spring integration to 6.5.11 (exc)
spring integration to 6.4.13 (exc)
spring integration to 5.5.22 (exc)
vmware spring_integration 7.1.0
vmware spring_integration From 7.0.0 (inc) to 7.0.5 (inc)
vmware spring_integration From 6.5.0 (inc) to 6.5.10 (inc)
vmware spring_integration From 6.4.0 (inc) to 6.4.12 (inc)
vmware spring_integration to 5.5.22 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a file-based metadata store in Spring Integration that creates a file named metadata-store.properties in the system's temporary directory with world-readable permissions. This allows any local user to access sensitive metadata such as processed message keys or offsets.

Detection Guidance

Check for the existence of metadata-store.properties in the system's temporary directory, typically located at ${java.io.tmpdir}/spring-integration/. Verify file permissions to ensure they are not world-readable. Use commands like 'ls -la ${java.io.tmpdir}/spring-integration/metadata-store.properties' on POSIX systems.

Impact Analysis

An attacker with local access could read sensitive metadata stored in the file, potentially exposing internal system information like message processing details or idempotency markers. This could aid in further attacks or data exfiltration.

Compliance Impact

This vulnerability may violate compliance requirements that mandate protection of sensitive data, such as GDPR's data confidentiality principles or HIPAA's safeguards for protected health information, due to unauthorized local access to metadata.

Mitigation Strategies

Upgrade to fixed versions of Spring Integration: 7.1.1, 7.0.6, 6.5.11, 6.4.13, or 5.5.22. No additional mitigation is required after upgrading. Ensure enterprise support versions are updated if applicable.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-59292. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart