CVE Catalog

CVE-2026-23698

HighCVSS 7.2
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.87%

54th percentile - higher than 54% of all known CVEs

Summary

Vtiger CRM up to version 8.4.0 contains an authenticated remote code execution vulnerability in the admin module import feature. An administrator can upload a crafted ZIP archive that extracts arbitrary PHP files into the modules/ directory under the web root without validating file types beyond manifest.xml.

Risk Assessment

An attacker can gain persistent server access via a web shell, bypassing Vtiger CRM's authentication and authorization layer because Apache directly interprets PHP files from the modules/ directory before the request reaches the application routing.

Recommendation

Immediately upgrade Vtiger CRM to a version newer than 8.4.0 if available, restrict administrator account privileges, and implement monitoring of the modules/ directory integrity.

Other vulnerabilities in Vtiger CRM

See all
Original NVD description (English source)

Vtiger CRM through 8.4.0 contains an authenticated remote code execution vulnerability in the admin module import feature that allows administrator-level attackers to upload arbitrary PHP files by submitting a crafted zip archive through the ModuleManager import function, which extracts contents directly into the modules/ directory under the web root without validating file types beyond the manifest.xml descriptor. Attackers can place executable PHP files in the modules/ directory that become directly accessible via HTTP, bypassing Vtiger's authentication and authorization layer entirely since Apache resolves the path and invokes the PHP interpreter before the application routing layer is involved, resulting in a persistent web shell independent of the originating session.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS