CVE-2024-11290
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 Member Access plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.1.6 via the WordPress core search feature. This makes it possible for unauthenticated attackers to extract sensitive data from posts that have been restricted to higher-level roles such as administrator.
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 Member Access WordPress plugin fails to properly filter restricted content from WordPress core search results. Posts that have been restricted to higher-level roles (such as administrator) are still returned in search results accessible to unauthenticated users, allowing disclosure of sensitive data including post titles, excerpts, and potentially full content metadata.
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
- Low
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/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.
-
Verify Member Access plugin is installedIn WordPress admin, go to Plugins > Installed Plugins and look for 'Member Access' in the list. Alternatively, check the /wp-content/plugins/ directory for a member-access folder.Affected if The Member Access plugin is present on the site
-
Check installed plugin versionClick 'View details' on the Member Access plugin in the Plugins page, or inspect the main plugin PHP file (usually member-access.php) to find the Version header in the plugin comments.Affected if The version is 1.1.6 or lower, or if no version is displayed and the plugin has not been updated recently
-
Identify role-restricted postsGo to Posts > All Posts and look for posts that have restricted access settings applied (check for custom fields, membership restrictions, or use the Member Access settings to view which posts have role-based access controls).Affected if There are posts restricted to specific roles (such as administrator or editor) that should not be visible to unauthenticated users
-
Test unauthenticated search for restricted contentOpen a browser in incognito/private mode (logged out of WordPress), use the site search function to search for keywords from role-restricted posts. Capture the search results and compare against the restricted post titles.Affected if Unauthenticated search returns posts that should be restricted to higher-level roles, exposing titles, excerpts, or metadata
-
Inspect search query results for sensitive metadataExamine the returned search results page source or use a debugging tool to inspect if full post content, private notes, or restricted metadata is being exposed in the search results accessible to unauthenticated users.Affected if Search results expose excerpts, content snippets, or metadata from posts that should be role-restricted
If the Member Access plugin versions 1.1.6 or below are installed AND role-restricted posts appear in unauthenticated search results, the environment is affected by this CVE.
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 Member Access plugin to a version beyond 1.1.6 if available, or implement custom search filters to exclude role-restricted posts from unauthenticated queries until a patch is released. Audit exposed content for sensitive information exposure.
Version 1.1.7 or latest available version
- Log in to the WordPress admin dashboard
- Navigate to Plugins > Installed Plugins
- Locate the Member Access plugin
- Check if the current version is 1.1.6 or lower
- If vulnerable, click 'Update Now' to update to the latest version
- Verify the update was successful by confirming the new version number
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.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,560.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-11290 — 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-2024-11290 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