CVE Catalog

CVE-2026-23697

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.76%

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

Summary

Vtiger CRM before version 8.4.0 contains an authenticated file upload vulnerability that allows low-privileged users to achieve remote code execution by uploading a .phar file with arbitrary PHP code via the Documents module. The vulnerability is due to the omission of the .phar extension from the denylist in config.inc.php and a misconfigured .htaccess file that is silently ignored on Apache 2.4 deployments.

Risk Assessment

The organization is at risk of server compromise by an unauthenticated attacker who can execute arbitrary PHP code, potentially leading to data theft, system modification, or further attacks within the internal network.

Recommendation

Immediately upgrade Vtiger CRM to version 8.4.0 or later. Additionally, verify the Apache server configuration to ensure the .htaccess file is properly interpreted and extend the denylist to include the .phar extension.

Other vulnerabilities in Vtiger CRM

See all
Original NVD description (English source)

Vtiger CRM before 8.4.0 contains an authenticated file upload vulnerability that allows low-privileged users to achieve remote code execution by uploading a .phar file containing arbitrary PHP code through the Documents module, bypassing the extension denylist in config.inc.php which omits the .phar extension. The uploaded file is stored with its original .phar extension under the web-accessible storage directory, and a misconfigured .htaccess using Apache 2.2 syntax is silently ignored on Apache 2.4 deployments, allowing unauthenticated HTTP requests to directly execute the uploaded PHP payload.

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