Security readout for executives and security teams
Plain-English summary
CVE-2026-27052 affects the WordPress Sales Countdown Timer for WooCommerce and WordPress plugin before version 1.1.9. A flaw in how PHP files are included can allow local file inclusion. For affected WordPress commerce sites, this could expose sensitive files or disrupt site integrity if an attacker has low-level access.
Executive priority
Treat as a high-priority WordPress plugin update for ecommerce sites. Prioritize internet-facing stores and sites with customer or subscriber accounts. There is no sourced evidence of active exploitation, but the potential business impact includes sensitive data exposure and site compromise.
Technical view
The issue is CWE-98: improper control of filenames used in PHP include/require statements. CVSS 3.1 is 7.5 high: network reachable, high complexity, low privileges required, no user interaction, and high confidentiality, integrity, and availability impact. Public sources identify affected versions as below 1.1.9.
Likely exposure
Exposure is likely limited to WordPress sites running the villatheme Sales Countdown Timer for WooCommerce and WordPress plugin below 1.1.9. The CVSS vector indicates an attacker needs low privileges, so sites allowing customer, subscriber, or other low-privilege accounts deserve priority review.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. Public details do not provide exploit mechanics. The risk is still meaningful because WordPress plugins are commonly internet-facing and the potential impact is high.
Researcher notes
Available public sources identify the vulnerable product, version range, CWE, and CVSS vector, but not vulnerable parameters, endpoints, or exploit details. Do not assume unauthenticated exploitation; CVSS indicates low privileges required. KEV is false in the provided data.
Mitigation direction
- Identify all WordPress sites using the affected plugin.
- Upgrade the plugin to version 1.1.9 or later if available.
- If upgrade is not possible, disable the plugin pending vendor guidance.
- Limit unnecessary low-privilege WordPress account creation.
- Monitor Patchstack, CVE, and vendor channels for updated guidance.
Validation and detection
- Check each site’s installed plugin version.
- Confirm no instance is running below 1.1.9.
- Review WordPress roles with access to plugin functionality.
- Check logs for unusual authenticated requests around plugin features.
- Document compensating controls where immediate update is delayed.
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-27052 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
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.
