๐Ÿ” CVE Alert

CVE-2026-70557

MEDIUM 6.5

diboot-core Authenticated Arbitrary Field Read via loadRelatedData Discloses Password Hashes and Salts

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor diboot
Product diboot-core
Published Aug 6, 2026
Stay Ahead of the Next One

Get instant alerts for diboot diboot-core

Be the first to know when new medium vulnerabilities affecting diboot diboot-core 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:L/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

diboot / diboot-core
0 โ‰ค 3.9.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/dibo-software/diboot github.com: https://github.com/dibo-software/diboot/issues/104

Credits

Asadbek Fatullayev