CVE-2021-21234

HIGH EXPLOITED NUCLEI

eu.hinsch:spring-boot-actuator-logview <0.2.13 - Path Traversal

Title source: llm
STIX 2.1

Exploitation Summary

CVE-2021-21234 has been observed exploited in the wild (reported by VulnCheck KEV). EIP tracks 2 public exploits from researchers including xiaojiangxl, PwCNO-CTO. A Nuclei detection template is also available.

AI-analyzed exploit summary The repository contains a functional PoC for CVE-2021-21234, a directory traversal vulnerability in Spring Boot Actuator Logview. The exploit leverages insufficient validation of the 'base' parameter to access files outside the intended directory.

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.

Exploits (2)

nomisec WORKING POC 5 stars
by xiaojiangxl · infoleak
https://github.com/xiaojiangxl/CVE-2021-21234

The repository contains a functional PoC for CVE-2021-21234, a directory traversal vulnerability in Spring Boot Actuator Logview. The exploit leverages insufficient validation of the 'base' parameter to access files outside the intended directory.

Classification
Working Poc 90%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Spring Boot Actuator Logview < 0.2.13
No auth needed
Prerequisites: Target application with vulnerable Spring Boot Actuator Logview endpoint exposed
devstral-2 · analyzed Feb 18, 2026 Full analysis →
nomisec WRITEUP 1 stars
by PwCNO-CTO · poc
https://github.com/PwCNO-CTO/CVE-2021-21234

This repository references a directory traversal vulnerability in the spring-boot-actuator-logview library, as documented by PwC Norway. The README provides a link to a technical blog post detailing the vulnerability but does not include exploit code or a PoC.

Classification
Writeup 90%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Theoretical
Target: spring-boot-actuator-logview (version not specified)
No auth needed
Prerequisites: Access to the vulnerable endpoint
devstral-2 · analyzed Feb 18, 2026 Full analysis →

Nuclei Templates (1)

Spring Boot Actuator Logview Directory Traversal
HIGHby gy741,pikpikcu

Scores

CVSS v3 7.7
EPSS 0.2117
EPSS Percentile 97.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N

Details

VulnCheck KEV 2023-11-16
CWE
CWE-22
Status published
Products (2)
eu.hinsch/spring-boot-actuator-logview 0 - 0.2.13Maven
spring-boot-actuator-logview_project/spring-boot-actuator-logview < 0.2.12
Published Jan 05, 2021
Tracked Since Feb 18, 2026