AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-23698

HIGH · CVSS 7.2 EPSS 0.87% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-07 · Last synced 2026-08-06

CyberRota Analysis

AI-Generated

Vtiger CRM versions up to 8.4.0 are vulnerable to an authenticated remote code execution flaw in the admin module's import feature, allowing attackers with admin access to upload arbitrary PHP files via a crafted zip archive. This vulnerability enables the execution of malicious PHP scripts directly from the web root, effectively bypassing authentication and authorization mechanisms, leading to potential persistent web shell access. Organizations using Vtiger CRM, particularly those with administrative access, should prioritize immediate remediation to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-23698
Severity
HIGH
CVSS
7.2
EPSS
0.87%
Apache

Original NVD Description

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.