Lucene search
+L

176 matches found

CVE
CVE
added 2026/08/27 6:04 p.m.67 views

CVE-2026-59321

Spring Integration versions 7.1.0 , 7.0.0–7.0.5 , 6.5.0–6.5.10 , 6.4.0–6.4.12 , and 5.5.21 and earlier are affected by a thread-safety flaw in script-backed channels. A single JSR-223 ScriptEngine instance is shared across all messages without verifying the engine's THREADING capability. When a n...

5.4CVSS5.2AI score0.00127EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/27 6:04 p.m.37 views

CVE-2026-59321 Shared JSR-223 ScriptEngine evaluated concurrently without THREADING check

A single ScriptEngine instance is reused for every message on a script-backed channel. For JSR-223 engines that report THREADING=null not thread-safe, e.g. the Kotlin kts engine, concurrent message processing can corrupt engine-internal state, potentially leaking one message's payload/headers...

4.2CVSS0.00127EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 6:04 p.m.43 views

CVE-2026-59311

Spring Integration is vulnerable to a symlink pre-creation attack on its predictable /tmp/ziptransformer work directory. A local unprivileged user on the same host can pre-create that path as a symlink before the application starts, redirecting all Zip/Unzip transformer output into a directory of...

6.8CVSS5.2AI score0.0035EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/27 6:04 p.m.8 views

EUVD-2026-67195

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...

6.8CVSS5.2AI score0.0035EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 6:04 p.m.35 views

CVE-2026-59311 Fixed predictable /tmp/ziptransformer work directory enables symlink pre-creation

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...

6.8CVSS0.0035EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:58 p.m.35 views

CVE-2026-59307 Deserialization allow-list silently bypassed: setBeanClassLoader replaces deserializer but mapper keeps stale reference

An operator who calls JdbcMessageStore.addAllowedPatterns... to restrict deserialization receives no protection at all when the store is a Spring-managed bean. 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...

8CVSS0.00346EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 5:58 p.m.7 views

EUVD-2026-67192

An operator who calls JdbcMessageStore.addAllowedPatterns... to restrict deserialization receives no protection at all when the store is a Spring-managed bean. 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...

8CVSS5.5AI score0.00346EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:58 p.m.52 views

CVE-2026-59307

Spring Integration JdbcMessageStore has a deserialization allow-list bypass. When the store is a Spring-managed bean , calling addAllowedPatterns(...) to restrict deserialization is silently ineffective because setBeanClassLoader (invoked during Spring's bean lifecycle) replaces the deserializer ...

8CVSS5.5AI score0.00346EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/27 5:57 p.m.38 views

CVE-2026-59293 SMB minimum protocol dialect defaults to SMB1

Unless the application explicitly raises smbMinVersion, the jCIFS client will negotiate down to SMB1/CIFS, which lacks mandatory signing/encryption and is vulnerable to NTLM relay and content-tampering MITM. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5....

6.6CVSS0.00221EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 5:57 p.m.9 views

EUVD-2026-67181

Unless the application explicitly raises smbMinVersion, the jCIFS client will negotiate down to SMB1/CIFS, which lacks mandatory signing/encryption and is vulnerable to NTLM relay and content-tampering MITM. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration 6.5.0 - 6.5....

6.6CVSS5.1AI score0.00221EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:57 p.m.37 views

CVE-2026-59293

Spring Integration versions 6.4.0–6.4.12, 6.5.0–6.5.10, and 7.0.0–7.0.5 are affected by a vulnerability in the underlying jCIFS client . Unless an application explicitly raises smbMinVersion, the client will negotiate down to SMB1/CIFS , which lacks mandatory signing and encryption, exposing it t...

6.6CVSS5.1AI score0.00221EPSS
SaveExploits0References1Affected Software1
EUVD
EUVD
added 2026/08/27 5:57 p.m.7 views

EUVD-2026-67180

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...

3.2CVSS5.2AI score0.00144EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:57 p.m.35 views

CVE-2026-59292 World-readable metadata file in PropertiesPersistingMetadataStore (insecure temp-file permissions)

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...

3.2CVSS0.00144EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:57 p.m.41 views

CVE-2026-59292

CVE-2026-59292 affects Spring Integration , where the default file-based PropertiesPersistingMetadataStore persists its state to ${java.io.tmpdir}/spring-integration/metadata-store.properties with world-readable permissions , allowing local users with high privileges to read metadata. The CVSS 3....

3.2CVSS5.2AI score0.00144EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/08/27 6:17 a.m.17 views

CVE-2026-59274

The UnZipTransformer does not limit decompressed entry size or entry count when processing archives. Consequently, an attacker can send a zip archive that can exhaust JVM heap memory, causing a denial-of-service outage. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration...

6.5CVSS0.0024EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/27 6:17 a.m.16 views

CVE-2026-47880

A producer who can publish to a JMS destination consumed by any Spring Integration JMS inbound component can set String JMS properties named replyChannel, errorChannel, or jsonTypeId which are copied verbatim into the Spring Integration MessageHeaders. Spring Integration 7.1.0 Spring Integration...

5.4CVSS0.00187EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/27 6:17 a.m.15 views

CVE-2026-47864

SerializingHttpMessageConverter deserializes the body of incoming HTTP requests with a raw java.io.ObjectInputStream and no class filtering. Any request with Content-Type application/x-java-serialized-object whose body resolves to a Serializable type is read directly via readObject. If an...

9.8CVSS0.04075EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/27 5:20 a.m.35 views

CVE-2026-59274 Unbounded decompression in UnZipTransformer enables zip-bomb DoS

The UnZipTransformer does not limit decompressed entry size or entry count when processing archives. Consequently, an attacker can send a zip archive that can exhaust JVM heap memory, causing a denial-of-service outage. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration...

6.5CVSS0.0024EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/08/27 5:20 a.m.6 views

EUVD-2026-66848

The UnZipTransformer does not limit decompressed entry size or entry count when processing archives. Consequently, an attacker can send a zip archive that can exhaust JVM heap memory, causing a denial-of-service outage. Spring Integration 7.1.0 Spring Integration 7.0.0 - 7.0.5 Spring Integration...

6.5CVSS5.2AI score0.0024EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/27 5:20 a.m.35 views

CVE-2026-59274

Spring Integration is affected by an unbounded decompression flaw in the UnZipTransformer component, which does not limit decompressed entry size or entry count when processing zip archives. An attacker with low privileges can send a crafted zip archive (zip-bomb) over the network to exhaust JVM ...

6.5CVSS5.3AI score0.0024EPSS
SaveExploits0References1Affected Software1
Rows per page
Query Builder