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

WWBN AVideo はオープンソースのビデオプラットフォームです。バージョン29.0およびそれ以前では、`objects/configurationUpdate.json.php`(`/updateConfig`経由でもルーティングされる)が $_POST から数十のグローバルサイト設定を永続化しますが、このエンドポイントは `User::isAdmin()` のみで保護されています。`forbidIfIsUntrustedRequest()` を呼び出さず、`globalToken` の検証もせず、Origin/Referer ヘッダーの検証も行っていません。AVideo はクロスオリジンの iframe 埋め込みをサポートするために意図的に `session.cookie_samesite=None` を設定しています。そのため、ログインしている管理者が攻撃者の制御するページを訪れると、ブラウザは自動的にクロスオリジンのPOSTを送信し、サイトのエンコーダURL、SMTP認証情報、サイトのhead HTML、ロゴ、ファビコン、連絡先メールアドレスなどを単一リクエストで書き換えてしまいます。修正はコミット f9492f5e6123dff0292d5bb3164fde7665dc36b4 に含まれています。

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

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

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

NVD Vulnerability Information
CVE-2026-40925
Summary

WWBN AVideo is an open source video platform. In versions 29.0 and prior, `objects/configurationUpdate.json.php` (also routed via `/updateConfig`) persists dozens of global site settings from `$_POST` but protects the endpoint only with `User::isAdmin()`. It does not call `forbidIfIsUntrustedRequest()`, does not verify a `globalToken`, and does not validate the Origin/Referer header. Because AVideo intentionally sets `session.cookie_samesite=None` to support cross-origin iframe embedding, a logged-in administrator who visits an attacker-controlled page will have the browser auto-submit a cross-origin POST that rewrites the site's encoder URL, SMTP credentials, site `<head>` HTML, logo, favicon, contact email, and more in a single request. Commit f9492f5e6123dff0292d5bb3164fde7665dc36b4 contains a fix.

Publication Date April 22, 2026, 6:16 a.m.
Registration Date April 25, 2026, 4:04 a.m.
Last Update April 25, 2026, 1:46 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