The CVSS 8.8 on this PHP Object Injection vulnerability in the Booking Activities plugin deserves scrutiny, but not for the reason you might think. The gap between the high severity score and the low EPSS (0.00311) isn't a contradiction to resolve—it's a signal to interpret correctly.

PHP Object Injection via unserialize() on attacker-controlled input is a vulnerability class where the CVSS system consistently overestimates immediate risk. The EPSS score reflects what automated exploitation pipelines see: a theoretical vulnerability without a confirmed pop chain, which means limited practical exploitability today. However, treating this as a 'wait and see' situation is the wrong lesson to draw.

The critical insight is temporal. Historical pattern for WordPress plugin PHP Object Injection: CVE drops, 2-6 weeks pass, a workable gadget chain surfaces on GitHub or a security blog, and exploitation pivots from theoretical to confirmed viable. The EPSS score you're looking at captures week one conditions—it cannot measure the exploitation window that opens the moment a chain gets committed publicly. That window is measured in days, not months.

More importantly, the deployed attack surface is unknowable. Booking Activities is a niche plugin with fragmented version adoption across WordPress multisite networks and abandoned installations running outdated code. You aren't just patching against this CVE—you're patching against a population where finding a live instance on an old version with favorable gadget layering is straightforward.

The future-dated CVE ID (2026) is another red flag. It suggests this was scored before full chain research existed, meaning the 8.8 reflects theoretical maximum severity, not confirmed RCE impact.

Prioritize this: treat any PHP Object Injection in a WordPress plugin as a confirmed exploit pathway pending your own review. The gap between CVSS and EPSS isn't a reason to deprioritize—it's a reminder that your remediation timeline should account for the predictable gap between CVE publication and chain emergence. Patch now, investigate gadget availability internally, and assume the chain will exist within weeks. The WordPress plugin ecosystem's trust topology means a single plugin compromise can cascade to database access, admin sessions, and horizontal movement across shared hosting—blast radius that no CVSS vector captures.