CVE-2026-4301
Missing Authorization in Rate Star Review Vote WordPress Plugin
Publication date: 2026-05-12
Last updated on: 2026-05-12
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| rate_star_review | ajax_reviews_votes_star_ratings | to 1.6.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Rate Star Review Vote - AJAX Reviews, Votes, Star Ratings plugin for WordPress has a vulnerability called Missing Authorization in all versions up to and including 1.6.4.
Specifically, the vwrsr_review() AJAX handler does not properly check user capabilities or verify nonces, relying only on a check that the user is logged in.
When the 'form' parameter is set to 'update', the function accepts an arbitrary post ID from the user-supplied 'rating_id' parameter and uses it to update the post via wp_update_post().
This allows an authenticated attacker with Subscriber-level access or higher to modify the title, content, author (which is changed to the attacker's user ID), post type, and status of any post or page on the site.
Additionally, the attacker can modify the metadata of the arbitrary post via update_post_meta(), effectively allowing full takeover of post content.
How can this vulnerability impact me? :
This vulnerability allows authenticated users with low-level access (Subscriber and above) to modify any post or page on the WordPress site.
An attacker can change the title, content, author, post type, status, and metadata of arbitrary posts, which can lead to unauthorized content changes.
Such unauthorized modifications can result in defacement, misinformation, or insertion of malicious content, potentially damaging the site's integrity and reputation.