CVE-2026-32369
Local File Inclusion in Medilink-Core PHP Plugin Prior to
Publication date: 2026-03-13
Last updated on: 2026-03-16
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| radius_theme | medilink_core | to 2.0.7 (exc) |
| radiustheme | medilink-core | to 2.0.7 (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 include or require statements in the PHP program Medilink-Core by RadiusTheme. It is a PHP Local File Inclusion issue, which means that an attacker could exploit the way the application includes files to potentially include unintended files from the local server.
How can this vulnerability impact me? :
The vulnerability could allow an attacker to include and execute arbitrary local files on the server running Medilink-Core. This can lead to unauthorized access to sensitive information, code execution, 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