LiveActive security incident?Get immediate response
CVE Record

CVE-2014-125104: VaultPress Plugin MailPoet Plugin class.vaultpress-hotfixes.php protect_aioseo_ajax unrestricted upload

A vulnerability was found in VaultPress Plugin up to 1.6.0 on WordPress. It has been declared as critical. Affected by this vulnerability is the function protect_aioseo_ajax of the file class.vaultpress-hotfixes.php of the component MailPoet Plugin. The manipulation leads to unrestricted upload. The attack can be launched remotely. Upgrading to version 1.6.1 is able to address this issue. The patch is named e3b92b14edca6291c5f998d54c90cbe98a1fb0e3. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-230263.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This affects WordPress sites running VaultPress Plugin versions up to 1.6.0. The reported flaw allows unrestricted upload through a MailPoet-related hotfix handler. Because upload bugs can enable site tampering or malware placement, affected sites should be upgraded to 1.6.1 promptly.

Executive priority

Prioritize remediation for internet-facing WordPress sites, especially where many users have accounts. The issue is not KEV-listed in the supplied data, but unrestricted upload vulnerabilities can create business risk through defacement, malware hosting, or data exposure.

Technical view

CVE-2014-125104 is a CWE-434 unrestricted upload issue in protect_aioseo_ajax within class.vaultpress-hotfixes.php, reported for VaultPress Plugin 1.0 through 1.6.0. The source CVSS v2 vector is AV:N/AC:L/Au:S/C:P/I:P/A:P, indicating remote exploitation with authentication required. Version 1.6.1 contains the named patch commit.

Likely exposure

Exposure is limited to WordPress deployments using VaultPress Plugin 1.0 through 1.6.0. The source data does not define required WordPress roles, hosting configurations, or whether inactive installed copies are exploitable.

Exploitation context

The source states the attack can be launched remotely and CVSS indicates authentication is required. CISA KEV status is false in the supplied bundle, so there is no source-supported evidence of known active exploitation here.

Researcher notes

Evidence is based on VulDB, CVE data, and the public GitHub release and patch references. The bundle does not provide role requirements, exploit samples, detection signatures beyond the VulDB reference, or proof of exploitation in the wild.

Mitigation direction

  • Upgrade VaultPress Plugin to version 1.6.1 or later.
  • Confirm the patch commit is present in deployed plugin code.
  • Review vendor guidance before applying any compensating control.
  • Remove unused affected plugin copies from WordPress installations.

Validation and detection

  • Inventory WordPress sites for VaultPress Plugin installations.
  • Confirm installed VaultPress versions are not 1.0 through 1.6.0.
  • Check whether class.vaultpress-hotfixes.php includes the patched logic.
  • Review upload directories and logs for unexpected recent file uploads.
Prepared
Confidence
medium
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-434: File access and web shell behavior lookup

File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. 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-125104 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
6.5 (2.0)
Known Exploited
No
Published

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

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
6.5CVSS 2.0MediumAV:N/AC:L/Au:S/C:P/I:P/A:P86.4Primary CVE score

Vulnerability scoring details

Base CVSS 2.0 score

6.5Medium
CVSS 2.0 vector shape for CVE-2014-125104Access VectorAccess ComplexityAuthenticationConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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/aVaultPress Plugin1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6Listed
Weakness

CWE details

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

CWE-434 · source CWE mapping

Unrestricted Upload of File with Dangerous Type

Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.