[pkg-vuln] CVE-2026-63374 in anyio@4.12.1 #774
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: CRITICAL
Package:
anyio@4.12.1Fixed in:
4.14.2Impact
Services using internationalized (non-ASCII) domain names are potentially vulnerable to TLS connections made from AnyIO's
connect_tcp()or directly viaTLSStream.wrap()where the connection has (through other means) been hijacked and redirected to a malicious server. The attacker would obtain a legitimate certificate using the IDNA 2003 encoded version of the domain name and offer it to the connecting client, making the certificate validate properly on the client's end.Patch
Reference: https://nvd.nist.gov/vuln/detail/CVE-2026-63374