Vulnerability Description
diboot-core's POST /common/load-related-data endpoint resolves caller-supplied field names to any @TableField column of any entity and returns those values for all rows, with no field or entity allowlist. The only guard, relatedDataSecurityCheck(), returns true unconditionally, so any authenticated user (including a zero-role account) can read @JsonIgnore-annotated secret fields such as IamAccount.authSecret and IamAccount.secretSalt for every account, or arbitrary secret fields of any other entity. Shiro's two-iteration MD5 with an 8-character salt is trivially crackable offline, so the disclosed admin password hashes convert to full administrative takeover. The endpoint is not example code; the official diboot-admin-ui frontend requires it, so deployments following the vendor's recommended integration expose it. The mechanism was renamed relatedData* to attachMore* on the development branch, but attachMoreSecurityCheck() also returns true unconditionally.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/dibo-software/diboot
- https://github.com/dibo-software/diboot/issues/104
- https://github.com/dibo-software/diboot/issues/104
FAQ
What is CVE-2026-70557?
CVE-2026-70557 is a vulnerability with a CVSS score of 6.5 (MEDIUM). diboot-core's POST /common/load-related-data endpoint resolves caller-supplied field names to any @TableField column of any entity and returns those values for all rows, with no field or entity allowl...
How severe is CVE-2026-70557?
CVE-2026-70557 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-70557?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.