LiveActive security incident?Get immediate response
CVE Record

CVE-2015-10133: Subscribe to Comments <= 2.1.2 - Local File Includion

The Subscribe to Comments for WordPress is vulnerable to Local File Inclusion in versions up to, and including, 2.1.2 via the Path to header value. This allows authenticated attackers, with administrative privileges and above, to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included. This same function can also be used to execute arbitrary PHP code.

HighCVSS 7.2Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This affects the WordPress Subscribe to Comments plugin up to version 2.1.2. A WordPress administrator could abuse a local file inclusion flaw to make the server load arbitrary files, potentially exposing sensitive data or executing PHP code. The source bundle does not show active exploitation.

Executive priority

Treat as high priority for any WordPress estate using this legacy plugin, especially where administrator accounts are shared, weakly protected, or externally managed. It is less urgent for sites without the plugin or where no vulnerable version is present.

Technical view

The flaw is CWE-98 local file inclusion through the Path to header value. CVSS 3.1 is 7.2 high, with network attack vector, low complexity, no user interaction, and high privileges required. Impact is high for confidentiality, integrity, and availability when an administrator-level attacker can include executable PHP content.

Likely exposure

Exposure is limited to WordPress installations running Subscribe to Comments versions up to and including 2.1.2. Practical risk depends on whether untrusted or compromised administrator accounts exist. The structured affected data appears inconsistent, so version validation should rely on plugin inventory and vendor advisories.

Exploitation context

The bundle cites public advisories and disclosure listings from dxw, Full Disclosure, Packet Storm, Wordfence, and WordPress Trac. It does not include CISA KEV status or another cited source proving active exploitation. The vulnerability requires authenticated administrator privileges, reducing broad internet-scale exposure but increasing risk after admin compromise.

Researcher notes

Analysis is source-limited. The key technical claim is local file inclusion via the Path to header value in Subscribe to Comments <= 2.1.2. CVSS indicates PR:H, so validation should focus on installed plugin versions, administrator account exposure, and vendor-confirmed remediation state.

Mitigation direction

  • Inventory WordPress sites for Subscribe to Comments and installed version.
  • Upgrade to a vendor-supported fixed release, or remove/disable if no maintained release is available.
  • Restrict WordPress administrator accounts and review who has admin privileges.
  • Monitor vendor, Wordfence, and WordPress plugin guidance for confirmed fixed versions.
  • Review uploaded files and web logs if vulnerable versions were exposed.

Validation and detection

  • Confirm whether Subscribe to Comments is installed and whether version is <= 2.1.2.
  • Verify only trusted users have administrator privileges on affected WordPress instances.
  • Check whether remediation removed the vulnerable plugin path or upgraded it.
  • Review logs for unexpected file inclusion behavior or suspicious administrator activity.
  • Document any uncertainty where plugin version or patch status cannot be confirmed.
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 · 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.

Open ATT&CK lookup
description · low confidence lookup

Execution behavior lookup

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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2015-10133 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
7.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:H/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
6Source 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
7.2CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H1.25.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:N/AC:L/PR:H/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
markjaquithSubscribe to Comments0unaffected
Weakness

CWE details

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.