CVE-2023-38286:
Spring-boot-admin sandbox bypass via crafted HTML
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.28007%
CWE
Published
7/14/2023
Updated
6/12/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
de.codecentric:spring-boot-admin-server | maven | >= 3.0.0, < 3.1.2 | 3.1.2 |
de.codecentric:spring-boot-admin-server | maven | < 2.7.16 | 2.7.16 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made to the mailNotifierTemplateEngine function in AdminServerNotifierAutoConfiguration, which directly relates to how templates are processed for mail notifications. The change from SpringResourceTemplateResolver to ClassLoaderTemplateResolver is a key mitigation step, indicating the original configuration was potentially vulnerable.