CVE-2026-3576
No known patch is available for this vulnerability.
The affected plugin has not been updated on WordPress.org since before this CVE was disclosed; the latest installable version is still vulnerable. If you have the affected software installed, you should uninstall or replace it rather than wait for an update.
Description
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.
Affected products
1- Range: <=3.0
Patches
Vulnerability mechanics
References
12- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.phpnvd
- plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.phpnvd
- plugins.trac.wordpress.org/changesetnvd
- www.wordfence.com/threat-intel/vulnerabilities/id/5038d12a-e119-4ab7-aadc-69b765ae7027nvd
News mentions
1- Metasploit Wrap Up: Payloads and Exploits, and Scanners, Oh my!Rapid7 Blog · Aug 28, 2026