CVE-2026-37064
Received Received - Intake

User Enumeration in Veno File Manager Project

Vulnerability report for CVE-2026-37064, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-27

Last updated on: 2026-08-27

Assigner: MITRE

Description

User enumeration in /vfm-admin/ajax/usr-check.php in Veno File Manager Project 4.4.9 allows an unauthenticated attacker to enumerate the application users via sending a specially crafted POST request to the affected endpoint with a chosen 'user_name' parameter to test if the user exists.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-27
Last Modified
2026-08-27
Generated
2026-08-28
AI Q&A
2026-08-27
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
veno_file_manager_project veno_file_manager 4.4.9

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a user enumeration issue in Veno File Manager Project version 4.4.9. It allows an unauthenticated attacker to check if specific usernames exist by sending crafted POST requests to /vfm-admin/ajax/usr-check.php with a 'user_name' parameter. The application responds differently depending on whether the user exists, enabling attackers to compile lists of valid accounts.

Detection Guidance

To detect this vulnerability, monitor POST requests to /vfm-admin/ajax/usr-check.php. Send crafted requests with varying 'user_name' parameters and check for differing responses indicating user existence. Example: curl -X POST -d 'user_name=testuser' http://target/vfm-admin/ajax/usr-check.php

Impact Analysis

This vulnerability can allow attackers to identify valid user accounts on the system. This information could be used for further attacks like brute force attempts, phishing, or social engineering targeting specific users. It compromises user privacy and increases the risk of unauthorized access to sensitive data.

Compliance Impact

This vulnerability may violate data protection requirements under GDPR and HIPAA by exposing user account information without proper authentication. GDPR requires protecting personal data, and HIPAA mandates safeguarding user identities in healthcare systems. The flaw could lead to non-compliance and potential legal consequences.

Mitigation Strategies

Immediately update Veno File Manager to the latest version. If unavailable, restrict access to /vfm-admin/ajax/usr-check.php via server configuration (e.g., .htaccess or firewall rules). Disable unauthenticated POST requests to this endpoint.

Chat Assistant

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

EPSS Chart