VYPR

Vendor CVEs

Cloudflare

All CVEs

70 total · sorted by risk
  • CVE-2022-4428HigJan 11, 2023
    risk 0.58cvss 8.9epss 0.01

    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…

  • CVE-2026-11325HigAug 12, 2026
    risk 0.57cvss 8.8epss 0.01

    Description Cloudflare was recently notified by external researchers of vulnerabilities in this archived repository, including a remote code execution issue in `src/index.ts` reachable from certain GitHub Actions workflow configurations. Successful exploitation may expose…

  • CVE-2026-1229CriFeb 24, 2026
    risk 0.57cvss 9.8epss 0.00

    The CombinedMult function in the CIRCL ecc/p384 package (secp384r1 curve) produces an incorrect value for specific inputs. The issue is fixed by using complete addition formulas. ECDH and ECDSA signing relying on this curve are not affected. The bug was fixed in v1.6.3…

  • CVE-2026-0933CriJan 20, 2026
    risk 0.57cvss 9.9epss 0.01

    SummaryA command injection vulnerability (CWE-78) has been found to exist in the `wrangler pages deploy` command. The issue occurs because the `--commit-hash` parameter is passed directly to a shell command without proper validation or sanitization, allowing an attacker with…

  • CVE-2025-4144CriMay 1, 2025
    risk 0.57cvss 9.8epss 0.01

    PKCE was implemented in the OAuth implementation in workers-oauth-provider that is part of MCP framework https://github.com/cloudflare/workers-mcp . However, it was found that an attacker could cause the check to be skipped. Fixed in: …

  • CVE-2014-125026CriDec 27, 2022
    risk 0.57cvss 9.8epss 0.01

    LZ4 bindings use a deprecated C API that is vulnerable to memory corruption, which could lead to arbitrary code execution if called with untrusted user input.

  • CVE-2023-3036HigJun 14, 2023
    risk 0.56cvss 8.6epss 0.02

    An unchecked read in NTP server in github.com/cloudflare/cfnts prior to commit 783490b https://github.com/cloudflare/cfnts/commit/783490b913f05e508a492cd7b02e3c4ec2297b71  enabled a remote attacker to trigger a panic by sending an NTSAuthenticator packet with extension length…

  • CVE-2024-0212HigJan 29, 2024
    risk 0.53cvss 8.1epss 0.01

    The Cloudflare Wordpress plugin was found to be vulnerable to improper authentication. The vulnerability enables attackers with a lower privileged account to access data from the Cloudflare API.

  • CVE-2022-2225HigJul 26, 2022
    risk 0.53cvss 8.1epss 0.00

    By using warp-cli subcommands (disable-ethernet, disable-wifi), it was possible for a user without admin privileges to bypass configured Zero Trust security policies (e.g. Secure Web Gateway policies) and features such as 'Lock WARP switch'.

  • CVE-2026-2835CriMar 5, 2026
    risk 0.52cvss 9.1epss 0.01

    An HTTP Request Smuggling vulnerability (CWE-444) has been found in Pingora's parsing of HTTP/1.0 and Transfer-Encoding requests. The issue occurs due to improperly allowing HTTP/1.0 request bodies to be close-delimited and incorrect handling of multiple Transfer-Encoding…

  • CVE-2026-2833CriMar 5, 2026
    risk 0.52cvss 9.1epss 0.01

    An HTTP request smuggling vulnerability (CWE-444) was found in Pingora's handling of HTTP/1.1 connection upgrades. The issue occurs when a Pingora proxy reads a request containing an Upgrade header, causing the proxy to pass through the rest of the bytes on the connection to a…

  • CVE-2025-6087CriJun 16, 2025
    risk 0.52cvss 9.1epss 0.01

    A Server-Side Request Forgery (SSRF) vulnerability was identified in the @opennextjs/cloudflare package. The vulnerability stems from an unimplemented feature in the Cloudflare adapter for Open Next, which allowed unauthenticated users to proxy arbitrary remote content via the…

  • CVE-2026-12523HigJul 14, 2026
    risk 0.49cvss 7.5epss 0.00

    Summary Cloudflare quiche's HTTP/3 layer was discovered to be vulnerable to resource exhaustion (i.e., memory) by means of specially crafted HTTP/3 frames. Impact HTTP/3 defines multiple frame types to support HTTP message exchanges and connection management. Each…

  • CVE-2025-4821HigJun 18, 2025
    risk 0.49cvss 7.5epss 0.01

    Impact Cloudflare quiche was discovered to be vulnerable to incorrect congestion window growth, which could cause it to send data at a rate faster than the path might actually support. An unauthenticated remote attacker can exploit the vulnerability by first completing a…

  • CVE-2021-3978HigJan 29, 2025
    risk 0.49cvss 7.5epss 0.00

    When copying files with rsync, octorpki uses the "-a" flag 0, which forces rsync to copy binaries with the suid bit set as root. Since the provided service definition defaults to root ( https://github.com/cloudflare/cfrpki/blob/master/package/octorpki.service ) this could allow…

  • CVE-2023-4241HigAug 16, 2023
    risk 0.49cvss 7.5epss 0.01

    lol-html can cause panics on certain HTML inputs. Anyone processing arbitrary 3rd party HTML with the library is affected.

  • CVE-2023-7080HigDec 29, 2023
    risk 0.48cvss 8.5epss 0.01

    The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. wrangler dev would previously start an inspector server listening on all network interfaces. This would allow an attacker on the local network to connect to the inspector and…

  • CVE-2023-2754HigAug 3, 2023
    risk 0.48cvss 7.4epss 0.01

    The Cloudflare WARP client for Windows assigns loopback IPv4 addresses for the DNS Servers, since WARP acts as local DNS server that performs DNS queries in a secure manner, however, if a user is connected to WARP over an IPv6-capable network, te WARP client did not assign…

  • CVE-2023-1862HigJun 20, 2023
    risk 0.48cvss 7.3epss 0.01

    Cloudflare WARP client for Windows (up to v2023.3.381.0) allowed a malicious actor to remotely access the warp-svc.exe binary due to an insufficient access control policy on an IPC Named Pipe. This would have enabled an attacker to trigger WARP connect and disconnect commands,…

  • CVE-2026-2836HigMar 5, 2026
    risk 0.46cvss 8.1epss 0.00

    A cache poisoning vulnerability has been found in the Pingora HTTP proxy framework’s default cache key construction. The issue occurs because the default HTTP cache key implementation generates cache keys using only the URI path, excluding critical factors such as the host…

  • CVE-2025-0651HigJan 22, 2025
    risk 0.46cvss 7.1epss 0.00

    Improper Privilege Management vulnerability in Cloudflare WARP on Windows allows File Manipulation. User with a low system privileges  can create a set of symlinks inside the C:\ProgramData\Cloudflare\warp-diag-partials folder. After triggering the 'Reset all settings" option…

  • CVE-2023-0652HigApr 6, 2023
    risk 0.46cvss 7.0epss 0.00

    Due to a hardlink created in the ProgramData folder during the repair process of the software, the installer (MSI) of WARP Client for Windows (<= 2022.12.582.0) allowed a malicious attacker to forge the destination of the hardlink and escalate privileges, overwriting SYSTEM…

  • CVE-2023-1412HigApr 5, 2023
    risk 0.46cvss 7.0epss 0.00

    An unprivileged (non-admin) user can exploit an Improper Access Control vulnerability in the Cloudflare WARP Client for Windows (<= 2022.12.582.0) to perform privileged operations with SYSTEM context by working with a combination of opportunistic locks (oplock) and symbolic…

  • CVE-2026-1664MedFeb 3, 2026
    risk 0.45cvss epss 0.00

    Summary An Insecure Direct Object Reference has been found to exist in `createHeaderBasedEmailResolver()` function within the Cloudflare Agents SDK. The issue occurs because the `Message-ID` and `References` headers are parsed to derive the target agentName and agentId without…

  • CVE-2022-3512MedOct 28, 2022
    risk 0.44cvss 6.7epss 0.00

    Using warp-cli command "add-trusted-ssid", a user was able to disconnect WARP client and bypass the "Lock WARP switch" feature resulting in Zero Trust policies not being enforced on an affected endpoint.

  • CVE-2022-3337MedOct 28, 2022
    risk 0.44cvss 6.7epss 0.00

    It was possible for a user to delete a VPN profile from WARP mobile client on iOS platform despite the Lock WARP switch https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/warp-settings/#lock-warp-switch  feature being enabled on Zero Trust…

  • CVE-2022-3322MedOct 28, 2022
    risk 0.44cvss 6.7epss 0.00

    Lock Warp switch is a feature of Zero Trust platform which, when enabled, prevents users of enrolled devices from disabling WARP client. Due to insufficient policy verification by WARP iOS client, this feature could be bypassed by using the "Disable WARP" quick action.

  • CVE-2022-3321MedOct 28, 2022
    risk 0.44cvss 6.7epss 0.00

    It was possible to bypass Lock WARP switch feature https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/warp-settings/#lock-warp-switch  on the WARP iOS mobile client by enabling both "Disable for cellular networks" and "Disable for Wi-Fi networks"…

  • CVE-2022-3320MedOct 28, 2022
    risk 0.44cvss 6.7epss 0.00

    It 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…

  • CVE-2026-12707HigJul 14, 2026
    risk 0.42cvss 7.5epss 0.00

    Summary Cloudflare quiche was discovered to be vulnerable to memory resource exhaustion due to unbounded queuing of post-handshake client migration events. Impact quiche supports the connection migration features described in Section 9 of RFC 9000, which allows a single…

  • CVE-2023-7078HigDec 29, 2023
    risk 0.42cvss 7.5epss 0.01

    Sending specially crafted HTTP requests to Miniflare's server could result in arbitrary HTTP and WebSocket requests being sent from the server. If Miniflare was configured to listen on external network interfaces (as was the default in wrangler until 3.19.0), an attacker on the…

  • CVE-2023-1314HigMar 21, 2023
    risk 0.42cvss 7.5epss 0.00

    A vulnerability has been discovered in cloudflared's installer (<= 2023.3.0) for Windows 32-bits devices that allows a local attacker with no administrative permissions to escalate their privileges on the affected device. This vulnerability exists because the MSI installer used…

  • CVE-2022-2529HigSep 30, 2022
    risk 0.42cvss 7.5epss 0.01

    sflow decode package does not employ sufficient packet sanitisation which can lead to a denial of service attack. Attackers can craft malformed packets causing the process to consume large amounts of memory resulting in a denial of service.

  • CVE-2022-2147MedJun 23, 2022
    risk 0.42cvss 6.5epss 0.00

    Cloudflare Warp for Windows from version 2022.2.95.0 contained an unquoted service path which enables arbitrary code execution leading to privilege escalation. The fix was released in version 2022.3.186.0.

  • CVE-2021-3761HigSep 9, 2021
    risk 0.42cvss 7.5epss 0.01

    Any CA issuer in the RPKI can trick OctoRPKI prior to 1.3.0 into emitting an invalid VRP "MaxLength" value, causing RTR sessions to terminate. An attacker can use this to disable RPKI Origin Validation in a victim network (for example AS 13335 - Cloudflare) prior to launching a…

  • CVE-2021-3907HigNov 11, 2021
    risk 0.41cvss 7.4epss 0.04

    OctoRPKI does not escape a URI with a filename containing "..", this allows a repository to create a file, (ex. rsync://example.org/repo/../../etc/cron.daily/evil.roa), which would then be written to disk outside the base cache folder. This could allow for remote code execution…

  • CVE-2022-2145MedJun 28, 2022
    risk 0.38cvss 5.8epss 0.00

    Cloudflare WARP client for Windows (up to v. 2022.5.309.0) allowed creation of mount points from its ProgramData folder. During installation of the WARP client, it was possible to escalate privileges and overwrite SYSTEM protected files.

  • CVE-2021-3908MedNov 11, 2021
    risk 0.38cvss 5.9epss 0.01

    OctoRPKI does not limit the depth of a certificate chain, allowing for a CA to create children in an ad-hoc fashion, thereby making tree traversal never end.

  • CVE-2023-3747MedSep 7, 2023
    risk 0.36cvss 5.5epss 0.00

    Zero Trust Administrators have the ability to disallow end users from disabling WARP on their devices. Override codes can also be created by the Administrators to allow a device to temporarily be disconnected from WARP, however, due to lack of server side validation, an attacker…

  • CVE-2022-4457MedJan 11, 2023
    risk 0.36cvss 5.5epss 0.00

    Due to a misconfiguration in the manifest file of the WARP client for Android, it was possible to a perform a task hijacking attack. An attacker could create a malicious mobile application which could hijack legitimate app and steal potentially sensitive information when…

  • CVE-2025-7054MedAug 7, 2025
    risk 0.35cvss 6.5epss 0.00

    Cloudflare quiche was discovered to be vulnerable to an infinite loop when sending packets containing RETIRE_CONNECTION_ID frames. QUIC connections possess a set of connection identifiers (IDs); see Section 5.1 of RFC 9000 https://datatracker.ietf.org/doc/html/rfc9000#section-5…

  • CVE-2025-4820MedJun 18, 2025
    risk 0.35cvss 5.3epss 0.01

    Impact Cloudflare quiche was discovered to be vulnerable to incorrect congestion window growth, which could cause it to send data at a rate faster than the path might actually support. An unauthenticated remote attacker can exploit the vulnerability by first completing a…

  • CVE-2023-7079MedDec 29, 2023
    risk 0.35cvss 6.4epss 0.01

    Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also…

  • CVE-2023-2512MedMay 12, 2023
    risk 0.35cvss 6.5epss 0.01

    Prior to version v1.20230419.0, the FormData API implementation was subject to an integer overflow. If a FormData instance contained more than 2^31 elements, the forEach() method could end up reading from the wrong location in memory while iterating over elements. This would…

  • CVE-2020-24356MedOct 2, 2020
    risk 0.35cvss 6.4epss 0.00

    `cloudflared` versions prior to 2020.8.1 contain a local privilege escalation vulnerability on Windows systems. When run on a Windows system, `cloudflared` searches for configuration files which could be abused by a malicious entity to execute commands as a privileged user.…

  • CVE-2026-1721MedFeb 13, 2026
    risk 0.33cvss epss 0.00

    Summary A Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the AI Playground's OAuth callback handler. The `error_description` query parameter was directly interpolated into an HTML script tag without proper escaping, allowing attackers to execute arbitrary…

  • CVE-2025-4366MedMay 22, 2025
    risk 0.33cvss 6.1epss 0.00

    A request smuggling vulnerability identified within Pingora’s proxying framework, pingora-proxy, allows malicious HTTP requests to be injected via manipulated request bodies on cache HITs, leading to unauthorized request execution and potential cache poisoning. Fixed in: …

  • CVE-2025-4143MedMay 1, 2025
    risk 0.33cvss 6.1epss 0.00

    The OAuth implementation in workers-oauth-provider that is part of MCP framework https://github.com/cloudflare/workers-mcp , did not correctly validate that redirect_uri was on the allowed list of redirect URIs for the given client registration. Fixed in: …

  • CVE-2024-1765MedMar 12, 2024
    risk 0.31cvss 5.9epss 0.01

    Cloudflare Quiche (through version 0.19.1/0.20.0) was affected by an unlimited resource allocation vulnerability causing rapid increase of memory usage of the system running quiche server or client. A remote attacker could take advantage of this vulnerability by repeatedly…

  • CVE-2023-3766MedAug 3, 2023
    risk 0.31cvss 5.9epss 0.01

    A vulnerability was discovered in the odoh-rs rust crate that stems from faulty logic during the parsing of encrypted queries. This issue specifically occurs when processing encrypted query data received from remote clients and enables an attacker with knowledge of this…

Page 1 of 2