WP脆弱性ウォッチ脆弱性データ 2026年9月26日 時点

脆弱性アラート / 2026年9月25日

Online Scheduling and Appointment Booking System – Bookly に脆弱性 — CVE-2026-92799

中深刻度
CVSS 5.3
0.3%悪用される確率の推定
EPSS
6万サイト以上利用
28.3修正版

いま何をすべきか

Online Scheduling and Appointment Booking System – Bookly を 28.3 以降に更新してください。

影響を受けるバージョン

  • 28.2 以下のすべて

対象: プラグイン「Online Scheduling and Appointment Booking System – Bookly」(bookly-responsive-appointment-booking-tool)

確認先: wordpress.org のプラグインページ / このサイトでのOnline Scheduling and Appointment Booking System – Booklyの記録

何が起きるのか

The Online Scheduling and Appointment Booking System – Bookly plugin for WordPress is vulnerable to Authorization Bypass via PHP Type Juggling in all versions up to, and including, 28.2. This is due to the `postValidateCustomer()` function using a loose PHP inequality operator (`!=`) to compare the session-stored one-time verification code against the attacker-supplied `verification_code` parameter — a flaw that is further exposed by the booking AJAX controller registering all its methods as `wp_ajax_nopriv_` handlers and unconditionally overriding `csrfTokenValid()` to return true, leaving the endpoint both unauthenticated and CSRF-unprotected. This makes it possible for unauthenticated attackers to bypass the phone/email ownership verification step and overwrite the name, email, phone, and address fields of any arbitrary existing Bookly customer record, redirecting that customer's booking notifications to attacker-controlled contact details. The bypass is achievable because the `json_data` input channel decodes input via `json_decode()`, which preserves real PHP types and causes the `wp_kses` filter to leave non-string values such as the JSON boolean `true` untouched; submitting `true` as the `verification_code` satisfies the loose comparison against the session's non-zero integer code (generated by `mt_rand(100000, 999999)`), causing `true != <non-zero int>` to evaluate as `false` and the guard to be bypassed.

この説明は公開データベースの記載をそのまま載せています。 日本語の要約は付けていません。訳の過程で意味が変わると、対応の判断を誤らせるためです。

ここから先の選択肢

3つあります。どれも正解です。まず自分たちで、あるいは今のパートナーで 解決できるなら、それが一番早く費用もかかりません。

1. 自分たちで対応する

更新の手順、バックアップの取り方、壊れたときの戻し方をまとめています。

安全に更新する手順

2. いまの制作会社・保守業者に頼む

Online Scheduling and Appointment Booking System – Bookly を使っているかどうかを含めて確認を依頼してください。 無料診断を実行すると、そのまま渡せる依頼文を作れます。

自分のサイトを診断する

3. 相談先がない・自分では難しい

連絡が取れる相手がいない、管理画面に入れない、侵入された疑いがある。 そうした場合はご相談ください。

mgnに相談する

出典

他のアラートを見る