製品・ソフトウェアに関する情報
WWBNのAVideoにおけるクロスサイトリクエストフォージェリの脆弱性
Title WWBNのAVideoにおけるクロスサイトリクエストフォージェリの脆弱性
Summary

WWBN AVideoはオープンソースのビデオプラットフォームです。バージョン29.0およびそれ以前のバージョンでは、管理者専用の3つのJSONエンドポイント(`objects/categoryAddNew.json.php`、`objects/categoryDelete.json.php`、`objects/pluginRunUpdateScript.json.php`)が、ロールチェック(`Category::canCreateCategory()` / `User::isAdmin()`)のみを実施しており、`isGlobalTokenValid()`や`forbidIfIsUntrustedRequest()`を呼び出さずにデータベースに状態変更の操作を行っていました。同じディレクトリ内の他のエンドポイント(`pluginSwitch.json.php`、`pluginRunDatabaseScript.json`)はCSRFトークンを適切に検証しているため、これらのチェックの欠如は設計上の意図ではなく見落としです。攻撃者がログイン中の管理者を悪意のあるページに誘導することで、管理者のセッションを使い、カテゴリーの作成・更新・削除や任意のインストール済みプラグインの`updateScript()`メソッドの強制実行を行うことが可能です。修正はコミットee5615153c40628ab3ec6fe04962d1f92e67d3e2に含まれています。

Possible impacts 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 さらに、当該ソフトウェアの一部が停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
Solution

正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。

Publication Date April 21, 2026, midnight
Registration Date April 24, 2026, 11:41 a.m.
Last Update April 24, 2026, 11:41 a.m.
CVSS3.0 : 重要
Score 7.1
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
Affected System
WWBN
AVideo 29.0 およびそれ以前
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年04月24日]
  掲載
April 24, 2026, 11:41 a.m.

NVD Vulnerability Information
CVE-2026-40926
Summary

WWBN AVideo is an open source video platform. In versions 29.0 and prior, three admin-only JSON endpoints — `objects/categoryAddNew.json.php`, `objects/categoryDelete.json.php`, and `objects/pluginRunUpdateScript.json.php` — enforce only a role check (`Category::canCreateCategory()` / `User::isAdmin()`) and perform state-changing actions against the database without calling `isGlobalTokenValid()` or `forbidIfIsUntrustedRequest()`. Peer endpoints in the same directory (`pluginSwitch.json.php`, `pluginRunDatabaseScript.json.php`) do enforce the CSRF token, so the missing checks are an omission rather than a design choice. An attacker who lures a logged-in admin to a malicious page can create, update, or delete categories and force execution of any installed plugin's `updateScript()` method in the admin's session. Commit ee5615153c40628ab3ec6fe04962d1f92e67d3e2 contains a fix.

Publication Date April 22, 2026, 8:16 a.m.
Registration Date April 25, 2026, 4:04 a.m.
Last Update April 24, 2026, 12:48 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:wwbn:avideo:*:*:*:*:*:*:*:* 29.0
Related information, measures and tools
Common Vulnerabilities List