The CVSS 6.6 rating for this authenticated LFI in WP Cafe Pro obscures a more dangerous reality. While Author-level access is required, the critical distinction is what lies beyond the WordPress application boundary: an LFI to wp-config.php exposes database credentials that are frequently reused across staging environments, development pipelines, backup systems, and other applications on the same hosting account. The CVSS model treats credential exposure as contained to a single asset; the actual blast radius extends into infrastructure layers where those credentials live for months unguarded.
WP Cafe Pro adds another dimension. As a food ordering and reservation plugin, it operates adjacent to customer PII, order histories, and payment data - business logic layers with regulatory implications that WordPress roles were never designed to protect against. An Author in this context isn't just a content creator; they're already positioned near sensitive business data. The LFI becomes the pivot that elevates an internal actor from application-layer permissions to filesystem-level access and credential harvesting in one move.
The EPSS score of 0.00333 reflects current institutional attention, not true exploitability. Historical patterns show authenticated plugin LFI vulnerabilities only spike in exploitation after a proof-of-concept circulates or a credential-reuse chain gets demonstrated. Treat the EPSS-CVSS gap as a measurement of defender awareness, not inherent risk.
For defenders, the practical posture: treat this as a high-priority fix rather than a 30-90 day remediation. The disclosure-to-remediation window is exactly where credential chains get exploited - staging credentials rotate slowly, backups are rarely hardened, and the plugin's historical customer data creates a temporal exposure window that outlasts the vulnerability itself. The authentication requirement is not a meaningful barrier in environments where Authors are provisioned generously, which is common in publishing workflows and contributor relationships.