S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
high·Product Based Web Vulnerabilities·Updated Aug 30, 2026

CVE-2026-3576 Scanner

CVE-2026-3576 Scanner - Arbitrary File Read vulnerability in Planyo Online Reservation System

Est. Time~1 minutes
Scan TypeSingle Scan
Targetsurl
CostFree
2.7k
Times Used
continuous scan runs
6.1k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-3576
7.2
CVSShigh
Exploitable remotely over the internet · no authentication required.

The Planyo Online Reservation System plugin for WordPress is vulnerable to Server-Side Request Forgery leading to Local File Inclusion in all versions up to, and including, 3.0. The ulap.php file acts as an AJAX proxy and is directly accessible without WordPress bootstrapping or any authentication. The send_http_post() function validates the host of the provided URL against an allowlist that includes 'localhost', but critically fails to validate the URL scheme/protocol. This makes it possible for unauthenticated attackers to supply a file:// URL (e.g., file://localhost/etc/passwd) which bypasses the host allowlist check because parse_url() returns 'localhost' as the host. The URL is then passed to curl_init() or fopen(), both of which support the file:// protocol, allowing the attacker to read arbitrary local files on the server and have their contents returned in the HTTP response. This can lead to disclosure of sensitive files such as /etc/passwd, wp-config.php (containing database credentials and authentication keys), and other server-side files.

Attack Vector
Network
Privileges Req.
None
User Interaction
None
Affected
Planyo online reservation systemby xtreeme
0
Updated Sep 10, 2026View on NVD →
Detail

The Planyo Online Reservation System plugin for WordPress is widely utilized among small to medium-sized businesses for managing and automating booking processes. It allows users to integrate a complete reservation system into their WordPress site. The plugin simplifies booking management with automated email notifications, customizable forms, and various payment gateways. Particularly favored by hospitality, sports, and wellness industries, it streamlines client engagement and internal scheduling. Integration with popular calendars makes it versatile for company-wide uses. The Planyo system is also designed to accommodate multi-language support, enhancing its global usability.

This scanner detects Arbitrary File Read vulnerabilities, which can potentially expose sensitive files to unauthorized access. Such vulnerabilities arise when a web application fails to validate inputs correctly or inadequately restricts file access. In this context, this vulnerability allows an attacker to read arbitrary files on the server through a specific weakness in processing user requests. By exploiting the flaw, attackers can extract critical information, bypass authentication, and decrypting data. These vulnerabilities are severe as they can lead to further compromise of the system. Therefore, they pose a considerable risk to web applications, especially those holding confidential data.

The vulnerability specifically involves the 'ulap.php' endpoint found in the plugin. The exploit occurs through functions like send_http_post() which fail to validate URL schemes properly, accepting schemes like 'file://', instead of just 'http' or 'https'. This oversight allows a specially crafted request to retrieve file content readable by the web server. Depending on the server's permissions, crucial information such as database credentials or authentication keys can be exposed. The vulnerability in this component highlights broader security validation issues within the plugin configuration and user request processing. Therefore, addressing and patching this vulnerability is critical to maintaining system integrity.

If exploited, this vulnerability allows attackers to gain access to sensitive files and information on the server. Critical data such as passwords, authentication tokens, and private user data can be extracted. The exposed file access can lead to further exploitation, such as privilege escalation, unauthorized access, and data leakage. The disclosure threat potentially compromises both the server's integrity and the users' privacy. Additionally, such a breach can facilitate more serious intrusions, resulting in malware deployment or ransomware attacks. The impact underscores the importance of swift vulnerability patching and robust authorization mechanisms.

REFERENCES

Solution Advice
  • Update the Planyo Online Reservation System plugin to version 3.1 or later.
  • Implement server-side input validation to enforce scheme restrictions on URL parameters.
  • Regularly monitor your logs for unusual requests, particularly those targeting file accesses.
  • Ensure least privilege principles for file access on your web server to mitigate unauthorized access.
  • Apply security patches promptly and consider periodic security audits for plugins and software.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-3576 Scanner - Arbitrary File Read vulnerability in Planyo Online Reservation System | S4E