Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Network-accessible API flaw requiring a valid authenticated account (PR:L) with impact limited to partial confidentiality exposure of workflow metadata only.
Primary rating from Vendor (CNA).
CVSS VectorCISA-ADP
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Lifecycle Timeline
2Blast Radius
ecosystem impact- 1 maven packages depend on org.apache.dolphinscheduler:dolphinscheduler-api (1 direct, 0 indirect)
Ecosystem-wide dependent count for version 3.4.2.
Description PRE-NVD
Articles & Coverage 1
AnalysisAI
Incorrect Authorization in Apache DolphinScheduler's API layer exposes workflow instance data across project boundaries to authenticated users who lack the required project permissions. All versions prior to 3.4.2 of the org.apache.dolphinscheduler:dolphinscheduler-api component are affected, with the vendor recommending immediate upgrade to 3.4.2. No public exploit has been identified and the vulnerability is not listed in CISA KEV; real-world risk is concentrated in multi-tenant deployments where project isolation is the primary access control boundary.
Technical ContextAI
Apache DolphinScheduler is an open-source distributed workflow scheduling and orchestration platform, with the API surface exposed through the Maven artifact org.apache.dolphinscheduler:dolphinscheduler-api. The root cause aligns with CWE-863 (Incorrect Authorization), a class of flaw where the system fails to correctly enforce its own access-control policy at the resource level - in this case, failing to validate that the requesting user is a member of, or has been explicitly granted access to, the project that owns the queried workflow instance. The API returns workflow instance records without adequately cross-checking project-level permissions, allowing cross-project enumeration within a shared DolphinScheduler cluster. No CPE string or CWE identifier was formally provided in the source data; the CWE classification here is independently assessed from the description.
RemediationAI
Upgrade Apache DolphinScheduler to version 3.4.2, which contains the authorization fix as confirmed by the Apache security team in the oss-security disclosure (https://seclists.org/oss-sec/2026/q2/955). If an immediate upgrade is operationally infeasible, restrict API access to the DolphinScheduler web interface and REST endpoints to trusted internal network segments only, reducing the pool of users who could abuse the flaw to those already within the organization's perimeter. Additionally, audit active user accounts and remove or deactivate any accounts with unexpectedly broad platform access - reducing the number of accounts capable of querying cross-project workflow data limits lateral exposure. Review API access logs for anomalous cross-project workflow instance requests to identify any prior unauthorized access. No formal vendor-specified workaround exists beyond upgrading to 3.4.2.
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37582