CVE-2026-27052
Local File Inclusion in Sales Countdown Timer for WooCommerce
Publication date: 2026-02-19
Last updated on: 2026-04-01
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| villatheme | sctv-sales-countdown-timer | to 1.1.8.1 (inc) |
| villatheme | sales_countdown_timer | to 1.1.8.1 (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 filename for include/require statements in a PHP program, specifically in the villatheme Sales Countdown Timer for WooCommerce and WordPress plugin. It allows PHP Local File Inclusion, meaning an attacker could potentially include and execute files on the server that should not be accessible.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to include local files on the server, which may lead to unauthorized code execution, information disclosure, or other malicious actions depending on the contents of the included files.
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