Veno File Manager Absolute Path Disclosure (CVE-2026-37069)
by jfs-jfs · 2026-07-05
- Severity
- Low
- CVE
- CVE-2026-37069
- 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-37069 |
| Category | web |
| Severity | Low |
| CVSS Score | Not specified in source |
| Status | PoC |
| Tags | veno-file-manager, path-disclosure, unauthenticated, information-disclosure, cwe-200 |
| 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
Absolute path disclosure in /vfm-admin/assets/zipstream/grandt/relativepath/RelativePath.Example1.php in Veno File Manager Project 4.4.9 allows an unauthenticated attacker to learn the system directory in which the application code is running by sending a GET request to the endpoint.
Vulnerability Details
Root Cause
The example/debug script RelativePath.Example1.php discloses the server’s absolute filesystem path in its output without requiring authentication.
Attack Vector
- Send an unauthenticated GET request to /vfm-admin/assets/zipstream/grandt/relativepath/RelativePath.Example1.php.
- The response reveals the absolute filesystem path of the application installation.
Impact
Information disclosure of the server’s absolute installation path, aiding further targeted attacks (e.g. path-dependent exploits).
Environment / Lab Setup
Target: Veno File Manager Project 4.4.9
Attacker: Any HTTP client (curl/browser)
Proof of Concept
PoC Script
See
PoC.shin this folder.
| |
Sends the unauthenticated GET request and extracts the disclosed absolute server path from the response.
Detection & Indicators of Compromise
Signs of compromise:
- Unauthenticated GET requests to RelativePath.Example1.php
Remediation
| Action | Detail |
|---|---|
| Primary fix | Update Veno File Manager to a version that removes or restricts access to the example/debug script |
| Interim mitigation | Remove or block access to bundled third-party example/debug scripts under /vfm-admin/assets/ |
References
Notes
Mirrored from https://github.com/jfs-jfs/CVE-2026-37069 on 2026-07-05.
| |