LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10007: madgicweb BuddyStream Plugin ShareBox.php cross site scripting

A vulnerability was found in madgicweb BuddyStream Plugin up to 3.2.7 on WordPress. It has been declared as problematic. Affected by this vulnerability is an unknown functionality of the file ShareBox.php. The manipulation of the argument content/link/shares leads to cross site scripting. The attack can be launched remotely. Upgrading to version 3.2.8 is able to address this issue. The patch is named 7d5b9a89a27711aad76fd55ab4cc4185b545a1d0. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-221479.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · medium confidence lookup

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 lookup
cve · low confidence lookup

CVE-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
Vulnerability profileCVE Program record
Severity
Medium
CVSS
4 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
4CVSS 2.0MediumAV:N/AC:L/Au:S/C:N/I:P/A:N82.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

4Medium
CVSS 2.0 vector shape for CVE-2012-10007Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:S/C:N/I:P/A:N

Access Vector
NetworkAdjacentLocal
Access Complexity
LowMediumHigh
Authentication
NoneSingleMultiple
Confidentiality Impact
CompletePartialNone
Integrity Impact
CompletePartialNone
Availability Impact
CompletePartialNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
madgicwebBuddyStream Plugin3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-79 · source CWE mapping

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.