CVE-2026-2363
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 WP-Members Membership Plugin plugin for WordPress is vulnerable to SQL Injection via the 'order_by' attribute of the [wpmem_user_membership_posts] shortcode in all versions up to, and including, 3.5.5.1. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with Contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
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 WP-Members Membership Plugin for WordPress is vulnerable to SQL Injection via the 'order_by' parameter of the [wpmem_user_membership_posts] shortcode. The parameter is not properly escaped before use in an SQL query, and the existing query lacks prepared statements, allowing authenticated attackers with Contributor-level access to inject arbitrary SQL and extract sensitive data.
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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/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.
-
Check if WP-Members plugin is installed and identify its versionNavigate to WordPress admin > Plugins > Installed Plugins. Locate 'WP-Members Membership' and note the version number displayed. Alternatively, access via FTP/file manager and check the main plugin file (usually wp-members/wp-members.php) for the 'Version' header in the plugin comments.Affected if The plugin is installed and the version is 3.5.5.1 or lower.
-
Locate uses of the vulnerable shortcodeSearch your WordPress content (posts, pages, custom post types) for the string '[wpmem_user_membership_posts]'. Use WordPress search, or query the wp_posts table directly: SELECT ID, post_title, post_type FROM wp_posts WHERE post_content LIKE '%wpmem_user_membership_posts%' AND post_status = 'publish';Affected if The shortcode [wpmem_user_membership_posts] is present in any published content.
-
Verify if the order_by parameter is used in the shortcodeExamine the shortcode usage found in Step 2. Look for the 'order_by' attribute within the shortcode tag, for example: [wpmem_user_membership_posts order_by='...']. If using a page builder or custom post type, inspect the stored content directly in the database.Affected if The shortcode includes an 'order_by' parameter, which enables the vulnerable code path.
-
Confirm user role access on the siteReview which user roles exist on the WordPress site. Navigate to Users > All Users and note the roles assigned. The vulnerability is exploitable by users with Contributor-level access or higher.Affected if Any user account with Contributor, Author, Editor, or Administrator role exists on the site.
You are affected if the WP-Members plugin version is 3.5.5.1 or lower AND the [wpmem_user_membership_posts] shortcode with an 'order_by' parameter is in use on your site, allowing any authenticated user with Contributor-level access to exploit the SQL Injection.
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 · scopedUpdate the plugin to a version beyond 3.5.5.1 when available, or implement proper input sanitization and prepared statements for the 'order_by' parameter in the shortcode handler.
Upgrade to WP-Members Membership Plugin version 3.5.6 or latest available version
- 1. Log in to the WordPress admin dashboard with an administrator account
- 2. Navigate to Plugins > Installed Plugins
- 3. Locate the WP-Members Membership Plugin in the plugin list
- 4. If an update is available, click 'Update Now' to update to the latest version (3.5.6 or higher)
- 5. Alternatively, download the latest version from the WordPress Plugin Repository at https://wordpress.org/plugins/wp-members/
- 6. Deactivate and delete the current plugin, then upload and activate the new version
- 7. Verify the update was successful by checking the plugin version in the Plugins list
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-2363 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-2363 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