Veno File Manager Arbitrary File Deletion (CVE-2026-37065)
by jfs-jfs · 2026-07-05
- Severity
- High
- CVE
- CVE-2026-37065
- Category
- web
- Affected product
- Veno File Manager Project
- Affected versions
- 4.4.9
- Disclosed
- 2026-07-05
- Patch status
- unpatched
References
Archive entry
intelseclab/poc-archiveMetadata
| Field | Value |
|---|---|
| Date Added | 2026-07-05 |
| Last Updated | 2026-06 |
| Author / Researcher | jfs-jfs |
| CVE / Advisory | CVE-2026-37065 |
| Category | web |
| Severity | High |
| CVSS Score | Not specified in source |
| Status | PoC |
| Tags | veno-file-manager, arbitrary-file-deletion, authenticated, superadmin, cwe-22 |
| Related | N/A |
Affected Target
| Field | Value |
|---|---|
| Software / System | Veno File Manager Project |
| Versions Affected | 4.4.9 |
| Language / Platform | Bash PoC |
| Authentication Required | Yes (superadmin role) |
| Network Access Required | Yes (HTTP to vfm-admin interface) |
Summary
Veno File Manager Project 4.4.9 is vulnerable to arbitrary file deletion. An authenticated attacker with the superadmin role can send a specially crafted POST request using the remove URL parameter to control which file gets deleted, with no further validation — including the application’s own root index.php, causing a denial of service.
Vulnerability Details
Root Cause
The file-removal endpoint accepts an attacker-controlled remove parameter specifying the file to delete without restricting it to an intended directory.
Attack Vector
- Authenticate as a superadmin user.
- Send a crafted POST request with the
removeparameter set to a path outside the intended upload directory (e.g. the application’s root index.php). - The server deletes the specified file, potentially breaking the application.
Impact
A superadmin-level authenticated attacker can delete arbitrary files on the server, up to and including core application files, causing denial of service.
Environment / Lab Setup
Target: Veno File Manager Project 4.4.9
Attacker: Bash/curl, valid superadmin session
Proof of Concept
PoC Script
See
PoC.shin this folder.
| |
Sends the crafted POST request with the remove parameter to delete an arbitrary file on the target server.
Detection & Indicators of Compromise
Signs of compromise:
- Unexpected deletion of core application files
- Application outage immediately following a file-manager delete action
Remediation
| Action | Detail |
|---|---|
| Primary fix | Update Veno File Manager to a version that restricts the remove parameter to the intended upload directory |
| Interim mitigation | Restrict superadmin account issuance; monitor file-deletion actions via the admin panel |
References
Notes
Mirrored from https://github.com/jfs-jfs/CVE-2026-37065 on 2026-07-05.
| |