CVE-2026-70557
Last modified
CVE-2026-70557 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. 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. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| diboot | diboot-core | <= 3.9.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-70557?
How severe is CVE-2026-70557?
How do I fix CVE-2026-70557?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-70547An authenticated user without repository read permission may…4.3
- CVE-2026-7055A security vulnerability has been detected in Tenda F456 1.0…8.8
- CVE-2026-70552MaxSite CMS 109.5 and earlier contains an authentication byp…9.8
- CVE-2026-70553MaxSite CMS contains a remote code execution vulnerability t…9.8
- CVE-2026-70554MaxSite CMS contains a PHP object injection vulnerability th…9.8
- CVE-2026-70556Hubzilla 11.2.1 contains a cross-site request forgery vulner…5.1
- CVE-2026-70558Dinky's POST /download/uploadFromRsByLocal handler passes th…9.8
- CVE-2026-70559Dinky's SysConfigController.getAll() handler for GET /api/sy…8.7
- CVE-2026-7056A vulnerability was detected in Tenda F456 1.0.0.5. Impacted…8.8
- CVE-2026-70560Ultimate POS (Stock Management & Point of Sale) contains a s…5.4
- CVE-2026-70561TestLink 1.9.20 and prior contains an insecure direct object…7.1
- CVE-2026-7057A flaw has been found in Tenda F456 1.0.0.5. The affected el…8.8
Are you affected by CVE-2026-70557?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
