CVE-2026-3576

HIGH

Planyo online reservation system <= 3.0 - Unauthenticated Server-Side Request Forgery via 'ulap_url' Parameter

Title source: cna
STIX 2.1

Exploitation Summary

EIP tracks 2 public exploits for CVE-2026-3576. PoCs published by incogbyte, anirbala98.

AI-analyzed exploit summary Unauthenticated Server-Side Request Forgery (SSRF) in Planyo Online Reservation System <= 3.0 via the `ulap_url` parameter in `ulap.php`. The exploit bypasses the host allow-list by using 'localhost' to force the server to make arbitrary HTTP requests and reflect responses, enabling internal port scanning and data exfiltration.

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.

Exploits (2)

github WORKING POC 4 stars
by incogbyte · pythonpoc
https://github.com/incogbyte/wp-cve-exploits/tree/main/CVE-2026-3576

Unauthenticated Server-Side Request Forgery (SSRF) in Planyo Online Reservation System <= 3.0 via the `ulap_url` parameter in `ulap.php`. The exploit bypasses the host allow-list by using 'localhost' to force the server to make arbitrary HTTP requests and reflect responses, enabling internal port scanning and data exfiltration.

Classification
Working Poc 99%
Attack Type
Ssrf
Complexity
Trivial
Reliability
Reliable
Target: Planyo Online Reservation System <= 3.0 (WordPress plugin)
No auth needed
Prerequisites: Target must have the vulnerable plugin installed and accessible via the web · For content exfiltration, an internal HTTP service must be bound to 127.0.0.1 on the target
mistral-large-3 · analyzed Jul 18, 2026 Full analysis →
github WORKING POC
by anirbala98 · pythonpoc
https://github.com/anirbala98/CVE-2026-3576

This PoC exploits an unauthenticated SSRF vulnerability (CVE-2026-3576) in the WordPress plugin Planyo Online Reservation System <= 3.0, allowing arbitrary file read via the `ulap_url` parameter with a `file://` scheme. The exploit includes version checking and demonstrates the vulnerability by reading local files like `/etc/passwd`.

Classification
Working Poc 98%
Attack Type
Ssrf
Complexity
Trivial
Reliability
Reliable
Target: WordPress Plugin Planyo Online Reservation System <= 3.0
No auth needed
Prerequisites: Target must be running a vulnerable version (<= 3.0) of the Planyo Online Reservation System plugin · Python 3.x with `requests` library installed
mistral-large-3 · analyzed Jul 21, 2026 Full analysis →

Scores

CVSS v3 7.2
EPSS 0.0039
EPSS Percentile 31.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-20
Status published
Products (1)
xtreeme/Planyo online reservation system < 3.0
Published Jul 11, 2026
Tracked Since Jul 11, 2026