CVE-2026-3576
HIGHCVSS v3.1: 7.2 · EPSS: 0.0029 (20.7 パーセンタイル)
出典データ取得時点:
概要
- 深刻度
- HIGH
- CVSS
- 7.2 v3.1 · NVD
- EPSS
- 0.0029 (20.7 パーセンタイル) · FIRST.org
- CISA KEV
- 非該当
- タイプ
- Improper Input Validation · NVD CWE
- 攻撃条件(CVSSベクター)
- ネットワーク権限不要操作不要 · 出典: NVD ベクター
- 公開日
- 2026-07-11 · 更新日: 2026-07-11
- 参照情報
- 参照情報へ移動 (8)
CVSS / EPSS / KEV
出典 — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. データと出典
説明
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.
参照情報
NVDが列挙した参照URLを、リンクのホスト・パターンに対する機械的な一致でグループ化したもの。ラベルはリンクの種別のみを示します。
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/tags/2.7/ulap.…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.php…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.php…
- 参照 https://plugins.trac.wordpress.org/browser/planyo-online-reservation-system/trunk/ulap.php…