blob: 4c7854d163c54406346251acb9d5ab9287b1f2e5 [file]
{
"dataType": "CVE_RECORD",
"dataVersion": "5.0",
"cveMetadata": {
"cveId": "CVE-2026-39831"
},
"containers": {
"cna": {
"providerMetadata": {
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc"
},
"title": "Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh",
"descriptions": [
{
"lang": "en",
"value": "The Verify() method for FIDO/U2F security key types (sk-ecdsa-sha2-nistp256@openssh.com, sk-ssh-ed25519@openssh.com) did not check the User Presence flag. Signatures generated without physical touch were accepted, allowing unattended use of a hardware security key. To restore the previous behavior, return a \"no-touch-required\" extension in Permissions.Extensions from PublicKeyCallback."
}
],
"affected": [
{
"vendor": "golang.org/x/crypto",
"product": "golang.org/x/crypto/ssh",
"collectionURL": "https://pkg.go.dev",
"packageName": "golang.org/x/crypto/ssh",
"versions": [
{
"version": "0",
"lessThan": "0.52.0",
"status": "affected",
"versionType": "semver"
}
],
"programRoutines": [
{
"name": "CertChecker.CheckCert"
},
{
"name": "skECDSAPublicKey.Verify"
},
{
"name": "skEd25519PublicKey.Verify"
},
{
"name": "connection.serverAuthenticate"
},
{
"name": "CertChecker.Authenticate"
},
{
"name": "CertChecker.CheckHostKey"
},
{
"name": "Certificate.Verify"
},
{
"name": "Dial"
},
{
"name": "NewClientConn"
},
{
"name": "NewServerConn"
}
],
"defaultStatus": "unaffected"
}
],
"problemTypes": [
{
"descriptions": [
{
"lang": "en",
"description": "CWE-290: Authentication Bypass by Spoofing"
}
]
}
],
"references": [
{
"url": "https://go.dev/issue/79566"
},
{
"url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
},
{
"url": "https://go.dev/cl/781662"
},
{
"url": "https://pkg.go.dev/vuln/GO-2026-5019"
}
],
"credits": [
{
"lang": "en",
"value": "NCC Group Cryptography Services, sponsored by Teleport"
}
]
}
}
}