CVE-2026-56706
Last modified
CVE-2026-56706 is a medium-severity vulnerability rated 6.8/10 on the CVSS scale. Adminer before 5.4.3 uses a CSRF token scheme that transmits both the XOR mask and the masked value in every token (format (rand XOR secret):rand), allowing anyone who observes a single CSRF token (e.g., via network sniffing, log files, Referrer header, or XSS) to recover the session secret with a single XOR operation and forge unlimited valid tokens. The implementation is further weakened by a low-entropy session token (rand(1,1e6), ~20 bits) that permits blind brute-force, and by use of loose comparison (==) in token verification, enabling PHP type juggling. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
Adminer before 5.4.3 uses a CSRF token scheme that transmits both the XOR mask and the masked value in every token (format (rand XOR secret):rand), allowing anyone who observes a single CSRF token (e.g., via network sniffing, log files, Referrer header, or XSS) to recover the session secret with a single XOR operation and forge unlimited valid tokens. The implementation is further weakened by a low-entropy session token (rand(1,1e6), ~20 bits) that permits blind brute-force, and by use of loose comparison (==) in token verification, enabling PHP type juggling. Exploitation enables cross-site request forgery against authenticated sessions, including execution of arbitrary SQL queries.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| vrana | adminer | < 5.4.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-56706?
How severe is CVE-2026-56706?
How do I fix CVE-2026-56706?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- 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-56700Grav CMS before 2.0.0-beta.2 contains multiple code-executio…9.8
- CVE-2026-56701Grav before 2.0.0-beta.2 contains an XML external entity inj…7.1
- CVE-2026-56702Adminer versions before 5.4.3 contain an unrestricted file u…8.8
- CVE-2026-56703Adminer before 5.4.3 contains a remote code execution vulner…7.2
- CVE-2026-56704Adminer before 5.4.3 inserts unsanitized database server ver…6.1
- CVE-2026-56705Adminer before 5.4.3 fails to sanitize the server field befo…9.8
- CVE-2026-56707Grav Flex Objects plugin versions 1.4.0 through 1.4.7 contai…7.7
- CVE-2026-56708Grav API plugin before 1.0.16 contains a server-side request…5.3
- CVE-2026-56709Grav before 3.9.2 fails to validate untrusted Host headers i…7.5
- CVE-2026-5671A vulnerability was determined in Cyber-III Student-Manageme…4.3
- CVE-2026-56710Grav Login plugin versions before 1.0.16 fail to validate th…9.8
- CVE-2026-56711VLC media player versions 3.0.0 through 3.0.23 contain a mem…7
Are you affected by CVE-2026-56706?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
