CVE-2026-34968
Received Received - Intake

Arbitrary File Deletion in Adminer via SQLite Mode

Vulnerability report for CVE-2026-34968, 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 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.

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-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Adminer before version 5.4.3 has an arbitrary file deletion vulnerability in SQLite mode. When using the database-list drop action, the application fails to validate file extensions before deleting files. An authenticated attacker can submit relative file paths in the db[] parameter to delete any file writable by the PHP process.

Detection Guidance

To detect this vulnerability, check if Adminer versions before 5.4.3 are installed on your system. Review Adminer's SQLite mode database-list functionality for suspicious file deletion attempts in logs. Look for POST requests to the database-list drop action with arbitrary file paths in the db[] parameter.

Impact Analysis

This vulnerability allows an authenticated attacker to delete critical files on the server where Adminer is running. This could lead to data loss, system instability, or denial of service if important files are removed. Attackers could target configuration files, databases, or other sensitive data.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR or HIPAA by enabling unauthorized file deletion, potentially resulting in data breaches or loss of protected health information. Organizations may face penalties for failing to protect sensitive data adequately.

Mitigation Strategies

Immediately upgrade Adminer to version 5.4.3 or later. If upgrading is not possible, implement strict validation for the db[] parameter to ensure only valid SQLite database files (.db, .sdb, .sqlite) can be deleted. Restrict file system permissions for the PHP process to limit file deletion scope.

Chat Assistant

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

EPSS Chart