Jason Nickerson — Hosting Industry InsiderTwo decades
inside the web
as it kept rewriting
itself.
I’m Jason, a hosting industry insider with experience across open-source CMS platforms, control panels, cloud infrastructure, and the events that bring the industry together. Today, I focus on building partnerships, programming industry summits, and documenting what is happening across the hosting ecosystem.

- Sep 9, 2026
When AI Agents Start Acting Like Bad Employees
Sequoia's $25 million bet on Cymphony highlights the next major shift in enterprise security: protecting the company from its own autonomous agents.
Read article: When AI Agents Start Acting Like Bad Employees→ - Sep 8, 2026
Space Is Getting Crowded, and That’s Good for Business
Stoke Space just landed a billion-dollar Series E to take on SpaceX, proving that the era of launch monopolies is finally coming to an end.
Read article: Space Is Getting Crowded, and That’s Good for Business→ - Sep 8, 2026
When the Lights Go Out, the Websites Get Built Anyway
While the enterprise debates CMS market share, students in Bangladesh and Uganda are busy building 108 websites and proving that infrastructure is secondary to intent.
Read article: When the Lights Go Out, the Websites Get Built Anyway→
The early 2000s were the good years for tinkerers. Open-source CMS platforms were the closest thing we had to a universal starter kit, and PHP-Nuke and osCommerce were how you learned to ship real projects on the open web. I went deep on Joomla for the better part of a decade, contributing code to the project, organizing its community around releases and events, and eventually crossing over into the WordPress orbit that quietly swallowed everything in its path.
From there the story is a tour of the hosting stack: cPanel and the control-panel era that defined shared hosting, the managed cloud wave at Cloudways and DigitalOcean, and the publishing side at webhosting.today. Day to day now I'm at JetBackup, working on backup and disaster recovery and helping hosts protect the infrastructure that keeps everything running. I also program the seasonal industry summits, Atlas Digital Summit and Domain Days Dubai, where the hosting community gathers to set the agenda for what comes next.
The through-line is community, the conferences, the hallway conversations, and the group chats where the industry actually decides what happens next. The technology changes; the people pointing it in the right direction stay the same.
Twenty-something years,
in reverse.
- 2026 – present
FounderAtlas Digital SummitPrivate gatherings for hosting leaders, AI infrastructure innovators, and the builders of the agentic web.
- 2026 – presentFounderConf64
The Conference Operating System for Business Development and Field Marketing Teams.
- 2026 – present
Co-FounderSuperDeployThe advanced migration engine for AI applications. Seamlessly transition your codebase to independent, production-grade infrastructure in minutes.
- 2025 – 2026Director of Business Developmentwebhosting.today
Contract · Business development and partnerships for the hosting publisher.
- 2024 – presentBusiness Development & Partnerships ManagerJetBackup
Backup and disaster recovery for the hosting ecosystem.
- 2023 – present
Chief Marketing Officer, Founding TeamDomain Days DubaiMENA’s domain and digital asset conference.
- 2021 – 2023Senior Manager, WordPress Business Unit → Lead Community Marketing Manager IICloudways / DigitalOcean
Full-time · WordPress community, field marketing, and sales enablement through the acquisition.
- 2019 – 2021Marketing ManagercPanel
Full-time · Event planner and marketing strategist for 500–3,000 attendee events and virtual series.
- 2017 – 2019FounderCMS Summit
The global CMS conference.
- 2007 – 2019CEO | FounderJoomlaxtc.com / Monev Software LLC
Premium Joomla templates and extensions. 101,000+ members.
- 2015 – 2019Board Member, Capital Team ChairJoomla! Project
Leadership, sponsorships, and partnerships for the open-source CMS.
- 2001 – 2005DeveloperPHP-Nuke · osCommerce era
First shipping code in the early open-source web.
Threat Briefing: cPanel Root Escalation, Check Point VPN RCE & WP File Upload Exploits
1. Infrastructure & Hosting Layer
cPanel Mail Privilege Escalation to Root — A critical flaw allows users with mail-level privileges to bypass filesystem restrictions and execute arbitrary code as the root user [11].
- CVE / severity: CVE-2026-67401 (CVSS 9.8 Critical)
- Affected versions: cPanel & WHM versions prior to 122.0.12, 118.0.25, and 110.0.40
- Fixed in: 122.0.12, 118.0.25, 110.0.40
- Action now:
- Run
/scripts/upcpimmediately to update to the latest patched tier. - Audit accounts with custom mail configurations or large numbers of forwarders/aliases.
- Run
Check Point VPN Remote Code Execution — Two critical vulnerabilities in Check Point security gateways allow unauthenticated attackers to achieve full RCE on the appliance [9].
- CVE / severity: CVE-2026-85102 & CVE-2026-85103 (CVSS 9.8 Critical)
- Affected versions: Quantum Security Gateway and Spark appliance firmware (multiple versions)
- Fixed in: Check Point R81.10, R81.20, and R80.40 Jumbo Hotfix Accumulators (specific builds not disclosed in source)
- Action now:
- Apply the latest Jumbo Hotfix Accumulator via Gaia Portal or CLI.
- Restrict VPN portal access to known-good IP ranges where possible.
Fortinet PivotC2 RAT Exploitation — Active exploitation of a Fortinet RCE vulnerability is being used to deploy the PivotC2 Remote Access Trojan (RAT) in infrastructure environments [7].
- CVE / severity: CVE-2025-25249 (CVSS not disclosed, confirmed active exploitation)
- Affected versions: FortiOS and FortiProxy (various versions)
- Fixed in: Latest firmware releases (check FortiGuard advisory for specific branch fixes)
- Action now:
- Verify FortiOS firmware versions; upgrade immediately if on an affected branch.
- Monitor for outbound traffic to suspicious C2 infrastructure associated with PivotC2.
2. WordPress / CMS Supply Chain
Ninja Forms Arbitrary File Upload & RCE — A critical vulnerability in the file upload module allows unauthenticated attackers to upload PHP shells to the server [5].
- CVE / severity: CVE-2026-0740 (CVSS 9.8 Critical)
- Affected versions: Ninja Forms File Uploads extension versions prior to 3.3.22
- Fixed in: 3.3.22
- Action now:
wp plugin update ninja-forms-uploads- Emergency Mitigation: Add an Nginx/Apache rule to block PHP execution in the uploads directory:
location ~* ^/wp-content/uploads/.*\.(php|phtml|php[0-9]?|phar)$ { return 403; }[5].
Drag and Drop File Upload for Elementor Forms — Similar to the Ninja Forms flaw, this plugin allows unauthenticated arbitrary file uploads, potentially leading to full site takeover [6].
- CVE / severity: CVE-2026-18351 (CVSS 9.8 Critical)
- Affected versions: All versions up to and including 1.6.8
- Fixed in: Not disclosed in sources; assume all current versions are vulnerable if above 1.6.8 is not available.
- Action now:
- Disable the plugin until a patch is verified.
- Inspect
wp-content/uploads/wp_dnd_uploadsfor unauthorized PHP files.
WPLP Cookie Consent Settings Hijack — Insufficient protection on AJAX actions allows attackers to modify plugin settings, which can lead to XSS or site redirection [3].
- CVE / severity: CVE-2026-85133 (CVSS 7.5 High)
- Affected versions: Versions before 4.4.2
- Fixed in: 4.4.2
- Action now:
wp plugin update wplp-cookie-consent
3. Active Indicators & Hardening
- Product Filter for WooCommerce XSS: CVE-2026-7804 impacts the
wpf_fidparameter in all versions up to current; sanitize inputs and update once a patch is confirmed by WBW [2]. - Persistence Check: Infrastructure teams should audit
wp-content/mu-pluginsfor unfamiliar files, as attackers are increasingly using "Must-Use" plugins to hide shells from standard dashboards [5]. - Supply Chain Warning: The "Hugging Face mob agent" incident highlights that infrastructure flaws are being chained to reach host-level control; hosting providers should ensure strict isolation between containerized AI agents and host kernels [12].
On the
road.
Conferences, summits, and WordCamps I’ll be at in the months ahead.
- Aug 16 – 19, 2026
- Sep 28 – 29, 2026
- Domain Days DubaiRescheduled
New dates to be announced.
Oct 15 – 16, 2026 - Nov 11 – 12, 2026
- State of the WordDec 2026
- Mar 15 – 18, 2027
When the servers
go quiet.
A small digital label putting out industrial house, progressive house, and dubstep. A different kind of open protocol.
Twenty years of showing up for the projects, communities, and voices that keep the open web open.
A news portal covering the hosting and domain industry — and a running excuse to keep talking to the people who build it.