LiveActive security incident?Get immediate response
CVE Record

CVE-2026-25326: WordPress CMSMasters Content Composer plugin <= 1.4.5 - Local File Inclusion vulnerability

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in cmsmasters CMSMasters Content Composer cmsmasters-content-composer allows PHP Local File Inclusion.This issue affects CMSMasters Content Composer: from n/a through <= 1.4.5.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2026-25326 affects the WordPress CMSMasters Content Composer plugin through version 1.4.5. A logged-in attacker may be able to make the plugin include local PHP files improperly, potentially exposing data, changing site behavior, or disrupting service. The issue is rated high, but exploitation complexity is high and evidence of active exploitation is not provided.

Executive priority

Treat as a high-priority WordPress plugin issue for sites using CMSMasters Content Composer, especially public sites with many user accounts. Act promptly, but do not treat it as confirmed mass exploitation based on the supplied evidence.

Technical view

The CVE describes CWE-98: improper control of a filename used in PHP include/require logic. It is reported as a Local File Inclusion issue in cmsmasters-content-composer <= 1.4.5. CVSS 3.1 is 7.5: network reachable, high complexity, low privileges required, no user interaction, with high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to WordPress installations running CMSMasters Content Composer version 1.4.5 or earlier. Because CVSS requires low privileges, risk is higher where untrusted users can authenticate to WordPress. The provided sources do not name a fixed version or confirm default vulnerable configurations.

Exploitation context

No CISA KEV listing is indicated, and the supplied sources do not state active exploitation. Exploitation is described as network-accessible but high complexity and requiring a low-privileged account. The public details are limited, so vulnerability managers should avoid assuming unauthenticated exploitation.

Researcher notes

The CVE text references PHP Remote File Inclusion terminology, but the described impact is Local File Inclusion. Sources provide CVSS and affected version range but limited technical detail, no proof-of-concept, no fixed version, and no active exploitation claim.

Mitigation direction

  • Inventory WordPress sites for CMSMasters Content Composer installations.
  • Prioritize sites running version 1.4.5 or earlier.
  • Check CMSMasters or Patchstack guidance for an updated fixed version.
  • If no fix is available, disable or remove the plugin where feasible.
  • Limit untrusted WordPress accounts until remediation is complete.

Validation and detection

  • Confirm whether the plugin is installed on each WordPress site.
  • Record the installed plugin version and compare against <= 1.4.5.
  • Review vendor or Patchstack advisories for fix availability.
  • Check WordPress logs for unusual plugin errors or file inclusion warnings.
  • Verify compensating controls after disabling, removing, or updating the plugin.
Prepared
Confidence
medium
Sources
3

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
cve · low confidence lookup

CVE-2026-25326 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.5 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

7.5High
CVSS 3.1 vector shape for CVE-2026-25326Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:H/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
cmsmastersCMSMasters Content Composercmsmasters-content-composer, 0unaffected
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.