CVE-2026-25326
Local File Inclusion in CMSMasters Content Composer
Publication date: 2026-02-19
Last updated on: 2026-02-20
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cmsmasters | cmsmasters_content_composer | to 1.4.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-98 | The PHP application receives input from an upstream component, but it does not restrict or incorrectly restricts the input before its usage in "require," "include," or similar functions. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an improper control of the filename used in include or require statements within a PHP program. Specifically, it is a PHP Local File Inclusion issue found in the CMSMasters Content Composer plugin (cmsmasters-content-composer) for CMSMasters. This means that the software does not properly validate or restrict the filename input, which could allow an attacker to include and execute local files on the server.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary local files on the affected server by exploiting the improper filename control in the include/require statements. This could lead to unauthorized code execution, potentially compromising the server, accessing sensitive data, or causing denial of service.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
I don't know