Description
Adminer before 5.4.3 contains an arbitrary file deletion vulnerability in SQLite mode where the database-list drop action fails to validate file extensions before deletion. An authenticated attacker can submit arbitrary relative file paths in the db[] parameter to delete any files writable by the PHP process.
Published: 2026-08-25
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Arbitrary File Deletion
Action: Immediate Patch
AI Analysis

Impact

Adminer before version 5.4.3 allows an authenticated attacker to delete any file writable by the PHP process by exploiting a flaw in SQLite mode where the database‑list drop action does not validate file extensions. The attacker can supply arbitrary relative paths in the db[] parameter, leading to removal of critical system files, configuration files, or user data, potentially causing data loss, service disruption, or further exploitation if deleted files contain executable code or configuration credentials.

Affected Systems

The vulnerability affects the Adminer web database management tool, specifically all releases prior to 5.4.3. Any installation that enables SQLite mode and allows authenticated users to perform drop actions is potentially impacted.

Risk and Exploitability

The CVSS score of 7.2 indicates a medium to high severity vulnerability. Because the EPSS score is not available, the likelihood of exploitation in the wild is uncertain, though the lack of a documented public exploit suggests a lower immediate risk. The lack of inclusion in the CISA KEV catalog confirms there is no known active exploitation at the time of assessment. Attacks require the attacker to first authenticate to Adminer with sufficient privileges to initiate a drop operation, and the PHP process must have write permission to the target file path.

Generated by OpenCVE AI on August 25, 2026 at 03:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Adminer 5.4.3 or later.
  • If an immediate upgrade is not possible, disable or remove SQLite mode or restrict drop table actions through configuration to prevent arbitrary deletion commands.
  • Configure the PHP process with the principle of least privilege and restrict write access to web‑root directories to limit the scope of files that could be deleted.

Generated by OpenCVE AI on August 25, 2026 at 03:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 26 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 04:45:00 +0000

Type Values Removed Values Added
First Time appeared Vrana
Vrana adminer
Vendors & Products Vrana
Vrana adminer

Tue, 25 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Description Adminer before 5.4.3 contains an arbitrary file deletion vulnerability in SQLite mode where the database-list drop action fails to validate file extensions before deletion. An authenticated attacker can submit arbitrary relative file paths in the db[] parameter to delete any files writable by the PHP process.
Title Adminer before 5.4.3 Arbitrary File Deletion via SQLite Drop
First Time appeared Adminer
Adminer adminer
Weaknesses CWE-22
CPEs cpe:2.3:a:adminer:adminer:*:*:*:*:*:*:*:*
Vendors & Products Adminer
Adminer adminer
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H'}

cvssV4_0

{'score': 7.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T15:29:34.632Z

Reserved: 2026-03-31T17:58:43.754Z

Link: CVE-2026-34968

cve-icon Vulnrichment

Updated: 2026-08-25T15:29:06.615Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T02:16:40.843

Modified: 2026-09-08T20:23:49.880

Link: CVE-2026-34968

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T04:30:05Z

Weaknesses
  • CWE-22

    Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')