CVE-2026-25027
Local File Inclusion Vulnerability in ThemeMove Unicamp
Publication date: 2026-02-03
Last updated on: 2026-02-04
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| thememove | unicamp | to 2.7.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 the PHP program ThemeMove Unicamp. It is a PHP Local File Inclusion (LFI) issue that affects Unicamp versions up to and including 2.7.1.
How can this vulnerability impact me? :
The vulnerability allows an attacker to include local files on the server through the PHP include or require statements improperly controlled by the application. This can lead to unauthorized access to sensitive files, potential information disclosure, or execution of malicious code.
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