Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-63374
Published:September 22, 2026
Updated:September 22, 2026
AnyIO is a high level asynchronous concurrency and networking framework that works on top of either Trio or asyncio. Prior to 4.14.2, connect_tcp() and TLSStream.wrap() can validate internationalized host names after the standard library converts them with IDNA 2003 instead of IDNA 2008. When a connection to a non-ASCII domain is hijacked or redirected, an attacker can obtain a legitimate certificate for the different ASCII hostname produced by IDNA 2003 and present it to the client, causing the malicious endpoint's certificate to validate. This issue is fixed in version 4.14.2.
Affected Packages
anyio (CONDA):
Affected version(s) >=1.0.0 <4.14.2
Fix Suggestion:
Update to version 4.14.2
anyio (CONDA):
Affected version(s) >=2.0.0 <4.14.2
Fix Suggestion:
Update to version 4.14.2
https://github.com/agronholm/anyio.git (GITHUB):
Affected version(s) >=2.0.0 <4.14.2
Fix Suggestion:
Update to version 4.14.2
anyio (PYTHON):
Affected version(s) >=2.0.0 <4.14.2
Fix Suggestion:
Update to version 4.14.2
anyio (PYTHON):
Affected version(s) >=1.0.0a1 <4.14.2
Fix Suggestion:
Update to version 4.14.2
Do you need more information?
Contact Us
CVSS v4
Base Score:
9.3
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
9.1
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Certificate Validation
Improper Validation of Certificate with Host Mismatch