CVE-2024-11913
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 Activity Plus Reloaded for BuddyPress plugin for WordPress is vulnerable to Blind Server-Side Request Forgery in all versions up to, and including, 1.1.1 via the 'ajax_preview_link' function. This makes it possible for authenticated attackers, with Subscriber-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
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 · moderate confidenceThe Activity Plus Reloaded for BuddyPress WordPress plugin versions up to 1.1.1 contains a blind Server-Side Request Forgery (SSRF) vulnerability in the 'ajax_preview_link' function. Authenticated attackers with Subscriber-level permissions can manipulate the plugin to make arbitrary HTTP requests from the server, potentially enabling reconnaissance against internal infrastructure and services.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 1.1.2CVSS 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
- Low
- Integrity
- Low
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/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.
-
Confirm plugin is installedLocate the 'buddydev-activity-plus-reloaded' plugin folder in your WordPress installation under wp-content/plugins/ and verify the plugin files exist, particularly any file containing 'ajax_preview_link' functionalityAffected if The plugin folder exists and contains the vulnerable code
-
Identify installed versionCheck the plugin header in the main plugin PHP file for the Version field, or query it via wp-cli: wp plugin get activity-plus-reloaded-for-buddypress --field=versionAffected if Version is 1.1.1 or lower (any version below 1.1.2)
-
Verify WordPress user registration is enabledCheck WordPress general settings to confirm 'Membership' is set to allow anyone to register, or query the 'users_can_register' option via: wp option get users_can_registerAffected if User registration is enabled, allowing potential attacker account creation
-
Confirm Subscriber role existsVerify the Subscriber role is present and not disabled in your user roles configuration, or check that default roles include SubscriberAffected if Subscriber role is available to assigned users
-
Check if ajax_preview_link endpoint is accessibleInspect the plugin source code for the ajax_preview_link function and verify it is hooked to a WordPress AJAX action (wp_ajax_ or wp_ajax_nopriv_) without additional capability checks beyond authenticated user statusAffected if The endpoint is registered without restrictive capability checks and accepts requests from authenticated users
You are affected if the plugin version is 1.1.1 or lower and the ajax_preview_link function is accessible to authenticated users with Subscriber-level permissions.
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 · scoped1.1.2
Update the plugin to a version beyond 1.1.1 if available, or implement strict allowlist-based validation on the 'ajax_preview_link' function to restrict requests to trusted domains only.
Activity Plus Reloaded for BuddyPress version 1.1.2
- Navigate to the WordPress admin dashboard
- Go to Plugins > Installed Plugins
- Find 'Activity Plus Reloaded for BuddyPress' in the plugin list
- Click 'Update now' if an update is available, or manually upload version 1.1.2
- Verify the plugin is updated to version 1.1.2
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-2024-11913 — 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-11913 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