Cyber Resilience

CVE-2022-45061

HighPublic PoCDDoS

Published: 09 November 2022

Published
09 November 2022
Modified
03 November 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0013 32.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-45061 is a high-severity Inefficient Algorithmic Complexity (CWE-407) vulnerability in Python Python. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 32.1th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead…

more

to a CPU denial of service. Hostnames are often supplied by remote servers that could be controlled by a malicious actor; in such a scenario, they could trigger excessive CPU consumption on the client attempting to make use of an attacker-supplied supposed hostname. For example, the attack payload could be placed in the Location header of an HTTP response with status code 302. A fix is planned in 3.11.1, 3.10.9, 3.9.16, 3.8.16, and 3.7.16.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

python
python
3.11.0 · ≤ 3.7.15 · 3.8.0 — 3.8.15 · 3.9.0 — 3.9.15
fedoraproject
fedora
35, 36, 37
netapp
active iq unified manager
all versions
netapp
e-series performance analyzer
all versions
netapp
element software
all versions
netapp
hci
all versions
netapp
management services for element software
all versions
netapp
ontap select deploy administration utility
all versions
netapp
bootstrap os
all versions

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-407

Addresses inefficient algorithms whose complexity can be exploited for DoS.

References