LiveActive security incident?Get immediate response
CVE Record

CVE-2012-10012: BestWebSoft Facebook Like Button facebook-button-plugin.php fcbk_bttn_plgn_settings_page cross-site request forgery

A vulnerability has been found in BestWebSoft Facebook Like Button up to 2.13 and classified as problematic. Affected by this vulnerability is the function fcbk_bttn_plgn_settings_page of the file facebook-button-plugin.php. The manipulation leads to cross-site request forgery. The attack can be launched remotely. The patch is named 33144ae5a45ed07efe7fceca901d91365fdbf7cb. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-225355.

MediumCVSS 5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2012-10012 affects the BestWebSoft Facebook Like Button WordPress plugin through version 2.13. It is a cross-site request forgery issue that could let an attacker cause settings changes if they can trick a site administrator into acting while authenticated.

Executive priority

Treat as a targeted website integrity risk, not an emergency breach signal. Prioritize remediation for externally administered WordPress sites, high-traffic properties, and sites where plugin settings could affect brand trust or user interaction.

Technical view

The reported flaw is CWE-352 in fcbk_bttn_plgn_settings_page within facebook-button-plugin.php. The CVSS 2.0 vector is AV:N/AC:L/Au:N/C:N/I:P/A:N, indicating remote low-complexity integrity impact without confidentiality or availability impact. A patch commit is identified by the sources.

Likely exposure

Exposure is limited to WordPress sites running BestWebSoft Facebook Like Button versions 2.0 through 2.13. Business risk is mainly unauthorized plugin configuration changes, not direct data theft or service outage based on the provided CVSS impact.

Exploitation context

The source bundle describes remote exploitability, but does not provide evidence of active exploitation. CISA KEV status is false. Because this is CSRF, practical abuse likely depends on interaction from an authenticated administrator or similarly privileged user.

Researcher notes

Evidence identifies the vulnerable function, file, affected version range, CWE, CVSS vector, and patch commit. The sources do not establish public exploitation, exploit maturity, or downstream impact beyond partial integrity compromise.

Mitigation direction

  • Inventory WordPress sites for the affected plugin and versions.
  • Upgrade beyond affected versions or apply the referenced vendor patch.
  • Remove the plugin where it is unused or unmaintained.
  • Review plugin settings for unauthorized or unexpected changes.
  • Check current vendor guidance before relying on any workaround.

Validation and detection

  • Confirm installed plugin versions are not 2.0 through 2.13.
  • Verify the referenced patch commit is present where source is managed.
  • Review WordPress admin activity for unexpected plugin setting changes.
  • Confirm plugin settings pages include appropriate CSRF protection after remediation.
Prepared
Confidence
high
Sources
5

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-352: 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-10012 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
5 (2.0)
Known Exploited
No
Published

Vector: AV:N/AC:L/Au:N/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
4Source 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
5CVSS 2.0MediumAV:N/AC:L/Au:N/C:N/I:P/A:N102.9Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

5Medium
CVSS 2.0 vector shape for CVE-2012-10012Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: AV:N/AC:L/Au:N/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
BestWebSoftFacebook Like Button2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 2.10, 2.11, 2.12, 2.13Listed
Weakness

CWE details

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

CWE-352 · source CWE mapping

Cross-Site Request Forgery (CSRF)

Cross-Site Request Forgery (CSRF) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.