LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125092: MaxButtons Plugin maxbuttons-button.php maxbuttons_strip_px cross site scripting

A vulnerability was found in MaxButtons Plugin up to 1.26.0 on WordPress and classified as problematic. This issue affects the function maxbuttons_strip_px of the file includes/maxbuttons-button.php. The manipulation of the argument button_id leads to cross site scripting. The attack may be initiated remotely. Upgrading to version 1.26.1 is able to address this issue. The patch is named e74564c9e3b7429808e317f4916bd1c26ef0b806. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-222323.

MediumCVSS 4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a cross-site scripting issue in the WordPress MaxButtons plugin. A logged-in attacker could manipulate a button identifier so the site handles unsafe script content. The business risk is mainly account/session abuse or content tampering in WordPress sites that still run MaxButtons 1.26.0 or earlier.

Executive priority

Treat as a normal-priority WordPress plugin update, not an emergency, unless exposed sites allow many untrusted authenticated users. Remediation is straightforward because a fixed version is identified.

Technical view

CVE-2014-125092 affects MaxButtons Plugin versions 1.0 through 1.26.0. The issue is in includes/maxbuttons-button.php, function maxbuttons_strip_px, where the button_id argument can lead to CWE-79 cross-site scripting. CVSS v2 is 4.0 with authenticated network access required. Version 1.26.1 contains the cited fix.

Likely exposure

Exposure is limited to WordPress sites with MaxButtons Plugin 1.26.0 or earlier installed, especially where untrusted or lower-privileged authenticated users can access relevant plugin functions.

Exploitation context

The sources say the attack may be initiated remotely and requires authentication. The bundle does not cite CISA KEV listing or any active exploitation evidence, so active exploitation should not be assumed.

Researcher notes

Focus validation on version evidence and authenticated access paths. The public description identifies the function, file, parameter, CWE, CVSS vector, and patch, but does not provide confirmed exploit activity or broader product impact.

Mitigation direction

  • Upgrade MaxButtons Plugin to version 1.26.1 or later.
  • Prioritize internet-facing WordPress sites with multiple authenticated users.
  • If upgrading is blocked, check project/vendor guidance before using compensating controls.
  • Remove unused MaxButtons installations from WordPress sites.
  • Review WordPress account access for users who can manage buttons.

Validation and detection

  • Inventory WordPress sites for the MaxButtons plugin.
  • Confirm installed MaxButtons versions are later than 1.26.0.
  • Verify the 1.26.1 release or patch commit is present.
  • Check whether lower-privileged authenticated users can access affected plugin workflows.
  • Record remediation evidence for each affected site.
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-2014-125092 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-2014-125092Access 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
n/aMaxButtons Plugin1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21, 1.22, 1.23, 1.24, 1.25, 1.26Listed
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.