CVE-2026-14864
The EPSS score of 0.00133 for CVE-2026-14864 almost certainly understates the real exploitation risk. This is a stored XSS in JetEngine (versions before 3.8.12) where a Contributor-level user can inject malicious scripts into post meta values that render through JetEngine shortcodes. When an administrator opens the post editor or previews the draft, the payload executes automatically within the admin session — no additional user interaction required beyond the admin simply doing their job. This changes the risk calculus significantly. The CVSS 5.4 rating treats 'Contributor role required' as an authentication barrier, but on content-driven WordPress sites, Contributor access is frequently granted broadly through registration or onboarding flows. The attacker doesn't need to escalate privileges — they compromise a Contributor account (through credential theft, registration-gated access, or multisite role misconfiguration) and the admin's session does the rest. The blast radius matters more than the entry vector. An admin session compromise in WordPress doesn't mean 'script execution in browser' — it means full access to the plugin editor (direct code execution), theme editor, database credentials through UI, user management to create backdoor accounts, and potentially WP-CLI if configured. One stored XSS click becomes complete host takeover. You should verify three things: First, confirm whether JetEngine's shortcode rendering of post meta is default behavior or requires specific configuration — this determines whether passive installations are vulnerable. Second, check whether the 3.8.12 patch applied targeted output escaping for this specific meta path or a broader sanitization change; if targeted, expect bypass variants against adjacent rendering paths. Third, after patching, flush the WordPress shortcode registry and clear cached shortcode outputs — the vulnerable handler may persist in registry references until registry is flushed, which doesn't happen automatically on all updates. The remediation timeline for WordPress plugin vulnerabilities follows a power law: a substantial population of sites never update, and this vulnerability's one-click admin compromise makes unpatched installations high-value targets for automated scanning once the exploit appears in attacker toolchains.
Reviewed through automated stages and approved by a human before publication.