CVE-2026-56703
Received Received - Intake

Adminer SQLite RCE via VACUUM INTO Command Execution

Vulnerability report for CVE-2026-56703, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-25

Last updated on: 2026-08-25

Assigner: VulnCheck

Description

Adminer before 5.4.3 contains a remote code execution vulnerability in SQLite query handling where VACUUM INTO is not blocked despite ATTACH restrictions. Authenticated attackers can execute VACUUM INTO to write PHP code to arbitrary file paths and execute commands on the server.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-25
Last Modified
2026-08-25
Generated
2026-08-25
AI Q&A
2026-08-25
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
vrana adminer to 5.4.3 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-94 The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-56703 is a high-severity Remote Code Execution (RCE) vulnerability in Adminer versions 5.4.2 and earlier. It occurs because Adminer blocks ATTACH queries to prevent file creation but fails to block VACUUM INTO, which can write PHP code to arbitrary file paths. Authenticated attackers can exploit this to upload a malicious PHP web shell and execute commands on the server.

Detection Guidance

To detect this vulnerability, check if Adminer version 5.4.2 or earlier is installed and if the SQLite driver is enabled. Inspect server logs for unusual VACUUM INTO commands or PHP file writes in the web root. Look for unauthorized PHP files or unexpected database queries.

Impact Analysis

If you use Adminer versions before 5.4.3, an attacker with valid credentials could exploit this to gain full control over your server. They could read, modify, or delete sensitive data, install malware, or use your server for further attacks. The impact includes compromised confidentiality, integrity, and availability of your systems.

Compliance Impact

This vulnerability could lead to data breaches, violating GDPR and HIPAA requirements for data protection and confidentiality. Organizations may face fines, legal penalties, and reputational damage due to unauthorized access to personal or health data.

Mitigation Strategies

Immediately upgrade Adminer to version 5.4.3 or later. Disable the SQLite driver in Adminer if not required. Review and remove any unauthorized PHP files in the web root. Monitor for suspicious activity and restrict database user permissions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-56703. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart