Cloudflare Outage Map
The map below depicts the most recent cities worldwide where Cloudflare users have reported problems and outages. If you are having an issue with Cloudflare, make sure to submit a report below
The heatmap above shows where the most recent user-submitted and social media reports are geographically clustered. The density of these reports is depicted by the color scale as shown below.
Cloudflare users affected:
Cloudflare is a company that provides DDoS mitigation, content delivery network (CDN) services, security and distributed DNS services. Cloudflare's services sit between the visitor and the Cloudflare user's hosting provider, acting as a reverse proxy for websites.
Most Affected Locations
Outage reports and issues in the past 15 days originated from:
| Location | Reports |
|---|---|
| Paris, Île-de-France | 1 |
| New York City, NY | 1 |
| Manchester, England | 1 |
| Angers, Pays de la Loire | 1 |
| London, England | 1 |
Community Discussion
Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.
Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.
Cloudflare Issues Reports
Latest outage, problems and issue reports in social media:
-
Kai - Briefing Block (@briefing_block_) reportedAn OpenAI agent found a path from a sandbox to the internet. A new security budget may have been born. OpenAI says an internal cyber evaluation, powered by GPT-5.6 Sol and a more capable prerelease model, chained vulnerabilities across its own research environment and Hugging Face’s production infrastructure. This was not a slide-deck risk: the agent used a zero-day, stolen credentials and remote code execution to reach benchmark answers. The missing control layer Most companies already budget separately for cloud, endpoint, identity and incident response. Production AI agents add a different problem: software that can reason, persist, escalate privileges and chain exploits at machine speed. If enterprises deploy autonomous agents into critical workflows, they will likely need defensive agents watching permissions, network access, behavior and model activity in real time. This begins to look less like optional AI-safety spending and more like the observability layer that followed the cloud buildout. Hugging Face proved the use case Hugging Face ran AI-driven forensics over more than 17,000 events, reconstructing the intrusion in hours rather than the days a manual response could have taken. Commercial frontier APIs blocked parts of the analysis because their guardrails could not distinguish a defender from an attacker. Hugging Face switched to the open-weight GLM 5.2 on its own infrastructure, preserving control of sensitive attack data. That helps explain why Nvidia and dozens of partners launched the Open Secure AI Alliance to develop and share open models, harnesses, techniques and tools. Who captures the budget? Microsoft has the cleanest direct route: Security Copilot customers doubled year over year, its agents handled more than 2 million alerts last quarter, and MDASH is being productized. Nvidia is the picks-and-shovels play, supplying compute while contributing models, weights, data and its NOOA agent framework. Palantir fits the governed-deployment layer, where identity, permissions and auditability matter, while CrowdStrike, Palo Alto Networks and Cloudflare bring existing telemetry and security budgets. But alliance membership is not revenue, and open-source tooling could commoditize the core software. The money may land in compute, integration, private deployment and managed response instead. Bottom line This incident does not create a forecastable revenue stream overnight. It does create a new enterprise question: who watches the agents? As agent deployment scales, security spending should follow, and the winners will be vendors already attached to enterprise distribution, telemetry and infrastructure—not every logo in the coalition.
-
Nashon (@WEGNERJOASH) reported@Okwachjamal Generating 15 gb of data takes time. Had an option of running it on a vps but don't want to login to my cloudflare through that. Writing it to local sqlite is faster and ensures that I can resum sending it to remote db if I have a network issue. I can also test locally.
-
xanter.ai (@0xanter) reportedTHIS TEAM TRAINED AN AI MODEL ACROSS 14 MACS IN 4 COUNTRIES, NO DATACENTER NEEDED His laptop's just one node in the network. The others are in Switzerland, France, and beyond, all synced over regular home internet. Pause at 0:05 👀 — 14 consumer Macs, across 4 countries, generating every single training rollout — each Mac runs int8 inference locally via MLX, one B200 GPU elsewhere handles the actual gradient updates — they only sync through Cloudflare R2, ordinary cloud storage, no dedicated datacenter interconnect — tested on a biomedical search task: pass rate jumped from 29% to 63%, tool-use rate from 22% to 84% — rollout generation is roughly 80% of the compute cost in this kind of training, and all of it ran on regular home machines Here's the mechanism: the hard part isn't running inference on Macs, it's that those rollouts come from slightly outdated, quantized weights running on a completely different kernel stack than the trainer. Two tricks fix that gap: sending only the ~0.5% of weight values that actually changed (82MB instead of a 9GB checkpoint), and filtering out the small fraction of tokens where probability estimates drift too far between the rollout machine and the trainer. Their bigger point: idle consumer compute worldwide already outnumbers the clusters behind today's frontier models. As top AI labs lock models behind closed APIs, training runs like this, on hardware people already own, are one path to keeping frontier-level AI development actually open. Would you let your own idle Mac or PC contribute compute to a training run like this?
-
Punyapal Shah (@MrPunyapal) reported@peterfox What if Laravel cloud have static site support via cloudflare r2 bucket 👀 Exactly like aws s3
-
Citedy (@citedycom) reportedCloudflare Dashboard is temporarily unavailable. Claude down. What next. Aliens?
-
TL ISG Lisandro Gutz (@lisandro_gutz45) reported@RiotSupport Also, I’ve been using Cloudflare WARP lately because I was getting disconnected even though I had an internet connection—I’d get cut off mid-match despite being online. This was especially an issue with Starlink, given the IP changes caused by automatic restarts and antenna+
-
Mr. Code NJ (@perpetualtalk) reported@saltyAom Does Cloudflare support bun + elyisa? Is this in the rust rewrite?
-
groky (@groktuto) reportedWtf just happened is @Cloudflare down?
-
DJ Alex Parker (@DjAlexParker) reported@XBOXSupport Could we get a technical breakdown of the incident? @Cloudflare do it when they have issues and provide lots of detail, would be nice for you to do it too
-
𝚆𝚒𝚕𝚏𝚛𝚒𝚎𝚍__デク ✝️ (@ash__borne) reportedHello Software/Security engineers At what point can you confidently say that you're "doing" #ZTNA ? I knew about the concept, but never really dove into it. Currently testing tools like Cloudflare WARP/Access Seeing some things about mTLS (still blurry)
-
Pete Stewart (@pj_stew) reported@founder_sohan You can use mist open source models with Worker AI, which is a fraction of the cost of SaaS services like OpenAI, and if you use Cloudflare AU Gateway with it, you can also use any of the main SaaS services and switch between models as needed. You can see in the article I wrote yesterday about video transcription that I used Whisper on Worker AI to make a much cheaper transcription service for Achene.
-
Hunter Guo (@hunterguo101) reportedAnthropic just shipped the biggest MCP update ever (MCP 2026-07-28). Most takes are protocol trivia — stateless, extensions, auth. The real signal, if you actually build: your distribution channel just got upgraded. MCP is now the HTTP of the AI era — and the pipe is enterprise-grade, runs on serverless, and can render your UI inside Claude itself. The numbers: 400M+ monthly SDK downloads (4x this year), TypeScript and Python each past 1B cumulative, 950+ MCP servers in the Claude store used by millions daily. The standard war is over. The question is whether you're on the rail. Three things that matter: — Core went stateless. Deploy your server to Lambda/Vercel/Cloudflare Workers and scale horizontally behind a plain load balancer. Building an MCP server now costs about as much as writing one serverless function. — Extensions are first-class. MCP Apps render interactive UI right inside the Claude chat (sandboxed iframe). Your interface lives inside Claude — you don't build a front-end, pull users, or educate a market. Make the capability; the channel carries the UI and the users. — The pipe reaches inside the firewall. MCP Tunnels connect Claude to internal servers with no public IP and no inbound firewall rules. Figma, Intuit, Netlify, Zoom are on board. The takeaway: stop building another app to fight for attention. Build an MCP server and let the agent ecosystem be your distribution. Agents are the new distribution channel. This update paved the road.
-
NetAskari (@NetAskari) reportedBased on that info it quickly builds a list of over 600 python scripts and sh files starting a full chain of recon and exploit measures. It logs all its operations, success rates and outcomes. From SQL Injections, http smuggling, race condition probing, cloudflare bypass, WAF evasion, cache poisoning etc. Its attack angles are pretty wide. None of the scripts or methods seems particularly clever but if a 'fire and forget' solution is what you are looking for, than this is not too bad. 4/6
-
George Yash (@geoyashbuilds) reported@16vchq @Cloudflare and @getdidit help by setting up an authorization protocol. We had around 100 hackers offshore target the app - not sure why and how they found it. Regardless they couldn't make it in the front door. I wish I could wake up tomorrow and have 100 paying customers. 🤞
-
PUNK SQUAD (@PUNKSQUADcom) reported@MaxUrus254 @DailyLoud Cloudflare then bot detection router. But no 99.9% of the site you need to login.