Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-accessible WordPress plugin requiring only subscriber authentication (PR:L); deletion-only impact maps solely to availability (A:H), with no confidentiality or integrity effect.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Subscriber Arbitrary Content Deletion in WPAMS < 49.5.3 versions.
AnalysisAI
Arbitrary content deletion in the WPAMS WordPress plugin (versions prior to 49.5.3) by Mojoomla allows any authenticated subscriber-level user to delete content they are not authorized to remove. Rooted in a missing authorization check (CWE-862), this flaw bypasses WordPress capability controls entirely for deletion operations. No active exploitation has been identified in CISA KEV, and no public proof-of-concept has been disclosed at time of analysis, but the low privilege bar - a standard subscriber account - makes exploitation trivially accessible to any registered site user.
Technical ContextAI
WPAMS is a WordPress plugin developed by Mojoomla for apartment and property management workflows, identified by CPE cpe:2.3:a:mojoomla:wpams:*:*:*:*:*:*:*:*. The root cause is CWE-862 (Missing Authorization), meaning the plugin performs content deletion operations without first verifying that the requesting user holds sufficient WordPress capabilities (e.g., 'delete_posts' or a custom role check). WordPress plugins are expected to validate nonces and capability checks on all privileged AJAX actions or REST endpoints; the absence of these checks allows a low-privilege subscriber role - the lowest authenticated role in a default WordPress installation - to trigger deletion of content objects that should be restricted to editors, administrators, or content owners.
RemediationAI
Upgrade WPAMS to version 49.5.3 or later, which contains the vendor-released patch per Patchstack advisory and EUVD-2026-37468. The patch is available directly through the WordPress plugin repository or via the WordPress admin dashboard update mechanism. As a compensating control prior to patching, site administrators should disable open user registration (Settings > General > uncheck 'Anyone can register') to prevent unknown parties from obtaining subscriber accounts, though this does not address existing registered users. Alternatively, restrict WPAMS-related capabilities to trusted roles only and audit current subscriber accounts for unexpected registrations. Note that disabling registration may impact legitimate workflows if the site relies on self-service tenant or applicant registration through WPAMS.
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-2026-37468