製品・ソフトウェアに関する情報
WWBNのAVideoにおける推測可能な CAPTCHA の脆弱性
Title WWBNのAVideoにおける推測可能な CAPTCHA の脆弱性
Summary

WWBN AVideoはオープンソースの動画プラットフォームです。バージョン29.0およびそれ以前では、`objects/getCaptcha.php`がクエリ文字列からCAPTCHAの長さ(`ql`)を直接受け取り、制限やサニタイズを行っていませんでした。そのため、認証されていないクライアントがサーバーに1文字のCAPTCHAワードを生成させることが可能でした。大文字小文字を区別しない約33文字のアルファベットに対する`strcasecmp`比較と、検証失敗時にも保存されたセッショントークンを消費しないという事実を組み合わせることで、攻撃者は`Captcha::validation()`(ユーザー登録、パスワード回復、問い合わせフォームなど)に依存する任意のエンドポイントのCAPTCHAを、セッションあたり最大約33回のリクエストで簡単にブルートフォース攻撃できました。コミットbf1c76989e6a9054be4f0eb009d68f0f2464b453で修正されています。

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

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

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

NVD Vulnerability Information
CVE-2026-40935
Summary

WWBN AVideo is an open source video platform. In versions 29.0 and prior, `objects/getCaptcha.php` accepts the CAPTCHA length (`ql`) directly from the query string with no clamping or sanitization, letting any unauthenticated client force the server to generate a 1-character CAPTCHA word. Combined with a case-insensitive `strcasecmp` comparison over a ~33-character alphabet and the fact that failed validations do NOT consume the stored session token, an attacker can trivially brute-force the CAPTCHA on any endpoint that relies on `Captcha::validation()` (user registration, password recovery, contact form, etc.) in at most ~33 requests per session. Commit bf1c76989e6a9054be4f0eb009d68f0f2464b453 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:50 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