CVE-2026-63089: WireGuard Easy Weak Token Generation Information Disclosure via OTL Route
WireGuard Easy through 15.3.0, fixed in commit 66b292b, contains a cryptographically weak one-time link token generation vulnerability that allows unauthenticated network attackers to recover WireGuard peer credentials by brute-forcing a keyspace of at most 1000 candidate tokens per client ID, as the token is computed using CRC32 over a random value constrained to 0-999. Attackers can enumerate candidate tokens against the unauthenticated /cnf/:oneTimeLink route, which lacks rate limiting and does not validate token expiration, to obtain a peer's PrivateKey and PresharedKey and impersonate that peer on the VPN network.
Security readout for executives and security teams
Plain-English summary
WireGuard Easy could generate one-time configuration links with a very small token space. An unauthenticated network attacker who can reach the affected route may recover VPN peer secrets and then impersonate that peer. The provided sources do not show active exploitation or KEV listing.
Executive priority
Treat this as urgent for any internet-reachable wg-easy deployment. Successful exploitation can disclose VPN credentials, enabling unauthorized VPN access and peer impersonation without login.
Technical view
Affected wg-easy versions through 15.3.0 used CRC32 over a random value limited to 0-999 for one-time link tokens. The unauthenticated /cnf/:oneTimeLink route reportedly lacked rate limiting and expiration validation, exposing peer PrivateKey and PresharedKey when a valid token is found.
Likely exposure
Exposure is most likely where wg-easy is reachable from untrusted networks and one-time link configuration retrieval is enabled or accessible. Instances at or before 15.3.0, or before commit 66b292b, should be treated as affected.
Exploitation context
The sources describe unauthenticated remote exploitation with low complexity against a small token space. No source in the bundle states active exploitation in the wild, and the CVE is not marked KEV.
Researcher notes
Evidence comes from the CVE description, GitHub PR, patch commit, and VulnCheck advisory. The affected range is stated as through 15.3.0 and fixed in commit 66b292b. Exploit status is not confirmed by the provided sources.
Mitigation direction
Upgrade to a wg-easy release containing commit 66b292b or apply the vendor patch.
Remove public exposure of wg-easy until the patch is deployed.
Review vendor guidance for any additional mitigations or configuration changes.
Rotate exposed peer PrivateKey and PresharedKey values after remediation.
Audit VPN peer activity for suspicious use around exposed one-time links.
Validation and detection
Inventory all wg-easy deployments and record their running version or commit.
Confirm whether each instance is through 15.3.0 or before commit 66b292b.
Check whether the one-time link route is reachable from untrusted networks.
Verify patched instances no longer use the weak token generation logic.
Review logs for unexpected configuration retrievals or peer connections.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
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 · low confidence lookup
CWE-338: 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.
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.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
We 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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-338 · source CWE mapping
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)
Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG) represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Insufficient Session Expiration represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.