CVE-2026-70559: Dinky Unauthenticated System Configuration and Credential Disclosure via GET /api/sysConfig/getAll

Published Aug 6, 2026
·
Updated

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.

Affected Software

2 affected components
dinky dinky=1.2.5
dinky dinky=dev HEAD 63b5a5a

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify SysConfigController.getAll() to remove the method-level @SaIgnore annotation on the handler for GET /api/sysConfig/getAll, ensuring the class-level @SaCheckLogin requirement applies (no unauthenticated access to live system configuration).

    Dinky SysConfigController / API endpoint GET /api/sysConfig/getAll @SaIgnore (method-level annotation) = Remove/disable method-level @SaIgnore so that class-level @SaCheckLogin is enforced
  2. Configuration

    Ensure GET /api/sysConfig/getAll does not return credential-bearing fields in cleartext. At minimum, obfuscate these fields: sys.env.settings.dinkyToken, sys.ldap.settings.userPassword, sys.resource.settings.oss.accessKey and secretKey, and sys.dolphinscheduler.settings.token. (Only sys.maven.settings.repositoryPassword is stated as currently desensitized.)

    Dinky sysconfig desensitization Cleartext exposure of credential fields = Desensitize/obfuscate in responses
  3. Compensating control

    Restrict network access to the Dinky HTTP port (8888 by default) so unauthenticated callers cannot reach the endpoint that returns full system configuration (GET /api/sysConfig/getAll). Use firewall/ACL/network isolation to limit access to trusted IPs/administrators only.

  4. Operational

    Rotate/re-generate exposed credentials after patching, because dinkyToken (and other listed credential fields) leak via GET /api/sysConfig/getAll. Specifically, rotate sys.env.settings.dinkyToken and the other credential-bearing values returned in cleartext: sys.ldap.settings.userPassword, sys.resource.settings.oss.accessKey and secretKey, and sys.dolphinscheduler.settings.token.

Event History

Aug 6, 2026
CVE Published
via MITRE·07:36 PM
Data Sourced
via MITRE·07:36 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·10:18 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-70559?

CVE-2026-70559 has a high severity rating of 7.5 based on its impact on confidentiality.

2

How do I fix CVE-2026-70559?

To fix CVE-2026-70559, ensure that appropriate authentication checks are implemented for the GET /api/sysConfig/getAll endpoint.

3

What does CVE-2026-70559 affect?

CVE-2026-70559 affects the Dinky software, specifically the SysConfigController component.

4

What type of vulnerability is CVE-2026-70559?

CVE-2026-70559 is an unauthenticated system configuration and credential disclosure vulnerability.

5

Who is at risk due to CVE-2026-70559?

Any remote unauthenticated user can exploit CVE-2026-70559 to access sensitive configuration and credential information.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203