CVE-2026-3550
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedThe RockPress plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.0.17. This is due to missing capability checks on multiple AJAX actions (rockpress_import, rockpress_import_status, rockpress_last_import, rockpress_reset_import, and rockpress_check_services) combined with the plugin's nonce being exposed to all authenticated users via an unconditionally enqueued admin script. The plugin enqueues the 'rockpress-admin' script on all admin pages (including profile.php) without any page or capability restrictions, and the nonce for the 'rockpress-nonce' action is passed to this script via wp_localize_script. Since the AJAX handlers only verify this nonce and do not check current_user_can(), any authenticated user, including Subscribers, can extract the nonce from any admin page's HTML source and use it to trigger imports, reset import data (deleting options), check service connectivity, and read import status information. This makes it possible for authenticated attackers, with Subscriber-level access and above, to trigger resource-intensive import operations, reset import tracking data, and perform system connection checks that should be restricted to administrators.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThe RockPress WordPress plugin (versions up to 1.0.17) lacks authorization checks on five AJAX actions (rockpress_import, rockpress_import_status, rockpress_last_import, rockpress_reset_import, and rockpress_check_services). These handlers only validate a nonce but do not call current_user_can(), and the nonce is exposed to all authenticated users via an unconditionally enqueued admin script. This allows any Subscriber-level user to trigger imports, delete options, and check services.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Verify RockPress plugin is installedGo to WordPress admin > Plugins and confirm 'RockPress' appears in the list, or check the plugins directory for /wp-content/plugins/rockpress/Affected if RockPress plugin is not installed or not active - not affected
-
Check installed versionIn Plugins list, note the version number listed under RockPress, or inspect the main plugin file header for 'Version:' valueAffected if Version is 1.0.17 or lower (the vulnerability affects versions up to and including 1.0.17)
-
Confirm AJAX endpoints existInspect the plugin source files for add_action("wp_ajax_rockpress_import") or similar hooks for the five actions: rockpress_import, rockpress_import_status, rockpress_last_import, rockpress_reset_import, rockpress_check_servicesAffected if Any of these AJAX handlers exist without current_user_can() capability checks - likely affected
-
Check for subscriber-level usersIn WordPress admin > Users, review the user list to see if any accounts have the Subscriber role (or Author, Editor) rather than only AdministratorAffected if There are users with Subscriber, Author, or Editor roles - these users can trigger the vulnerable AJAX actions
-
Test AJAX accessibility (optional)As a Subscriber-level user, attempt a GET/POST to /wp-admin/admin-ajax.php with action=rockpress_import and verify if the request is processed rather than rejectedAffected if The AJAX action processes requests from low-privileged users without checking capabilities - confirms the vulnerability is exploitable
You are affected if the RockPress plugin is active at version 1.0.17 or lower AND your site has any user with Subscriber, Author, or Editor role (which is any authenticated non-admin user).
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedAdd current_user_can('manage_options') capability checks to all affected AJAX handlers and restrict the 'rockpress-admin' script enqueue to admin pages that actually require it.
RockPress version 1.0.18 or later
- 1. Navigate to the WordPress admin dashboard
- 2. Go to Plugins > Installed Plugins
- 3. Locate the RockPress plugin
- 4. If an update is available, click 'Update Now' to upgrade to the latest version
- 5. Verify the update was successful and the plugin is now at version 1.0.18 or later
- 6. Test that the AJAX functionality still works correctly for administrator users
- 7. Confirm that non-administrator users can no longer access the vulnerable AJAX actions
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-3550 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- plugins.trac.wordpress.org
- www.wordfence.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-3550 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data