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 7, 2026

Threat Briefing: N-able N-central Critical RCE & Control Web Panel Active Exploits

1. Infrastructure & Server Layer

N-able N-central Remote Code Execution — Active Exploitation Underway
An emergency hotfix has been issued for a maximum-severity RCE flaw in N-central remote monitoring and management (RMM) software. The vulnerability is reportedly being exploited in the wild to gain full control of infrastructure management nodes [3].

  • CVE / severity: CVE-2026-XXXX (assigned by vendor as Max Severity) / 10.0
  • Affected versions: N-central versions prior to the 2026.9 Hotfix
  • Fixed in: N-central 2026.9 Hotfix / 2026.9.0.21+
  • Action now:
    • Apply emergency hotfix immediately via the N-able dashboard.
    • Restrict access to the N-central management console to trusted IP ranges only.
    • Review audit logs for unauthorized administrative user creation or unexpected script execution.

Control Web Panel (CWP7) Privilege Escalation — Actively Exploited
A critical privilege escalation vulnerability in Control Web Panel (formerly CentOS Web Panel) is being exploited to gain root access on hosting servers. Attackers are leveraging the flaw to bypass security controls and modify system configurations [11].

  • CVE / severity: Not disclosed in sources / High-Critical
  • Affected versions: CWP7 versions prior to September 2026 release
  • Fixed in: Latest CWP7 security patch (v0.9.8.1187 or later recommended)
  • Action now:
    • Update CWP immediately using sh /scripts/update_cwp from the terminal.
    • Audit /var/log/cwp/ for unusual logins or API calls.
    • Implement NoNewPrivileges=yes in systemd units for Nginx and PHP-FPM to mitigate post-exploitation privilege escalation [12].

Heap Buffer Overflow in PADR Packet Handling
A memory corruption vulnerability (CWE-122) has been identified involving mbuf cluster allocation during PADR (PPPoE Active Discovery Request) packet processing. This can lead to a heap-based buffer overflow, potentially allowing remote code execution at the network stack level [7].

  • CVE / severity: CVE-2026-XXXX (cwe-122) / High
  • Affected versions: Impacting specific Linux/Unix network stacks and PPPoE implementations (details emerging)
  • Fixed in: Contact vendor for specific kernel/driver patches
  • Action now:
    • Deploy WAF/Firewall rules to drop malformed PPPoE discovery packets if PPPoE is not required.
    • Monitor for system crashes related to network driver memory allocation errors.

2. WordPress & CMS Ecosystem

Systemd Hardening Requirement for WP Hosting Stack
New guidance for 2026 infrastructure emphasizes that standard hardening is insufficient for high-density WordPress environments. Vulnerabilities in PHP-FPM and Nginx are increasingly being chained with setuid binary exploits [12].

  • CVE / severity: N/A (Configuration Hardening)
  • Affected versions: All WordPress environments running Nginx + PHP-FPM on Linux VPS.
  • Fixed in: Manual configuration adjustment.
  • Action now:
    • Edit php-fpm.service and nginx.service to include NoNewPrivileges=yes.
    • Restrict ProtectSystem=full and PrivateTmp=yes in service files to isolate CMS processes from the root filesystem [12].

3. Emerging Threats & Intelligence

OpenSSH Packet Leakage Discovery
A new "chink" in OpenSSH encryption has been identified that potentially bares metadata or partial data from encrypted packets. While not a full decryption exploit, it allows for traffic analysis and data pattern recognition [4].

  • CVE / severity: No CVE assigned in source
  • Affected versions: Not disclosed in sources
  • Fixed in: Pending vendor advisory
  • Action now:
    • Ensure SSH is updated to the latest stable release to receive side-channel mitigations.
    • Use MFA for all SSH sessions to limit the impact of credential or session metadata theft.
§ 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.