CVE-2021-21234
Directory Traversal
Record summary
CVE-2021-21234 has a selected CVSS score of 7.7 (high); EIP currently links 2 repository PoCs and 1 Nuclei template.
Description
spring-boot-actuator-logview in a library that adds a simple logfile viewer as spring boot actuator endpoint. It is maven package "eu.hinsch:spring-boot-actuator-logview". In spring-boot-actuator-logview before version 0.2.13 there is a directory traversal vulnerability. The nature of this library is to expose a log file directory via admin (spring boot actuator) HTTP endpoints. Both the filename to view and a base folder (relative to the logging folder root) can be specified via request parameters. While the filename parameter was checked to prevent directory traversal exploits (so that `filename=../somefile` would not work), the base folder parameter was not sufficiently checked, so that `filename=somefile&base=../` could access a file outside the logging base directory). The vulnerability has been patched in release 0.2.13. Any users of 0.2.12 should be able to update without any issues as there are no other changes in that release. There is no workaround to fix the vulnerability other than updating or removing the dependency. However, removing read access of the user the application is run with to any directory not required for running the application can limit the impact. Additionally, access to the logview endpoint can be limited by deploying the application behind a reverse proxy.
Exploitation context
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
spring-boot-actuator-logviewBrowse lukashinsch / spring-boot-actuator-logview | CVE List | < 0.2.13 | affected |
spring-boot-actuator-logviewBrowse spring-boot-actuator-logview_project / spring-boot-actuator-logview | VulnCheck | Version data not supplied | |
eu.hinsch:spring-boot-actuator-logviewBrowse Maven / eu.hinsch:spring-boot-actuator-logview | GitHub Advisory | Before 0.2.13 · Fixed in 0.2.13 | affected |
Proofs of concept
2Repository PoCs
GitHubPwCNO-CTO/CVE-2021-21234Repository PoCby PwCNO-CTOStars: 1Not analyzed1 file
GitHubxiaojiangxl/CVE-2021-21234Repository PoCby xiaojiangxlStars: 5Not analyzed4 files
Nuclei templates
1ProjectDiscoveryHIGHSpring Boot Actuator Logview Directory TraversalCVSS 7.7
spring-boot-actuator-logview before version 0.2.13 contains a directory traversal vulnerability in libraries that adds a simple logfile viewer as a spring boot actuator endpoint (maven package "eu.hinsch:spring-boot-actuator-logview".
Impact
This vulnerability can lead to unauthorized access to sensitive information stored on the server.
Remediation
Apply the latest security patches or upgrade to a patched version of Spring Boot Actuator.
Source: ProjectDiscovery