The CVSS 6.5 score for CVE-2026-52607 fundamentally misrepresents this vulnerability's operational risk because it treats directory traversal in a reporting engine as equivalent to traversal in a static file server. Reportico is a business intelligence platform that by design operates with database credentials, authentication context, and elevated filesystem permissions. When an attacker leverages the target_format parameter (combined with execute_mode=EXECUTE) to expose arbitrary PHP files, they're not just reading configuration—they're likely harvesting credentials, session tokens, or application secrets that unlock the broader system. The cascade from PHP file read to full system compromise isn't hypothetical; it's the expected path when the compromised process already has database access and PHP execution capability.
The two-parameter requirement creates accidental friction rather than meaningful access control. Conditional gates that depend on parameter combinations rather than explicit authorization checks are architecturally fragile—a properly designed model would ask 'does this user have permission to read this resource?' rather than 'did the request include these particular parameters?'
What you should check: whether your reportico deployment is externally accessible, what privileges the application process runs under, and whether version 8.1.1 removes the file-handling capability entirely or merely adds sanitization. The EPSS score of 0.0037 reflects the vulnerability's newness rather than exploitation difficulty. More importantly, this vulnerability class has a demonstrated lineage across phpMyAdmin, Adminer, Cacti, and Nagios—admin tools that assumed internal-only deployment and became external attack surfaces. The institutional failure is predictable: CVSS 6.5 will cause organizations to deprioritize this as 'medium,' schedule it for next quarter's patching cycle, and leave an extended exposure window. Forgotten reportico instances in appliances, containers, and inherited deployments won't get patched at all until the next appliance version ships, if ever. Treat this as elevated-risk regardless of what automated scoring suggests.