Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025Industry stats Updated Jun 2026All domains worldwide 392.5M registered names +6.5% YoY Verisign · Q1 2026.com + .net total 176.1M names in zone Verisign · Q1 2026.com + .net 11.5M newly registered · 76.3% renewed Verisign · Q1 2026Country-code TLDs 146.3M names +2.4% YoY Verisign · Q1 2026New gTLDs 49.6M names · 30.9% renewed +3.7% QoQ Verisign · Q1 2026Legacy gTLDs 20.5M names · 67.6% renewed +14.6% YoY Verisign · Q1 2026WordPress 41.5% of all sites · 59.3% of CMS sites W3Techs · 17 Jun 2026Shopify 5.2% of all sites · 7.5% of CMS sites W3Techs · 17 Jun 2026Wix 4.3% of all sites · 6.1% of CMS sites W3Techs · 17 Jun 2026Squarespace 2.5% of all sites · 3.5% of CMS sites W3Techs · 17 Jun 2026Joomla 1.2% of all sites · 1.7% of CMS sites W3Techs · 17 Jun 2026Webflow 0.9% of all sites · 1.2% of CMS sites W3Techs · 17 Jun 2026Drupal 0.7% of all sites · 1% of CMS sites W3Techs · 17 Jun 2026No CMS detected 30% of all sites W3Techs · 17 Jun 2026Nginx on 33%–39% of sites W3Techs · Mar–Apr 2026Apache on 24%–29% of sites W3Techs · Mar–Apr 2026LiteSpeed gaining share among web servers W3Techs · Mar–Apr 2026DMARC adoption 937.9K valid records +79% in 3 yrs EasyDMARC · 2026 YTDFortune 500 95% publish DMARC · 80% enforced EasyDMARCFortune 500 62.7% use strict reject policy EasyDMARCInc. 5000 15.2% use strict reject policy EasyDMARCDeal CVC Capital Partners → Namecheap · CVC Capital Partners acquired a majority stake in Namecheap in September 2025, valuing the company at ~$1.5B (including debt). 2025Deal team.blue (Hg-backed) → Loopia Group · team.blue (Hg-backed) acquired Loopia Group (Nordics) in 2025. 2025Deal Miss Group (Perwyn-backed) → Web4U s.r.o. · Perwyn-backed Miss Group acquired Web4U s.r.o. (Prague-based web hosting and domain registration provider) in 2025. This is Miss Group’s 14th acquisition under Perwyn ownership. 2025Deal group.one → Webglobe · group.one acquired Webglobe (Slovakia/Czechia/Serbia) in 2025. 2025Deal hosting.com → FastComet, A2 Hosting · hosting.com (formerly World Host Group) acquired FastComet in April 2025 and A2 Hosting in January 2025, rebranding A2 Hosting under the hosting.com name. 2025
Security Vulnerabilities

Cloudflare open-sources vulnerability discovery harness

The CDN provider details a multi-phase system for automated security flaw detection and validation.

Cloudflare open-sources vulnerability discovery harness
Zulfugar Karimov · Pexels

Cloudflare has released technical documentation for its internal vulnerability discovery system, outlining how the company automates the detection and triage of security flaws across its infrastructure. The disclosure provides a rare look at the engineering behind large-scale, continuous security scanning in a CDN environment.

The system is designed to address two persistent challenges in automated vulnerability discovery: high false-positive rates and the context limitations of large language models (LLMs). Cloudflare’s approach uses a staged pipeline that separates initial detection from validation, with manual review reserved for ambiguous cases.

How the system works

Cloudflare’s harness operates in three primary phases. First, a discovery stage scans code and infrastructure for potential vulnerabilities using a mix of static analysis, dynamic testing, and heuristic rules. Findings are then passed to a validation stage, where adversarial techniques simulate real-world exploitation attempts to confirm or dismiss each alert. A final routing layer uses LLMs to categorize validated vulnerabilities by severity and assign them to the appropriate engineering teams for remediation.

State management is handled through a centralized control plane that tracks each vulnerability’s progress from initial detection to closure. This allows the system to avoid redundant scans and ensures that fixes are verified before cases are marked as resolved. The company notes that separating detection from validation has significantly reduced the volume of false positives that reach human reviewers, though it does not provide specific metrics comparing the new system to earlier tools.

Design choices and trade-offs

The architecture prioritizes scalability and integration with Cloudflare’s existing CI/CD pipelines. Vulnerability data is stored in a structured format that feeds into both the company’s internal ticketing system and its public bug bounty program. This dual-purpose design allows the same harness to serve both proactive security efforts and external researcher submissions.

One notable limitation is the system’s reliance on LLMs for routing and classification. Cloudflare acknowledges that context window constraints require breaking complex vulnerabilities into smaller chunks, which can lead to misclassification. To mitigate this, the company employs a fallback mechanism that escalates ambiguous cases to human analysts rather than risking incorrect prioritization.

The adversarial validation stage is another key feature. By attempting to exploit each suspected vulnerability before flagging it, the system filters out low-confidence findings that might otherwise overwhelm security teams. This step is computationally expensive but reduces the burden on manual reviewers, who only see cases that have already passed multiple layers of automated scrutiny.

Implications for the industry

Cloudflare’s decision to document the system’s architecture without releasing the code itself suggests a balance between transparency and operational security. The disclosure provides a reference model for other infrastructure providers looking to build similar systems, particularly those operating at CDN scale. However, the company cautions that the approach may not be directly applicable to smaller organizations, as it assumes the availability of dedicated security engineering resources and extensive telemetry data.

For security teams at hosting providers and cloud platforms, the most relevant takeaway is the emphasis on staged validation. The separation of detection and confirmation phases could help reduce alert fatigue, a common issue in environments where automated scanners generate high volumes of low-confidence findings. The adversarial validation step, in particular, offers a potential blueprint for improving signal-to-noise ratios in vulnerability management.

Discussion · coming soon

Be the first to join the thread when community discussion launches.