Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Feds get 3 days to patch N-able God mode flaw under active exploit

Experts warn hotfix not optional. MSPs warned attacker gains 'full administrative access to an N-central console'

Feds get 3 days to patch N-able God mode flaw under active exploit

The US Cybersecurity and Infrastructure Security Agency (CISA) designated a recently exploited N-able vulnerability as a Known Exploited Vulnerability (KEV), mandating federal agencies to patch it within three days. This flaw, CVE-2026-18577, could enable attackers to gain full administrative access to an N-central console, a dashboard used by Managed Service Providers (MSPs) to oversee customer systems.

Attackers successfully exploited the vulnerability as of July 31, often leading to further intrusions into managed endpoints and the establishment of persistent access tunnels via Cloudflare. Huntress, a security firm, warned that exploitation could grant attackers the same level of control typically reserved for trusted Network Operations Center (NOC) and engineering staff.

They advised customers to either apply N-able's hotfix immediately or disable N-central if patching was not possible. Similar advisories were issued by other authorities, including NHS England and Belgium's Centre for Cybersecurity, emphasizing the potential for significant impact due to the vulnerability's exploitation likelihood.

This flaw is linked to a previous vulnerability, CVE-2026-18556, patched in N-central version 2026.2. Despite CISA granting a three-day deadline for Federal Civilian Executive Branch agencies to remediate the issue, nearly all cloud-hosted N-central instances were patched by August 3; however, 28.6% of self-hosted servers remained vulnerable and exposed to the internet.

Written by urgent.news from The Register's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Also reported by 1 other outlet

Read the original at theregister.com →

More in Tech

What Building a C++ Benchmarking Suite Taught Me About "Simple" Data Structures

We all know the Big-O complexity of basic data structures. Arrays are O(n) for search. Hash maps are O(1). Linked lists are... well, complicated.

  • Implemented clean, educational C++17 benchmarking suite for arrays, linked lists, and hash maps.
  • Discovered polymorphism overhead and used templates internally for performance-critical code.
  • Explored growth strategies for dynamic arrays, finding 2.0x growth fastest for pure insertion speed.

Reflecting on 7-8 Years of Career Growth: Adaptability and Continuous Learning Key to Senior Data Engineer Success

Analytical Insights: The Mechanisms Driving Career Growth in Data Engineering In the rapidly evolving field of data engineering, career progression is not merely a product of time served but a result…

  • Effective client relationship management is crucial for project success and professional reputation.
  • Mentorship and knowledge sharing accelerate personal and team growth in a collaborative field.

Using Python to Analyze Customer Behavior

Python's value comes not only from handling a great deal of data; its biggest asset comes from translating that data into meaningful business insight, and that business insight is used to make better…