CVE-2026-32393
Local File Inclusion in Greenly Theme Addons Prior to
Publication date: 2026-03-13
Last updated on: 2026-03-17
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| creatives_planet | greenly_theme_addons | to 8.2 (exc) |
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 an include or require statement in a PHP program, specifically in the Creatives_Planet Greenly Theme Addons (greenly-addons). It is a PHP Local File Inclusion issue, meaning that an attacker could potentially include and execute files on the server by manipulating the filename parameter.
How can this vulnerability impact me? :
This 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 files included.
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