CVE-2022-3320
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIt was possible to bypass policies configured for Zero Trust Secure Web Gateway by using warp-cli 'set-custom-endpoint' subcommand. Using this command with an unreachable endpoint caused the WARP Client to disconnect and allowed bypassing administrative restrictions on a Zero Trust enrolled endpoint.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · moderate confidenceThe WARP client contains a vulnerability where the 'set-custom-endpoint' subcommand, when used with an unreachable endpoint, causes the client to disconnect from the Zero Trust secure web gateway. This disconnection allows bypass of administrative policies and restrictions enforced on Zero Trust enrolled endpoints.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2022.8.857.0< 2022.8.861.0< 2022.8.936CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Confirm WARP client is installedCheck for the Cloudflare WARP client on the system. On Windows: look in Program Files or registry. On macOS: check /Applications for Cloudflare WARP.app. On Linux: query package manager (dpkg -l | grep warp, rpm -qa | grep warp) or check /opt/cloudflare-warp.Affected if WARP client is found on the system
-
Identify installed WARP versionRun the WARP client version check. On Windows/macOS: right-click the WARP icon in system tray and select About or check within the app settings. On Linux: run warp-cli version or warp-cli settings to see version info. Alternatively, check the installed package version via system package manager.Affected if Installed version is earlier than 2022.8.857.0, 2022.8.861.0, or 2022.8.936 (depending on platform/release channel)
-
Check for set-custom-endpoint usageReview command history (bash history, PowerShell history, Windows Event Logs for process execution) for occurrences of 'warp-cli set-custom-endpoint' or the set-custom-endpoint subcommand being invoked.Affected if The set-custom-endpoint command has been executed on the system
-
Review WARP connection status and policy enforcement gapsCheck WARP client connection logs (Windows: %ProgramData%\Cloudflare\logs\ or within the app logs. macOS: /Library/Logs/Cloudflare/. Linux: /var/log/cloudflare-warp/ or via journalctl). Look for disconnections, failed endpoint connections, or unexpected loss of Zero Trust gateway enforcement.Affected if The WARP client shows disconnected state or loss of Zero Trust policy enforcement following use of set-custom-endpoint with an unreachable endpoint
A system is affected if Cloudflare WARP is installed with a version earlier than 2022.8.857.0/2022.8.861.0/2022.8.936 and the set-custom-endpoint command has been used to disconnect from the Zero Trust secure web gateway.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2022.8.857.02022.8.861.02022.8.936
Apply the vendor patch or update the WARP client to a version that addresses this vulnerability. Until then, monitor for unauthorized use of the set-custom-endpoint command and consider additional controls on endpoint configuration.
WARP version 2022.8.936 or later (or minimum 2022.8.857.0/2022.8.861.0 which contain the fixes)
- 1. Identify the current version of Cloudflare WARP client installed on affected systems using 'warp-cli --version' or checking the application UI
- 2. For Windows/macOS: Download the latest WARP client from the official Cloudflare download page
- 3. For Linux: Update via package manager (e.g., 'sudo apt-get update && sudo apt-get install warp-svc' for Debian/Ubuntu, or 'sudo yum update warp-svc' for RHEL/CentOS)
- 4. Verify the installed version is 2022.8.936 or later using 'warp-cli --version'
- 5. Test that the 'set-custom-endpoint' command no longer bypasses administrative restrictions when used with unreachable endpoints
- 6. Verify Zero Trust Secure Web Gateway policies are properly enforced after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation4.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,648.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2022-3320 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2022-3320 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data