製品・ソフトウェアに関する情報
pyLoad-ng projectのpyLoad-ngにおけるサーバサイドのリクエストフォージェリの脆弱性
Title pyLoad-ng projectのpyLoad-ngにおけるサーバサイドのリクエストフォージェリの脆弱性
Summary

pyLoadはPythonで書かれた無料のオープンソースのダウンロードマネージャーです。0.5.0b3.dev96以前のバージョンでは、src/pyload/core/api/__init__.py内のparse_urls API関数がget_url(url)(pycurlを使用)を介してサーバー側で任意のURLを取得しますが、URLの検証やプロトコルの制限、IPブラックリストが一切ありません。ADD権限を持つ認証済みユーザーは、内部ネットワークリソースやクラウドメタデータエンドポイントへのHTTP/HTTPSリクエストを行うことができ、file://プロトコルを介してローカルファイルを読み取れます(pycurlがサーバー側でファイルを読み取ります)。また、gopher://およびdict://プロトコルを介して内部サービスとやり取りしたり、エラーベースのオラクル(エラー37と空のレスポンスの違い)を利用してファイルの存在を列挙したりすることも可能です。

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

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

Publication Date April 6, 2026, midnight
Registration Date April 21, 2026, 10:46 a.m.
Last Update April 21, 2026, 10:46 a.m.
CVSS3.0 : 重要
Score 7.7
Vector CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Affected System
pyLoad-ng project
pyLoad-ng 0.5.0b3.dev97 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
その他
Change Log
No Changed Details Date of change
1 [2026年04月21日]
  掲載
April 21, 2026, 10:46 a.m.

NVD Vulnerability Information
CVE-2026-35187
Summary

pyLoad is a free and open-source download manager written in Python. In 0.5.0b3.dev96 and earlier, the parse_urls API function in src/pyload/core/api/__init__.py fetches arbitrary URLs server-side via get_url(url) (pycurl) without any URL validation, protocol restriction, or IP blacklist. An authenticated user with ADD permission can make HTTP/HTTPS requests to internal network resources and cloud metadata endpoints, read local files via file:// protocol (pycurl reads the file server-side), interact with internal services via gopher:// and dict:// protocols, and enumerate file existence via error-based oracle (error 37 vs empty response).

Publication Date April 7, 2026, 5:16 a.m.
Registration Date April 15, 2026, 11:27 a.m.
Last Update April 21, 2026, 2:05 a.m.
Affected software configurations
Configuration1 or higher or less more than less than
cpe:2.3:a:pyload-ng_project:pyload-ng:*:*:*:*:*:python:*:* 0.5.0b3.dev97
Related information, measures and tools
Common Vulnerabilities List