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.
CVE-2026-70557
Score 6.5 from GitHub Security Advisory (severity: HIGH) published 2026-08-07. a secondary CVSS source baseline 6.5; sources differ by 0.0.
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.5
- EG Score
- 6.5(high)
- EG Risk
- 45(Track)EG Risk 45/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity65% × 45%Exploitation40% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 27%
- KEV
- Not listed
Published
August 6, 2026
Last Modified
August 7, 2026
Advisory Details (2)
Auto-updated Aug 6, 2026[Security] diboot-core <= v3.9.0: any authenticated low-privilege user can dump all account password hashes via relatedData label/ext (CWE-639), CVSS 6.5 · Issue #104 · dibo-software/diboot · GitHub
https://github.com/dibo-software/diboot/issues/104GitHub - dibo-software/diboot: 写的更少, 性能更好 -> 为开发人员打造的低代码开发框架,基础框架可免写90%的SQL,同时具备极强的零代码模型表单页面流程的设计能力和代码生成能力,可在pro-code、low-code、no-code之间自由选择灵活切换,全方位赋能开发。 · GitHub
https://github.com/dibo-software/dibootVendor Advisories for CVE-2026-70557(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 21× in last 7d / 45× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-20 22:56 UTCEPSS rescore
- 2026-08-20 14:19 UTCEG score recompute
- 2026-08-20 14:19 UTCGHSA enrichment
- 2026-08-19 17:04 UTCEPSS rescore
- 2026-08-19 15:57 UTCGHSA enrichment
- 2026-08-18 17:54 UTCEG score recompute
- 2026-08-18 17:53 UTCGHSA enrichment
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-18 13:49 UTCEPSS rescore
- 2026-08-17 19:25 UTCEG score recompute
- 2026-08-17 19:25 UTCGHSA enrichment
- 2026-08-17 13:47 UTCEPSS rescore
- 2026-08-16 21:24 UTCEG score recompute
- 2026-08-16 21:24 UTCGHSA enrichment
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 14:56 UTCEPSS rescore
- 2026-08-16 02:15 UTCEPSS rescore
- 2026-08-15 23:30 UTCGHSA enrichment
- 2026-08-15 01:36 UTCEG score recompute
- 2026-08-15 01:36 UTCGHSA enrichment
- 2026-08-15 01:31 UTCEPSS rescore
- 2026-08-14 03:42 UTCEG score recompute
- 2026-08-14 03:42 UTCGHSA enrichment
- 2026-08-13 22:00 UTCEPSS rescore
- 2026-08-13 05:49 UTCEG score recompute
Show 20 moreShow fewer
- 2026-08-13 05:49 UTCGHSA enrichment
- 2026-08-12 13:51 UTCEPSS rescore
- 2026-08-12 07:55 UTCEG score recompute
- 2026-08-12 07:55 UTCGHSA enrichment
- 2026-08-11 10:01 UTCEG score recompute
- 2026-08-11 10:01 UTCGHSA enrichment
- 2026-08-11 00:00 UTCEPSS rescore
- 2026-08-10 12:08 UTCGHSA enrichment
- 2026-08-09 14:14 UTCEG score recompute
- 2026-08-09 14:14 UTCGHSA enrichment
- 2026-08-09 13:47 UTCEPSS rescore
- 2026-08-08 16:37 UTCEPSS rescore
- 2026-08-08 16:21 UTCGHSA enrichment
- 2026-08-07 18:27 UTCEG score recompute
- 2026-08-07 18:27 UTCGHSA enrichment
- 2026-08-07 17:47 UTCEG score recompute
- 2026-08-07 17:47 UTCGHSA enrichment
- 2026-08-06 22:38 UTCEG score recompute
- 2026-08-06 22:16 UTCEG score recompute
- 2026-08-06 22:15 UTCMITRE cvelistV5first tracked
Related CVEs(same CWE)
Same CWE
10 shownCWE-639
- CVE-2018-25270EG 9.8CRITICAL
- CVE-2017-20223EG 9.8CRITICAL
- CVE-2019-25487EG 9.8EPSS p94CRITICAL
- CVE-2019-25235EG 9.8CRITICAL
- CVE-2019-15310EG 9.8EPSS p94CRITICAL
- CVE-2019-15913EG 9.8CRITICAL
- CVE-2019-16340EG 9.8EPSS p97CRITICAL
- CVE-2019-13360EG 9.8EPSS p98CRITICAL
- CVE-2019-12866EG 9.8CRITICAL
- CVE-2019-9756EG 9.8CRITICAL
Frequently asked(5)
What is CVE-2026-70557?
When was CVE-2026-70557 disclosed?
Is CVE-2026-70557 actively exploited?
What is the CVSS score of CVE-2026-70557?
How do I remediate CVE-2026-70557?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-70557
Is Your Infrastructure Affected by CVE-2026-70557?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.