CVE-2020-37169: WordPress Plugin ultimate-member 2.1.3 Local File Inclusion
WordPress Plugin ultimate-member 2.1.3 contains a local file inclusion vulnerability that allows authenticated attackers to include arbitrary files by manipulating the pack parameter in class-admin-upgrade.php. Attackers can send POST requests with malicious pack values to include unintended PHP files from the packages directory and execute arbitrary code.
Security readout for executives and security teams
Plain-English summary
CVE-2020-37169 affects Ultimate Member plugin version 2.1.3 for WordPress. An authenticated attacker may abuse a file-inclusion flaw to make the application load unintended PHP files, potentially leading to arbitrary code execution. Exposure depends on whether the vulnerable plugin version is installed and reachable by authenticated users.
Executive priority
Prioritize affected internet-facing WordPress sites, especially those with many authenticated users. This is not evidenced as actively exploited in the supplied sources, but public exploit availability and possible code execution justify timely remediation.
Technical view
Sources describe CWE-98 local file inclusion in class-admin-upgrade.php. The vulnerable logic uses a pack parameter that can be manipulated to include unintended PHP files from the packages directory. CVSS 4.0 score is 6.8 with low privileges required and no user interaction.
Likely exposure
Likely exposure is WordPress sites running Ultimate Member 2.1.3. The source bundle does not identify other affected versions. Because privileges are required, risk is higher where many users can authenticate or compromised accounts are plausible.
Exploitation context
A public ExploitDB reference exists, so defenders should assume technical details are available. The provided sources do not show CISA KEV listing or confirmed active exploitation. Do not treat this as internet-wide unauthenticated exploitation based on the supplied evidence.
Researcher notes
Evidence is limited to Ultimate Member 2.1.3 in the supplied bundle. The CVSS vector reports local attack vector but the description references authenticated POST requests, so validate reachable attack surface in your environment before scoring business risk.
Mitigation direction
Inventory WordPress sites for Ultimate Member version 2.1.3.
Check Ultimate Member or vendor guidance for fixed versions or official mitigations.
Remove or disable affected unused installations where business impact allows.
Limit WordPress account privileges and remove unnecessary authenticated users.
Monitor for suspicious requests involving class-admin-upgrade.php and pack handling.
Validation and detection
Confirm installed Ultimate Member versions across production, staging, and backups.
Check whether any public or user-facing site runs version 2.1.3.
Review WordPress user lists for stale, shared, or compromised accounts.
Inspect web logs for unusual access to class-admin-upgrade.php.
Document whether vendor guidance identifies a fixed replacement version.
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 · low confidence lookup
CWE-98: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-98 · source CWE mapping
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')
Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.