Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Network-reachable with no authentication (AV:N, PR:N) per broken access control; impact is integrity-only (I:L) with no confidentiality or availability impact described.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Woostify Sites Library <= 1.6.2 versions.
AnalysisAI
Unauthenticated broken access control in Woostify Sites Library WordPress plugin versions up to and including 1.6.2 permits remote, unauthenticated attackers to bypass authorization checks and perform restricted actions against affected WordPress installations. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms exploitation requires no credentials and no user interaction, making automated scanning and exploitation straightforward. No active exploitation has been identified at time of analysis, and no public exploit code is known.
Technical ContextAI
Woostify Sites Library is a WordPress plugin developed by Dylan Ngo (CPE: cpe:2.3:a:dylan_ngo:woostify_sites_library:*:*:*:*:*:*:*:*), designed to provide a library of pre-built site templates for the Woostify WordPress theme. The root cause is CWE-862 (Missing Authorization), a class of vulnerability where plugin-registered AJAX handlers or REST API endpoints fail to perform proper capability checks - typically a missing or bypassed call to WordPress's current_user_can() function - before executing privileged operations. This allows any unauthenticated HTTP request to trigger functionality that should be restricted to authenticated administrators or editors, such as importing site templates or modifying plugin-controlled settings.
RemediationAI
Upgrade Woostify Sites Library to a version beyond 1.6.2 once a patched release is published by the developer or made available through the WordPress plugin repository. No exact patched version number is confirmed from available data - monitor the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/woostify-sites-library/vulnerability/wordpress-woostify-sites-library-plugin-1-6-2-broken-access-control-vulnerability for patch release confirmation. If no patch is yet available, deactivate the plugin until a fix is issued, as this eliminates the attack surface entirely with the trade-off of losing site library functionality. As a secondary control, deploy a WAF rule to block unauthenticated requests to WordPress AJAX (wp-admin/admin-ajax.php) or REST API endpoints registered by this plugin, though identifying the exact endpoint requires further investigation of the plugin source code.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2025-210399
GHSA-9j9h-m3wq-x944