製品・ソフトウェアに関する情報
kjdのinternationalized domain names in applicationsにおける非効率的な正規表現の複雑さに関する脆弱性
Title kjdのinternationalized domain names in applicationsにおける非効率的な正規表現の複雑さに関する脆弱性
Summary

Pythonの応用国際化ドメイン名(IDNA)は国際化ドメイン名(IDNA)およびUnicode IDNA互換処理をサポートしています。バージョン3.15以前では、「\u0660」や「\u30fb」を繰り返す長いペイロードが処理される際に、長さの拒否判定の前に計算資源を大量に消費する問題がありました。この問題により、サービス拒否(DoS)が発生するリスクが存在しました。バージョン3.14以降では入力を早期に拒否し、バージョン3.15ではすべての変換関数に対して対策が拡張されました。回避策としては、ドメイン名の長さを253文字以内に制限し、ライブラリに渡す前に検証することが推奨されます。

Possible impacts ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアの一部が停止する可能性があります。 
Solution

ベンダ情報を参照して適切な対策を実施してください。

Publication Date June 5, 2026, midnight
Registration Date June 16, 2026, 1:37 p.m.
Last Update June 16, 2026, 1:37 p.m.
CVSS3.0 : 警告
Score 5.3
Vector CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Affected System
kjd
internationalized domain names in applications 3.15 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
ベンダー情報
Change Log
No Changed Details Date of change
1 [2026年06月16日]
  掲載
June 16, 2026, 1:37 p.m.

NVD Vulnerability Information
CVE-2026-45409
Summary

Internationalized Domain Names in Applications (IDNA) for Python provides support for Internationalized Domain Names in Applications (IDNA) and Unicode IDNA Compatibility Processing. In versions prior to 3.15, payloads such as `"\u0660" * N` or `"\u30fb" * N + "\u6f22"` utilize the `valid_contexto` function prior to length rejection, and for high values of `N` will take a long time to process. This is the same issue as CVE-2024-3651, however the original remediation in 2024 was not a complete fix. A specially crafted argument to the `idna.encode()` function could consume significant resources. This may lead to a denial-of-service. Starting in version 3.14, the function rejects long inputs as soon as practicable prior to any further processing to minimize resource consumption. In version 3.15, this approach was extended to lesser used alternate functions (i.e. per-label conversions and codec support). A workaround is available. Domain names cannot exceed 253 characters in length. If this length limit is enforced prior to passing the domain to the `idna.encode()` function, it should no longer consume significant resources. This is triggered by arbitrarily large inputs that would not occur in normal usage, but may be passed to the library assuming there is no preliminary input validation by the higher-level application.

Publication Date June 6, 2026, 8:16 a.m.
Registration Date June 7, 2026, 4:12 a.m.
Last Update June 9, 2026, 12:02 a.m.
Related information, measures and tools
Common Vulnerabilities List