Security Advisory

CVE-2024-3651

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-07-07 17:22:10
Last updated 2025-11-04 22:06:20
Assigner @huntr_ai
CVSS score 6.2
State PUBLISHED

Description

A vulnerability was identified in the kjd/idna library, specifically within the `idna.encode()` function, affecting version 3.6. The issue arises from the function's handling of crafted input strings, which can lead to quadratic complexity and consequently, a denial of service condition. This vulnerability is triggered by a crafted input that causes the `idna.encode()` function to process the input with considerable computational load, significantly increasing the processing time in a quadratic manner relative to the input size.