Wordpress Plugin
CVE-2025-68885
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Cross-Site Request Forgery (CSRF) vulnerability in page-carbajal Custom Post Status custom-post-status allows Stored XSS.This issue affects Custom Post Status: from n/a through <= 1.1.0.
AnalysisAI
Cross-site request forgery (CSRF) vulnerability in the WordPress Custom Post Status plugin up to version 1.1.0 enables attackers to perform unauthorized actions on behalf of authenticated administrators, potentially leading to stored cross-site scripting (XSS) attacks. The CSRF protection bypass allows unauthenticated attackers to craft malicious requests that, when clicked by an admin, result in persistent JavaScript injection into the WordPress database. This is a chained vulnerability where CSRF-enabled request forgery leads to XSS payload storage.
Technical ContextAI
The Custom Post Status WordPress plugin (identified by CPE references to wordpress-plugin-custom-post-status) fails to implement adequate CSRF token validation (CWE-352) in its administrative functionality. The root cause is insufficient nonce verification on sensitive endpoints that handle post status modifications. When an admin visits a malicious site containing a crafted request, the browser automatically includes their WordPress session cookies, allowing the attacker's request to execute in the admin's security context. The vulnerability is compounded by insufficient input sanitization in the status-handling code, permitting JavaScript payloads to be stored in post metadata or custom fields without proper escaping. This stored XSS payload is then rendered to other administrators or site visitors, creating a persistent attack vector.
Affected ProductsAI
The Custom Post Status WordPress plugin is affected in all versions from the initial release through version 1.1.0 inclusive. This plugin is available via the WordPress plugin repository and is referenced in the Patchstack vulnerability database. No specific CPE string distinguishing major/minor versions within the 0.x and 1.x ranges is provided, but the vulnerability affects any installation using this plugin up to and including the 1.1.0 release.
RemediationAI
Update the Custom Post Status plugin to a version beyond 1.1.0 (exact patched version not specified in provided intelligence; check the official WordPress plugin repository or Patchstack advisory for the next available release). Immediate remediation should also include disabling the plugin if an updated version is unavailable and a patched release timeline is unclear. Additionally, review any post status changes or custom fields modified by untrusted users during the vulnerability window, and audit WordPress user activity logs for anomalous admin actions. Verify that nonce fields are properly generated and validated on all admin-facing forms, and ensure all user input related to post status modifications is properly sanitized and escaped before storage or output. Refer to https://patchstack.com/database/Wordpress/Plugin/custom-post-status/ for the latest advisory and patched version details.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-352 – Cross-Site Request Forgery (CSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today