Intel

AIKIDO-2026-312870

spring-integration-core is vulnerable to Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical ResourceCVE-2026-59292 Published Aug 21, 2026

32

Low Risk

This Affects:

JAVAspring-integration-core
0.0.1 - 7.0.5
Fixed in 7.0.6
7.1.0 - 7.1.0
Fixed in 7.1.1
Are you affected? Scan for Free

TL;DR

spring-integration-core PropertiesPersistingMetadataStore writes ${java.io.tmpdir}/spring-integration/metadata-store.properties without restricting permissions. On a typical POSIX host the file is world-readable in a shared temp directory. Other local users can read processed-message keys, offsets, or idempotency markers. The patch creates the store with owner-only permissions.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and PropertiesPersistingMetadataStore is used on a multi-user host.

Background info

spring-integration-core is vulnerable to Incorrect Permission Assignment for Critical Resource in versions 0.0.1 - 7.0.5 and 7.1.0 - 7.1.0.

How to fix this

Upgrade the org.springframework.integration:spring-integration-core library to the patch version.