CVE-2021-24783

Post Expirator <= 2.5.1 - Contributor+ Arbitrary Post Schedule Deletion

2021-10-11 00:00
apple502j

At a glance

CVE-2021-24783 is a medium-severity Incorrect Authorization vulnerability in the Schedule Post Changes With PublishPress Future WordPress plugin, affecting versions <= 2.5.1. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). The issue is fixed in version 2.6.0; sites on affected versions should update now. Disclosed October 2021, reported by apple502j.

Vulnerability Overview

The Post Expirator WordPress plugin before 2.6.0 does not have proper capability checks in place, which could allow users with a role as low as Contributor to schedule deletion of arbitrary posts.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.

CWE-863: Incorrect Authorization

Reaching this weakness in Schedule Post Changes With PublishPress Future <= 2.5.1 takes a caller who can reach the endpoint. Incorrect authorization means a permission check exists but evaluates the wrong thing, so it passes for callers it was meant to stop.

The action runs for users the code intended to exclude, with the same effect as having no check at all. For Schedule Post Changes With PublishPress Future the fix is 2.6.0: builds <= 2.5.1 are affected, anything from 2.6.0 onward is not.

Remediation

Update to version 2.6.0, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Schedule Post Changes With PublishPress Future 2.6.0 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C