CVE-2026-23975
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-04-28
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| uxper | golo | to 1.7.5 (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 filename for include/require statements in the PHP program uxper Golo golo, which allows PHP Local File Inclusion. This means that the application does not properly validate or restrict the filenames used in include or require statements, potentially allowing an attacker to include local files on the server.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to include and execute local files on the server, which may lead to unauthorized access to sensitive information, code execution, or other malicious activities depending on the included files.