Security readout for executives and security teams
Plain-English summary
CVE-2012-10015 is a cross-site request forgery issue in the BestWebSoft Twitter Plugin for WordPress, versions 2.0 through 2.14. An attacker could remotely cause unintended changes through the plugin settings page. The cited sources name version 2.15 as the fixed release.
Executive priority
Address during normal vulnerability remediation unless the plugin is broadly deployed on high-value WordPress sites. The business risk is unauthorized settings changes, not confirmed compromise or outage from the provided sources.
Technical view
The flaw affects twttr_settings_page in twitter.php for the Settings Page component. It is classified as CWE-352 CSRF with CVSS 2.0 score 5.0: network reachable, low complexity, no authentication, partial integrity impact, and no confidentiality or availability impact.
Likely exposure
Exposure is limited to WordPress sites running BestWebSoft Twitter Plugin versions 2.0 through 2.14. Sites not using this plugin, or already upgraded to version 2.15 or later, are not identified as affected by the provided sources.
Exploitation context
The source bundle says remote exploitation is possible, but does not cite active exploitation. The CVE is not marked as CISA KEV. Treat this as a settings-integrity risk rather than a direct data theft or service outage issue based on the available evidence.
Researcher notes
The evidence identifies affected versions, component, function, CWE, CVSS vector, and a fixing commit. The bundle does not describe exact request mechanics, prerequisites involving user interaction, or observed exploitation, so validation should focus on version inventory and patch confirmation.
Mitigation direction
- Upgrade BestWebSoft Twitter Plugin to version 2.15 or later.
- Prioritize internet-facing WordPress sites where administrators actively use the plugin.
- Review plugin settings for unexpected changes after remediation.
- Check vendor guidance if using a forked or archived plugin copy.
Validation and detection
- Inventory WordPress sites for BestWebSoft Twitter Plugin versions 2.0 through 2.14.
- Confirm affected installations have been upgraded to version 2.15 or later.
- Review WordPress admin activity for suspicious plugin settings changes.
- Verify the deployed plugin code includes the referenced patch commit.
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-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 lookupCVE-2012-10015 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
- 5 (2.0)
- Known Exploited
- No
- Published
Vector: AV:N/AC:L/Au:N/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:N/C:N/I:P/A:N102.9Primary CVE scoreVulnerability scoring details
Base CVSS 2.0 score
5MediumVector: AV:N/AC:L/Au:N/C:N/I:P/A:N
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.230154CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.230154CVE reference · signature, permissions-required
- https://github.com/wp-plugins/twitter-plugin/commit/a6d4659cbb2cbf18ccb0fb43549d5113d74e0146CVE 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.
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.
