Description
WordPress Time Capsule Plugin 1.21.16 contains an authentication bypass vulnerability that allows unauthenticated attackers to gain administrative access by sending a crafted POST request with the IWP_JSON_PREFIX header. Attackers can exploit this flaw to obtain valid administrator session cookies and access the WordPress dashboard without providing credentials.
Published: 2026-06-20
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

WordPress Time Capsule Plugin 1.21.16 has an authentication bypass flaw that lets an unauthenticated attacker obtain a valid administrator session cookie. By sending a crafted POST request that includes the IWP_JSON_PREFIX HTTP header, the plugin incorrectly authenticates the request and issues an admin cookie. Possession of the cookie grants full control over the WordPress dashboard, allowing content modification, plugin installation, or site configuration changes. The weakness is identified as CWE‑288: the software fails to properly authenticate a user. The flaw resides in the plugin’s handling of JSON‑formatted requests and can be triggered without any prior knowledge of valid credentials. The CVSS score of 8.7 places the issue in the high severity range. The EPSS score is not available and the vulnerability is not listed in CISA’s KEV catalog, indicating no documented widespread exploitation to date. The attacker can trigger the flaw remotely over HTTP by specifying the IWP_JSON_PREFIX header in a POST request, with no user interaction required. The combination of a high impact, a simple attack vector, and the lack of a publicly available exploit makes the risk significant for any vulnerable site.

Affected Systems

Any WordPress site that has the Time Capsule Plugin installed at version 1.21.16 or earlier is impacted. Sites that have upgraded past that version are not affected unless older code remains in place.

Risk and Exploitability

The flaw can be leveraged over the internet or an internal network by sending a specially formatted POST request to the plugin’s JSON endpoint. No authentication or prior access is required, and the response provides a fully privileged session. Because the attack vector is simple, the high CVSS score, and the lack of a KEV listing, the overall risk is high for sites that remain on the vulnerable version.

Generated by OpenCVE AI on June 20, 2026 at 16:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Time Capsule Plugin to the latest release that includes the authentication bypass fix; if no update is available, uninstall or disable the plugin entirely.
  • If the plugin must remain active, block the JSON handler by configuring the web server or firewall to reject POST requests that contain the IWP_JSON_PREFIX header or target the plugin’s endpoint.
  • As a protective measure, review administrative accounts, rotate credentials that may have been compromised, and employ two‑factor authentication for all user accounts.

Generated by OpenCVE AI on June 20, 2026 at 16:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 20 Jun 2026 14:00:00 +0000

Type Values Removed Values Added
Description WordPress Time Capsule Plugin 1.21.16 contains an authentication bypass vulnerability that allows unauthenticated attackers to gain administrative access by sending a crafted POST request with the IWP_JSON_PREFIX header. Attackers can exploit this flaw to obtain valid administrator session cookies and access the WordPress dashboard without providing credentials.
Title WordPress Time Capsule Plugin 1.21.16 Authentication Bypass
Weaknesses CWE-288
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-20T13:36:53.086Z

Reserved: 2026-06-20T13:28:50.581Z

Link: CVE-2020-37255

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-20T16:30:08Z

Weaknesses
  • CWE-288

    Authentication Bypass Using an Alternate Path or Channel