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.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H1.65.9Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
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.
