Answer in brief
CVE-2026-39831 records a Critical severity (CVSS 9.1) vulnerability in Invoking bypass of FIDO/U2F security keys physical interaction in golang.org/x/crypto/ssh. The current sources do not mark it as known exploited. The current feed maps golang.org/x/crypto (go), golang.org/x/crypto (go), golang.org/x/crypto/ssh (go). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 9.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps golang.org/x/crypto (go), golang.org/x/crypto (go), golang.org/x/crypto/ssh (go). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| golang.org/x/cryptogo | <0.52.0 | 0.52.0 |
| golang.org/x/cryptogo | >=0 <0.52.0 | 0.52.0 |
| golang.org/x/crypto/sshgo | <0.52.0 | 0.52.0 |
Published upstream
May 22, 2026
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 15, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Jun 25, 2026
The Verify() method for FIDO/U2F security key types ([email protected], [email protected]) 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.
Quoted source text, attributed separately from HOL analysis.