Security readout for executives and security teams
Plain-English summary
This CVE affects older BuddyStream Plugin versions for WordPress. A logged-in remote user could trigger cross-site scripting through ShareBox.php inputs, potentially causing malicious script execution in a user’s browser. The business risk is moderate because impact is limited, but exposed community or social features should be patched promptly.
Executive priority
Treat as a near-term patching item, not an emergency unless the plugin is internet-facing and broadly accessible to untrusted users. Prioritize externally reachable WordPress communities using BuddyStream, then validate upgrade completion through asset inventory and version checks.
Technical view
CVE-2012-10007 is a CWE-79 XSS issue in madgicweb BuddyStream Plugin versions 3.2.0 through 3.2.7. VulDB cites manipulation of ShareBox.php arguments content, link, and shares. CVSS v2 is 4.0 with network access, low complexity, single authentication, partial integrity impact, and no confidentiality or availability impact.
Likely exposure
Likely exposure is WordPress sites running madgicweb BuddyStream Plugin 3.2.0 through 3.2.7. Exposure depends on whether the affected BuddyStream functionality is installed, enabled, and reachable to authenticated users. No CPE data is provided in the bundle.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Sources describe remote exploitation, while the CVSS vector indicates authentication is required. Public references identify a patch and release but do not provide evidence of widespread exploitation.
Researcher notes
Evidence is limited to the CVE/VulDB record and the upstream GitHub patch and release references. The affected functionality inside ShareBox.php is described as unknown beyond content, link, and shares arguments. Do not assume unauthenticated exploitation because the supplied CVSS vector requires single authentication.
Mitigation direction
- Upgrade BuddyStream Plugin to version 3.2.8 or later.
- Confirm deployed code includes commit 7d5b9a89a27711aad76fd55ab4cc4185b545a1d0.
- If upgrade is delayed, check vendor guidance for temporary risk reduction.
- Restrict access to affected BuddyStream functionality where operationally feasible.
- Review recent WordPress and BuddyStream activity for suspicious content changes.
Validation and detection
- Inventory WordPress sites for the madgicweb BuddyStream Plugin.
- Check installed versions; flag 3.2.0 through 3.2.7 as affected.
- Verify version 3.2.8 or the referenced patch is deployed.
- Confirm ShareBox.php exists only in updated plugin code.
- Review web application security logs for XSS indicators around BuddyStream requests.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-79: User-session and phishing behavior lookup
Client-side and session-facing weaknesses should be reviewed alongside initial-access and user-execution behaviors. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2012-10007 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Medium
- CVSS
- 4 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
AV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
4MediumVector: AV:N/AC:L/Au:S/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.221479CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.221479CVE reference · signature, permissions-required
- https://github.com/madgicweb/buddystream/commit/7d5b9a89a27711aad76fd55ab4cc4185b545a1d0CVE reference · patch
- https://github.com/madgicweb/buddystream/releases/tag/3.2.8CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
