Security readout for executives and security teams
Plain-English summary
This is a CPU denial-of-service flaw in Python’s IDNA hostname decoding. A malicious remote server could supply an unusually long crafted hostname, causing vulnerable Python clients to spend excessive CPU time. The practical risk is service slowdown or resource exhaustion, not data theft or code execution.
Executive priority
Treat this as a high-priority availability issue where Python handles untrusted hostnames. It is less severe than code execution, but vulnerable clients can waste CPU under attacker-controlled input. Patch through normal emergency or accelerated maintenance windows for exposed systems.
Technical view
Python versions before the fixed releases used an unnecessary quadratic algorithm in one IDNA decoder path. Processing crafted, unreasonably long names can consume excessive CPU. CVSS 3.1 is 7.5, network exploitable with high availability impact and no confidentiality or integrity impact.
Likely exposure
Exposure is most likely in Python applications or products that decode hostnames from untrusted remote responses, including clients that process attacker-controlled redirects or other supplied hostnames. Fedora and NetApp advisories indicate downstream package and product relevance.
Exploitation context
The source bundle does not show CISA KEV listing or confirmed active exploitation. The CVE description gives a plausible remote trigger path through attacker-supplied hostnames, but evidence provided supports potential CPU denial of service, not exploitation in the wild.
Researcher notes
Focus validation on IDNA decoding paths and hostname sources, especially redirect handling and remote service metadata. The provided CVE data names CWE-407 and fixed Python release targets, but does not provide complete product CPE mapping or active exploitation evidence.
Mitigation direction
- Upgrade Python to fixed vendor-supported releases: 3.11.1, 3.10.9, 3.9.16, 3.8.16, or 3.7.16.
- Apply operating system Python package updates from your distribution vendor.
- Check NetApp and other appliance vendors for product-specific guidance if Python is embedded.
- Limit processing of unusually long untrusted hostnames where application controls allow it.
- Prioritize internet-facing services and automated clients that follow remote redirects.
Validation and detection
- Inventory Python runtimes and distribution Python packages across servers, containers, and appliances.
- Confirm runtime versions are at or above the fixed release for each maintained branch.
- Review applications that parse or follow untrusted hostnames from remote responses.
- Check vendor advisories for packaged or embedded Python dependencies.
- Use regression tests to verify hostname-handling behavior remains functional after upgrades.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-407: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-45061 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/python/cpython/issues/98433CVE reference
- FEDORA-2022-45d2cfdfa4CVE reference · vendor-advisory
- FEDORA-2022-3e859b6bc6CVE reference · vendor-advisory
- FEDORA-2022-e1ce71ff40CVE reference · vendor-advisory
- FEDORA-2022-fdb2739febCVE reference · vendor-advisory
- https://security.netapp.com/advisory/ntap-20221209-0007/CVE reference
- FEDORA-2022-6f4e6120d7CVE reference · vendor-advisory
- FEDORA-2022-e6d0495206CVE reference · vendor-advisory
- FEDORA-2022-6d51289820CVE reference · vendor-advisory
- FEDORA-2022-50deb53896CVE reference · vendor-advisory
- FEDORA-2022-93c6916349CVE reference · vendor-advisory
- FEDORA-2022-18b234c18bCVE reference · vendor-advisory
- FEDORA-2022-de755fd092CVE reference · vendor-advisory
- FEDORA-2022-fd3771db30CVE reference · vendor-advisory
- FEDORA-2022-6b8b96f883CVE reference · vendor-advisory
- FEDORA-2022-3d7e44dbd5CVE reference · vendor-advisory
- FEDORA-2022-b2f06fbb62CVE reference · vendor-advisory
- FEDORA-2022-6ba889e0e3CVE reference · vendor-advisory
- FEDORA-2022-dbb811d203CVE reference · vendor-advisory
- FEDORA-2022-e699dd5247CVE reference · vendor-advisory
- FEDORA-2022-fbf6a320feCVE reference · vendor-advisory
- FEDORA-2022-bcf089dd07CVE reference · vendor-advisory
- FEDORA-2023-a990c93ed0CVE reference · vendor-advisory
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Inefficient Algorithmic Complexity
Inefficient Algorithmic Complexity represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
