๐Ÿ” CVE Alert

CVE-2026-70559

HIGH 7.5

Dinky Unauthenticated System Configuration and Credential Disclosure via GET /api/sysConfig/getAll

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

Dinky's SysConfigController.getAll() handler for GET /api/sysConfig/getAll carries a method-level @SaIgnore annotation that short-circuits the class-level @SaCheckLogin, so the Sa-Token interceptor lets the request through with no session or role check. Any remote unauthenticated caller who can reach the Dinky HTTP port (8888 by default) receives the full live system configuration (54 entries on a stock v1.2.5 install) with one parameterless GET. Only one credential field (sys.maven.settings.repositoryPassword) has a desensitization handler wired; the other credential-bearing fields (sys.env.settings.dinkyToken, sys.ldap.settings.userPassword, sys.resource.settings.oss.accessKey and secretKey, and sys.dolphinscheduler.settings.token) return in cleartext. A bare install leaks the shipped defaults, including the hardcoded dinkyToken efda1551-7958-4e0f-80a8-dfd107df3e38 and minioadmin/minioadmin OSS keys; once an operator configures LDAP, object storage, or DolphinScheduler through the Settings Center, those live third-party credentials leak from the same endpoint. Because dinkyToken is the sole gate on the sibling POST /download/uploadFromRsByLocal arbitrary file write, this disclosure defeats token rotation as a mitigation for that vulnerability. Affects Dinky v1.2.5 (the current release, 2025-11-05) and the development branch (dev HEAD 63b5a5a), where the affected code is byte-identical.

CWE CWE-306
Vendor datalinkdc
Product dinky
Published Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for datalinkdc dinky

Be the first to know when new high vulnerabilities affecting datalinkdc dinky are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

DataLinkDC / Dinky
0 โ‰ค 1.2.5

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/DataLinkDC/dinky github.com: https://github.com/DataLinkDC/dinky/issues/4567 github.com: https://github.com/DataLinkDC/dinky/security/advisories/GHSA-c48m-x2xw-32rj

Credits

Asadbek Fatullayev