CVE-2024-30188
published 2024-08-12CVE-2024-30188: File read and write vulnerability in Apache DolphinScheduler , authenticated users can illegally access additional resource files. This issue affects Apache…
PriorityP260high8.1CVSS 3.1
AVNACLPRLUINSUCHIHAN
EXPLOIT
EPSS
5.99%
92.5th percentile
File read and write vulnerability in Apache DolphinScheduler , authenticated users can illegally access additional resource files.
This issue affects Apache DolphinScheduler: from 3.1.0 before 3.2.2.
Users are recommended to upgrade to version 3.2.2, which fixes the issue.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| apache | dolphinscheduler | >= 3.1.0 < 3.2.2 | 3.2.2 |
| apache_software_foundation | apache_dolphinscheduler | >= 3.1.0 < 3.2.2 | 3.2.2 |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect exploitation attempts by monitoring GET requests to /dolphinscheduler/resources/download with a 'fullName' parameter containing 'file://' URI scheme, indicating local file read attempts. ↗
- →Successful exploitation can be confirmed if the HTTP 200 response body matches the regex 'root:.*:0:0:' (passwd file content) with Content-Type application/json. ↗
- →Attackers first authenticate via POST /dolphinscheduler/login to obtain a sessionId, then use it in the download endpoint. Monitor for this two-step pattern from the same source IP. ↗
- →Use Shodan/FOFA/Google dorks to identify exposed DolphinScheduler instances: http.title:"dolphinscheduler", title="dolphinscheduler", intitle:"dolphinscheduler". ↗
- →Affected versions are Apache DolphinScheduler >= 3.1.0 and < 3.2.2. Verify installed version to prioritize patching. ↗
- ·Exploitation requires valid credentials (authenticated users only). Unauthenticated access to the download endpoint alone is insufficient; a valid sessionId must first be obtained via the login endpoint. ↗
- ·The vulnerability allows both file read AND write operations on arbitrary resource files, not just read — scope of impact extends beyond LFI to potential file tampering. ↗
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
OSV
Apache DolphinScheduler: Resource File Read And Write Vulnerability
osv·2024-08-12
CVE-2024-30188 [HIGH] Apache DolphinScheduler: Resource File Read And Write Vulnerability
Apache DolphinScheduler: Resource File Read And Write Vulnerability
File read and write vulnerability in Apache DolphinScheduler, authenticated users can illegally access additional resource files.
This issue affects Apache DolphinScheduler: from 3.1.0 before 3.2.2.
Users are recommended to upgrade to version 3.2.2, which fixes the issue.
GHSA
Apache DolphinScheduler: Resource File Read And Write Vulnerability
ghsa·2024-08-12
CVE-2024-30188 [HIGH] CWE-20 Apache DolphinScheduler: Resource File Read And Write Vulnerability
Apache DolphinScheduler: Resource File Read And Write Vulnerability
File read and write vulnerability in Apache DolphinScheduler, authenticated users can illegally access additional resource files.
This issue affects Apache DolphinScheduler: from 3.1.0 before 3.2.2.
Users are recommended to upgrade to version 3.2.2, which fixes the issue.
No detection rules found.
Nuclei
Apache DolphinScheduler >= 3.1.0, < 3.2.2 Resource File Read And Write
nuclei·CVSS 8.1
CVE-2024-30188 [HIGH] Apache DolphinScheduler >= 3.1.0, < 3.2.2 Resource File Read And Write
Apache DolphinScheduler >= 3.1.0, = 3.1.0, < 3.2.2 Resource File Read And Write
author: iamnoooob,rootxharsh,pdresearch
severity: high
description: |
File read and write vulnerability in Apache DolphinScheduler, authenticated users can illegally access additional resource files. This issue affects Apache DolphinScheduler from 3.1.0 before 3.2.2.
impact: |
Attackers can read and write arbitrary resource files, potentially compromising system integrity and confidentiality.
remediation: |
Update Apache DolphinScheduler to a version that patches the resource file access vulnerability.
reference:
- https://github.com/advisories/GHSA-4vv4-crw4-8pcw
- https://github.com/Mr-xn/Penetration_Testing_POC
- https://nvd.nist.gov/vuln/detail/CVE-2024-30188
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L
No writeups or analysis indexed.
2024-08-12
Published