Home

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.

PUBLISHED Reserved 2026-03-04 | Published 2026-07-11 | Updated 2026-07-13 | Assigner Wordfence




HIGH: 7.2CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

Problem types

CWE-20 Improper Input Validation

Product status

Default status
unaffected

Any version
affected

Timeline

2026-07-10:Disclosed

Credits

chaeyp finder

Ronnachai Sretawat Na Ayutaya (Simonhaskelly) finder

Ronnachai Chaipha (rxnr) finder

References

www.wordfence.com/...-e119-4ab7-aadc-69b765ae7027?source=cve

plugins.trac.wordpress.org/...ervation-system/trunk/ulap.php

plugins.trac.wordpress.org/...ation-system/tags/2.7/ulap.php

plugins.trac.wordpress.org/...ervation-system/trunk/ulap.php

plugins.trac.wordpress.org/...ation-system/tags/2.7/ulap.php

plugins.trac.wordpress.org/...ervation-system/trunk/ulap.php

plugins.trac.wordpress.org/...ation-system/tags/2.7/ulap.php

plugins.trac.wordpress.org/...ervation-system/trunk/ulap.php

plugins.trac.wordpress.org/...ation-system/tags/2.7/ulap.php

plugins.trac.wordpress.org/...ervation-system/trunk/ulap.php

plugins.trac.wordpress.org/...ation-system/tags/2.7/ulap.php

plugins.trac.wordpress.org/...anyo-online-reservation-system

cve.org (CVE-2026-3576)

nvd.nist.gov (CVE-2026-3576)

Download JSON