WarpApplication · Cloudflare

CVE-2022-4428

HIGH · 8.0 CVSS v3.1 Published 2023-01-11
Fix available
A fix is available. Upgrade to after 2022.10.106.0 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable

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 · unedited
support_uri parameter in the WARP client local settings file (mdm.xml) lacked proper validation which allowed for privilege escalation and launching an arbitrary executable on the local machine upon clicking on the "Send feedback" option. An attacker with access to the local file system could use a crafted XML config file pointing to a malicious file or set a local path to the executable using Cloudflare Zero Trust Dashboard (for Zero Trust enrolled clients).

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 · high confidence

The WARP client's mdm.xml configuration file does not properly validate the support_uri parameter, allowing an attacker with local file system access to inject a malicious path. When users click 'Send feedback', the vulnerable code executes the arbitrary executable specified in the crafted XML, enabling local privilege escalation.

MitigationImplement strict validation and sanitization of the support_uri parameter, including path whitelisting, verification that executables are from trusted locations, and potentially code signing verification before execution.

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
WarpApplication
Affected:<= 2022.10.106.0

CVSS 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
Low
User interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:R/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Cloudflare Warp version
    Run 'warp-diag --version' or check the application version through the installed package (e.g., via 'dpkg -l', 'rpm -qi', or the Windows Add/Remove Programs list)
    Affected if The installed version is 2022.10.106.0 or earlier (any version <= 2022.10.106.0)
  2. Locate mdm.xml configuration files
    Search for mdm.xml files on the system, typically found in installation directories or configuration folders such as C:\Program Files\Cloudflare\ or /Applications/Cloudflare WARP.app/ on macOS
    Affected if An mdm.xml file exists on the system and is being used by the Warp client
  3. Inspect support_uri parameter in mdm.xml
    Open the mdm.xml file and examine the support_uri field - look for paths that point to locations outside the expected installation directory or to unexpected executables
    Affected if The support_uri parameter contains a path to an executable that is not in the trusted Cloudflare installation directory or points to an unrecognized location

A system is affected if Cloudflare Warp version is 2022.10.106.0 or earlier AND an mdm.xml file with a suspicious support_uri parameter exists and the user interacts with the Send Feedback feature.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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.

From vendor data
Upgrade available Upgrade to a release after 2022.10.106.0
Interim mitigation

Implement strict validation and sanitization of the support_uri parameter, including path whitelisting, verification that executables are from trusted locations, and potentially code signing verification before execution.

Fix this in Warp Scoped from the published advisory
  • Consultation2.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA2.0 h
18.0 hours of engineering $3,100
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,960.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2022-4428 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2022-4428 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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