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.

Portrait of Jason Nickerson
Mark / 001Tampa · FL
Fig. 01The insider.
§ 01Bio

A career told
through platforms.

JoomlaWordPresscPanelWebProsCloudwaysDigitalOceanDomain Days DubaiSuperDeployWebHosting.TodayJetBackup

Logos provided by Logo.dev

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.

§ 02Chronicle

Twenty-something years,
in reverse.

  1. 2026 – presentAtlas Digital Summit
    Founder
    Atlas Digital Summit

    Private gatherings for hosting leaders, AI infrastructure innovators, and the builders of the agentic web.

  2. 2026 – presentConf64
    Founder
    Conf64

    The Conference Operating System for Business Development and Field Marketing Teams.

  3. 2026 – presentSuperDeploy
    Co-Founder
    SuperDeploy

    The advanced migration engine for AI applications. Seamlessly transition your codebase to independent, production-grade infrastructure in minutes.

  4. 2025 – 2026webhosting.today
    Director of Business Development
    webhosting.today

    Contract · Business development and partnerships for the hosting publisher.

  5. 2024 – presentJetBackup
    Business Development & Partnerships Manager
    JetBackup

    Backup and disaster recovery for the hosting ecosystem.

  6. 2023 – presentDomain Days Dubai
    Chief Marketing Officer, Founding Team
    Domain Days Dubai

    MENA’s domain and digital asset conference.

  7. 2021 – 2023Cloudways / DigitalOcean
    Senior Manager, WordPress Business Unit → Lead Community Marketing Manager II
    Cloudways / DigitalOcean

    Full-time · WordPress community, field marketing, and sales enablement through the acquisition.

  8. 2019 – 2021cPanel
    Marketing Manager
    cPanel

    Full-time · Event planner and marketing strategist for 500–3,000 attendee events and virtual series.

  9. 2017 – 2019CMS Summit
    Founder
    CMS Summit

    The global CMS conference.

  10. 2007 – 2019Joomlaxtc.com / Monev Software LLC
    CEO | Founder
    Joomlaxtc.com / Monev Software LLC

    Premium Joomla templates and extensions. 101,000+ members.

  11. 2015 – 2019Joomla! Project
    Board Member, Capital Team Chair
    Joomla! Project

    Leadership, sponsorships, and partnerships for the open-source CMS.

  12. 2001 – 2005
    Developer
    PHP-Nuke · osCommerce era

    First shipping code in the early open-source web.

§ Threat IntelligenceWeek of Sep 10, 2026

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/upcp immediately to update to the latest patched tier.
    • Audit accounts with custom mail configurations or large numbers of forwarders/aliases.

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_uploads for 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_fid parameter 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-plugins for 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].
§ 04Events

On the
road.

Conferences, summits, and WordCamps I’ll be at in the months ahead.

WordCamp US — Phoenix, USAAtlas Digital Summit — Park City, USADomain Days Dubai — Dubai, UAECloudFest Americas / Namescon — Austin, USACloudFest — Rust, Germany
5 stops · 3 countries
§ 05Offstage

When the servers
go quiet.

Music
Deep Divide Recordings

A small digital label putting out industrial house, progressive house, and dubstep. A different kind of open protocol.

Advocacy
Open source & diversity in tech

Twenty years of showing up for the projects, communities, and voices that keep the open web open.

Writing
WebHosting.Today

A news portal covering the hosting and domain industry — and a running excuse to keep talking to the people who build it.

§ Weekly

The Monday
briefing.

One email a week. The hosting stories worth your time, the latest threat intel, and a chart of what actually shipped — in the same voice you'd get at a conference bar.

Read past issues →

Monday mornings. One email a week. Unsubscribe any time.