LiveActive security incident?Get immediate response
CVE Record

CVE-2026-27052: WordPress Sales Countdown Timer for WooCommerce and WordPress plugin < 1.1.9 - Local File Inclusion vulnerability

Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in villatheme Sales Countdown Timer for WooCommerce and WordPress sctv-sales-countdown-timer allows PHP Local File Inclusion.This issue affects Sales Countdown Timer for WooCommerce and WordPress: from n/a through < 1.1.9.

HighCVSS 7.5Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

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.
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-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
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-27052Attack 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
villathemeSales Countdown Timer for WooCommerce and WordPresssctv-sales-countdown-timer, 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.