cleantalk
Vulnerabilities and Security Researches

Vulnerabilities and security researches forplanyo-online-reservation-system planyo-online-reservation-system

Direction: ascending
Apr 03, 2025

Planyo online reservation system # CVE-2025-31811

CVE, Research URL

CVE-2025-31811

Date
Apr 01, 2025
Research Description
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in xtreeme Planyo online reservation system planyo-online-reservation-system allows Stored XSS.This issue affects Planyo online reservation system: from n/a through <= 3.1.
Affected versions
max 3.1.
Status
vulnerable
Jul 13, 2026

Planyo online reservation system # CVE-2026-3576

CVE, Research URL

CVE-2026-3576

Date
Jul 11, 2026
Research 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 versions
max 3.1.
Status
vulnerable