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.

Description source: CVE List

Exploitation context

Known exploitation

VulnCheck KEV
Listed · Nov 16, 2023 · VulnCheck
Reported exploitation
Observed · VulnCheck

Available material

Repository PoCs
2
Nuclei templates
1

Affected products and versions

3
ProductSourceVersion rangeStatus
CVE List< 0.2.13affected
VulnCheckVersion data not supplied

eu.hinsch:spring-boot-actuator-logview

Browse Maven / eu.hinsch:spring-boot-actuator-logview
GitHub AdvisoryBefore 0.2.13 · Fixed in 0.2.13affected

Proofs of concept

2

Repository PoCs

GitHubPwCNO-CTO/CVE-2021-21234Repository PoCby PwCNO-CTOStars: 1Not analyzed1 file

239 B

GitHub

PoC details
GitHubxiaojiangxl/CVE-2021-21234Repository PoCby xiaojiangxlStars: 5Not analyzed4 files

2.9 KiB

GitHub

PoC details

Nuclei templates

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

WeaknessesCWE-22
Authorsgy741, pikpikcu
Template tagscve2021cvespringbootlfiactuatorspring-boot-actuator-logview_projectvkevvuln
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
CPE: cpe:2.3:a:spring-boot-actuator-logview_project:spring-boot-actuator-logview:*:*:*:*:*:*:*:*

Source: ProjectDiscovery

References

5