CVE-2026-37067
category: web
(MEDIUM)
UnverifiedVeno File Manager Incorrect Access Control — Application Log Extraction (CVE-2026-37067)
Published: 2026-07-05 • Researcher: jfs-jfs
Target software
Veno File Manager Project
Affected versions
4.4.9
Status
PoC
Severity
Medium
- Severity
- Medium
- CVE
- CVE-2026-37067
- Category
- web
- Affected product
- Veno File Manager Project
- Affected versions
- 4.4.9
- Disclosed
- 2026-07-05
- Patch status
- Unverified
References
Archive entry
intelseclab/poc-archiveOn this page
Metadata
| Field | Value |
|---|---|
| Date Added | 2026-07-05 |
| Last Updated | 2026-06 |
| Author / Researcher | jfs-jfs |
| CVE / Advisory | CVE-2026-37067 |
| Category | web |
| Severity | Medium |
| CVSS Score | Not specified in source |
| Status | PoC |
| Tags | veno-file-manager, incorrect-access-control, log-disclosure, unauthenticated, cwe-284 |
| Related | N/A |
Affected Target
| Field | Value |
|---|---|
| Software / System | Veno File Manager Project |
| Versions Affected | 4.4.9 |
| Language / Platform | Bash PoC |
| Authentication Required | No |
| Network Access Required | Yes (HTTP to vfm-admin interface) |
Summary
Incorrect access control in /vfm-admin/admin-panel/view/save-cvs.php in Veno File Manager Project 4.4.9 allows an unauthenticated attacker to extract all application logs from a chosen date forward via a specially crafted POST request.
Vulnerability Details
Root Cause
The save-cvs.php log-export endpoint does not enforce authentication before returning application log data.
Attack Vector
- Send an unauthenticated POST request to /vfm-admin/admin-panel/view/save-cvs.php specifying a starting date.
- The endpoint returns all application logs from that date forward without verifying the caller is authenticated.
Impact
Unauthenticated disclosure of application logs, which may contain sensitive operational or user information.
Environment / Lab Setup
Output
Target: Veno File Manager Project 4.4.9
Attacker: Bash/curlProof of Concept
PoC Script
See
PoC.shin this folder.
Shell script
| |
Sends the crafted unauthenticated POST request to extract application logs from the specified date forward.
Detection & Indicators of Compromise
Output
Signs of compromise:
- Log-export requests from sessions with no valid authentication
Remediation
| Action | Detail |
|---|---|
| Primary fix | Update Veno File Manager to a version that requires authentication for save-cvs.php |
| Interim mitigation | Restrict access to /vfm-admin/ paths at a reverse-proxy/WAF layer to trusted networks |
References
Notes
Mirrored from https://github.com/jfs-jfs/CVE-2026-37067 on 2026-07-05.
| |