CVE-2025-7650
BaseFortify
Publication date: 2025-08-15
Last updated on: 2026-04-08
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| setriosoft | bizcalendar_web | * |
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 a Local File Inclusion (LFI) issue in the BizCalendar Web plugin for WordPress, affecting all versions up to 1.1.0.50. It allows authenticated users with Contributor-level access or higher to include and execute arbitrary files on the server via the 'bizcalv' shortcode. This means attackers can run any PHP code contained in those files, potentially bypassing access controls and exploiting the server.
How can this vulnerability impact me? :
The vulnerability can lead to serious impacts including bypassing access controls, unauthorized access to sensitive data, and remote code execution on the server. Attackers can upload seemingly safe files like images that contain malicious PHP code and execute them, compromising the security and integrity of the affected system.