- CVE ID
- CVE-2026-41001
- CVE Description
- Spring Boot's ArtemisEmbeddedConfigurationFactory uses a fixed, static path for the embedded Artemis message broker's data directory when no explicit path is configured. A local attacker on the same host can pre-create this predictable directory or place a symlink before the application starts.
Affected versions:
Spring Boot 4.0.0 through 4.0.6; 3.5.0 through 3.5.14; 3.4.0 through 3.4.16; 3.3.0 through 3.3.19; 2.7.0 through 2.7.33.
- Published
- Jun 11, 2026
- CVSS Score & Severity
4.8Medium
- CVSS Vector
- CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N
- EPSS Score
- 0.013%
- KEV Status
Not in KEV Catalog: No known exploits
- Vulnerable Methods
org/springframework/boot/artemis/autoconfigure/ArtemisEmbeddedConfigurationFactory.getDataDir()Ljava/lang/String;JVM
org/springframework/boot/autoconfigure/jms/artemis/ArtemisEmbeddedConfigurationFactory.getDataDir()Ljava/lang/String;JVM
- Source
- National Vulnerability Database