Insecure Temporary File in Spring Boot - CVE-2026-41001
Published: June 11, 2026
Spring Boot
Detailed vulnerability description
The vulnerability allows a local user to tamper with message queue data, inject malicious messages, or potentially execute code.
The vulnerability exists due to insecure temporary file usage in ArtemisEmbeddedConfigurationFactory when initializing the embedded Artemis message broker without an explicit data directory path. A local user can pre-create the predictable directory or place a symlink before the application starts to tamper with message queue data, inject malicious messages, or potentially execute code.
Exploitation requires the application to use the embedded Artemis message broker with no explicit data directory configured.