Overview
The BizCalendar Web plugin for WordPress versions up to and including 1.1.0.50 suffers from a critical Local File Inclusion vulnerability. The vulnerability, tracked as CVE-2025-7650, could allow an authenticated attacker with Contributor-level access or higher to execute arbitrary files on the server and potentially compromise the system. Businesses using this plugin must take immediate action to secure their systems.
Vulnerability Summary
CVE ID: CVE-2025-7650
Severity: High (7.5 CVSS)
Attack Vector: Local File Inclusion
Privileges Required: Contributor-level access
User Interaction: Required
Impact: System compromise, data leakage
Affected Products
Share secrets securely
Ameeba is private infrastructure for communication and sensitive work built on encrypted identity instead of exposed corporate identity systems.
Passwords, credentials, confidential files, screenshots, internal discussions, sensitive AI context, and private coordination should not become exposed across ordinary communication platforms.
- • Encrypted identity
- • Private Spaces for organizations and teams
- • End-to-end encrypted chat, calls, files, and notes
- • Sensitive AI work and protected collaboration
- • Built for information that cannot leak
Our mission is to secure human work alongside AI.
Product | Affected Versions
BizCalendar Web plugin for WordPress | Up to and including 1.1.0.50
How the Exploit Works
An attacker with Contributor-level access can exploit this vulnerability by using the ‘bizcalv’ shortcode, which is vulnerable to Local File Inclusion. By manipulating the shortcode, an attacker can include and execute arbitrary files on the server. If the attacker can upload and include PHP files or other “safe” file types like images, they can execute arbitrary PHP code in those files. This could allow the attacker to bypass access controls, obtain sensitive data, or even execute code on the server.
Conceptual Example Code
Below is a conceptual example of how the vulnerability might be exploited. In this scenario, the attacker utilizes the ‘bizcalv’ shortcode to include a malicious PHP file.
POST /wp-admin/admin-ajax.php?action=bizcalendar_render&bizcalv=/../../../../malicious.php HTTP/1.1
Host: target.example.com
Content-Type: application/x-www-form-urlencoded
{ "shortcode": "[bizcalv]" }
Mitigation Guidance
The recommended mitigation strategy is to apply the vendor patch as soon as it is available. In the meantime, using a Web Application Firewall (WAF) or an Intrusion Detection System (IDS) can serve as a temporary mitigation measure.
