CVE-2025-62188
Received Received - Intake
Exposure of Sensitive Information in Apache DolphinScheduler 3.1.x

Publication date: 2026-04-09

Last updated on: 2026-04-17

Assigner: Apache Software Foundation

Description
An Exposure of Sensitive Information to an Unauthorized Actor vulnerability exists in Apache DolphinScheduler. This vulnerability may allow unauthorized actors to access sensitive information, including database credentials. This issue affects Apache DolphinScheduler versions 3.1.*. Users are recommended to upgrade to: * version β‰₯ 3.2.0 if using 3.1.x As a temporary workaround, users who cannot upgrade immediately may restrict the exposed management endpoints by setting the following environment variable: ``` MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE=health,metrics,prometheus ``` Alternatively, add the following configuration to the application.yaml file: ``` management: Β  Β endpoints: Β  Β  Β web: Β  Β  Β  Β  exposure: Β  Β  Β  Β  Β  include: health,metrics,prometheus ``` This issue has been reported as CVE-2023-48796: https://cveprocess.apache.org/cve5/CVE-2023-48796
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-09
Last Modified
2026-04-17
Generated
2026-06-16
AI Q&A
2026-04-09
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
apache dolphinscheduler From 3.1.0 (inc) to 3.2.0 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-200 The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Impact Analysis

This vulnerability can impact you by allowing unauthorized actors to gain access to sensitive information such as database credentials.

Such exposure can lead to unauthorized access to your database and potentially compromise your data and systems.

Mitigation Strategies

To mitigate the vulnerability in Apache DolphinScheduler versions 3.1.*, users are recommended to upgrade to version 3.2.0 or later.

If immediate upgrade is not possible, a temporary workaround is to restrict the exposed management endpoints by setting the environment variable:

  • MANAGEMENT_ENDPOINTS_WEB_EXPOSURE_INCLUDE=health,metrics,prometheus

Alternatively, add the following configuration to the application.yaml file to limit endpoint exposure:

  • management: endpoints: web: exposure: include: health,metrics,prometheus
Executive Summary

This vulnerability is an Exposure of Sensitive Information to an Unauthorized Actor in Apache DolphinScheduler.

It allows unauthorized actors to access sensitive information, including database credentials.

The issue affects Apache DolphinScheduler versions 3.1.*.

Compliance Impact

This vulnerability allows unauthorized actors to access sensitive information, including database credentials, which could lead to a breach of confidentiality.

Exposure of sensitive information may result in non-compliance with data protection regulations such as GDPR and HIPAA, which require safeguarding personal and sensitive data against unauthorized access.

Organizations using affected versions of Apache DolphinScheduler should upgrade to version 3.2.0 or later to mitigate this risk and maintain compliance.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-62188. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart