LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10139: WPLMS Learning Management System for WordPress, WordPress LMS <= 1.8.4.1 - Privilege Escalation

The WPLMS theme for WordPress is vulnerable to Privilege Escalation in versions 1.5.2 to 1.8.4.1 via the 'wp_ajax_import_data' AJAX action. This makes it possible for authenticated attackers to change otherwise restricted settings and potentially create a new accessible admin account.

HighCVSS 8.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability can let a logged-in user of an affected WPLMS WordPress site gain administrator-level control. For an online learning platform, that could expose student data, course content, payments-related workflows, and site availability.

Executive priority

Treat this as urgent for any internet-facing learning site with user logins. The business risk is full site takeover from an authenticated account, but active exploitation is not confirmed by the provided sources.

Technical view

WPLMS versions 1.5.2 through 1.8.4.1 are reported vulnerable to privilege escalation through the wp_ajax_import_data AJAX action. The issue maps to CWE-269 and has CVSS 8.8 because low-privileged authenticated access can affect confidentiality, integrity, and availability.

Likely exposure

Exposure is most likely on WordPress sites running WPLMS 1.5.2 through 1.8.4.1, especially sites with public student or customer logins. The supplied affected metadata is inconsistent, so confirm exposure by installed product and version, not the CPE field alone.

Exploitation context

Public references include Packet Storm, Rapid7, and WPScan, indicating public exploitation knowledge or tooling exists. The source bundle says KEV is false and provides no cited evidence of active exploitation in the wild.

Researcher notes

The core issue is improper privilege control on an authenticated AJAX import action. Do not rely on the bundle's affected CPE data because it appears incomplete or inconsistent with the narrative version range.

Mitigation direction

  • Check current VibeThemes or WPLMS guidance for the fixed version or recommended mitigation.
  • Upgrade WPLMS if a supported fixed release is available from the vendor.
  • Disable or remove WPLMS on exposed sites if no safe update path exists.
  • Restrict creation and use of low-privileged WordPress accounts until remediated.
  • Review administrator accounts and security-sensitive settings for unauthorized changes.

Validation and detection

  • Inventory WordPress sites using the WPLMS theme or LMS package.
  • Confirm whether installed versions fall within 1.5.2 through 1.8.4.1.
  • Review WordPress users for unexpected administrator accounts.
  • Check audit logs for suspicious settings changes around import-related AJAX activity.
  • Verify remediation against vendor guidance after updating or disabling the component.
Prepared
Confidence
medium
Sources
7

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-269: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2015-10139 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
High
CVSS
8.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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
7Source 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
8.8CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H2.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.8High
CVSS 3.1 vector shape for CVE-2015-10139Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
VibeThemesWPLMS Learning Management System for WordPress, WordPress LMS0unaffected
Weakness

CWE details

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

CWE-269 · source CWE mapping

Improper Privilege Management

Improper Privilege Management represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.