Apache · Apache Dolphinscheduler · CVE-2023-48796
**Name of the Vulnerable Software and Affected Versions**
Apache DolphinScheduler versions 3.0.0 through 3.0.1
**Description**
The issue concerns the exposure of sensitive information to unauthorized actors, potentially including database credentials. This exposure can occur in Apache DolphinScheduler, affecting the confidentiality of sensitive data.
**Recommendations**
To resolve the issue, users are recommended to upgrade to version 3.0.2, which fixes the problem.
For users who cannot upgrade to the fixed version, a temporary workaround is to set the environment variable `MANAGEMENT ENDPOINTS WEB EXPOSURE INCLUDE=health,metrics,prometheus`.
Alternatively, users can add the following section to the `application.yaml` file:
```
management:
endpoints:
web:
exposure:
include: health,metrics,prometheus
```