【活用ガイド】

JVNDB-2026-011282

Python Software FoundationのPythonにおける入力確認に関する脆弱性

概要

webbrowser.open() APIはURLの先頭にダッシュを許容していましたが、これは特定のウェブブラウザでコマンドラインオプションとして扱われる可能性がありました。新しい動作では先頭のダッシュを拒否します。ユーザーはwebbrowser.open()に渡す前にURLをサニタイズすることを推奨します。
CVSS による深刻度 (CVSS とは?)

CVSS v3 による深刻度
基本値: 3.3 (注意) [NVD値]
  • 攻撃元区分: ローカル
  • 攻撃条件の複雑さ: 低
  • 攻撃に必要な特権レベル: 不要
  • 利用者の関与: 要
  • 影響の想定範囲: 変更なし
  • 機密性への影響(C): なし
  • 完全性への影響(I): 低
  • 可用性への影響(A): なし
影響を受けるシステム


Python Software Foundation
  • Python 3.13.13 未満
  • Python 3.14.0 以上 3.14.4 未満
  • Python 3.15.0

本脆弱性の影響を受ける製品の詳細については、ベンダ情報および参考情報をご確認ください。
想定される影響

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

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

Openwall Python Software Foundation
CWEによる脆弱性タイプ一覧  CWEとは?

  1. 不適切な入力確認(CWE-20) [その他]
共通脆弱性識別子(CVE)  CVEとは?

  1. CVE-2026-4519
参考情報

  1. National Vulnerability Database (NVD) : CVE-2026-4519
  2. 関連文書 : Reject leading dashes in webbrowser.open()  Issue #143930  python/cpython
  3. 関連文書 : [3.11] gh-143930: Tweak the exception message and increase test cover…  python/cpython@96fc504  GitHub
  4. 関連文書 : gh-143930: Reject leading dashes in webbrowser URLs  python/cpython@82a24a4  GitHub
  5. 関連文書 : [3.10] gh-143930: Tweak the exception message and increase test cover…  python/cpython@591ed89  GitHub
  6. 関連文書 : [3.12] gh-143930: Tweak the exception message and increase test cover…  python/cpython@cc02351  GitHub
  7. 関連文書 : [3.12] gh-143930: Reject leading dashes in webbrowser URLs (GH-146360)  python/cpython@cbba611  GitHub
  8. 関連文書 : gh-143930: Tweak the exception message and increase test coverage (GH…  python/cpython@3681d47  GitHub
  9. 関連文書 : [3.13] gh-143930: Tweak the exception message and increase test cover…  python/cpython@89bfb8e  GitHub
  10. 関連文書 : [3.10] gh-143930: Reject leading dashes in webbrowser URLs (GH-143931…  python/cpython@ad4d5ba  GitHub
  11. 関連文書 : gh-143930: Reject leading dashes in webbrowser URLs by sethmlarson  Pull Request #143931  python/cpython  GitHub
  12. 関連文書 : [3.13] gh-143930: Reject leading dashes in webbrowser URLs (GH-146215)  python/cpython@43fe06b  GitHub
  13. 関連文書 : [3.11] gh-143930: Reject leading dashes in webbrowser URLs (GH-143931…  python/cpython@ceac1ef  GitHub
  14. 関連文書 : [3.14] gh-143930: Tweak the exception message and increase test cover…  python/cpython@594b5a0  GitHub
  15. 関連文書 : [3.14] gh-143930: Reject leading dashes in webbrowser URLs (GH-146214)  python/cpython@9669a91  GitHub
更新履歴

  • [2026年04月17日]
      掲載