Cyber Briefing, Sep 24: SolarWinds Observability RCE, Astrana Health breach exposed

Graphic featuring a shield with a lock symbol, surrounded by various cybersecurity icons including alerts, emails, and a magnifying glass on a digital background, with the text 'CYBERSECURITY NEWS'.

10 stories · 4 sources · 3 critical · 4 high · ~13 min read

Coverage: Last 24 hours

Today’s Highlights

Rapid exploitation of critical CVEs in WordPress and SolarWinds Observability Self-Hosted underscores how threat actors leverage software flaws to compromise public-facing and infrastructure systems within hours of disclosure. Software supply chain security is under renewed pressure as sophisticated npm package attacks evade both human and automated defenses. Meanwhile, recent data breaches in the healthcare sector and evolving techniques such as ClickFix highlight the ongoing challenge of protecting sensitive information as adversaries modernize their TTPs.

Table of Contents

  1. SolarWinds Patches Critical RCE Flaws in Observability Self-Hosted
  2. Astrana Health Data Breach Impacts Private, Confidential Information
  3. US Court Sentences Armenian Man to Prison for Ryuk Ransomware Attacks
  4. 17,000 URLs Reveal How ClickFix Turns Trusted Websites Into Malware Traps: Report by CTM360
  5. Malicious npm Packages That Evade Defenses
  6. Critical WordPress Vulnerability Exploited Immediately After Disclosure
  7. Attackers Exploit WordPress CVE-2026-87902 Within Hours of Disclosure

Critical   High   Medium   Low

Top Stories


SolarWinds Patches Critical RCE Flaws in Observability Self-Hosted

Source: SecurityWeek | Published: Sep 24 | Risk: CRITICAL | Impacted: SolarWinds Observability Self-Hosted admins, IT infrastructure teams running on-prem monitoring, Organizations with hybrid cloud and on-prem monitoring setups | Topics: Threat Intel / Vulnerability

What happened: SolarWinds has patched two critical vulnerabilities in Observability Self-Hosted that could allow remote code execution without authentication. The flaws, tracked as CVE-2026-28324 and CVE-2026-28325, affect all versions up to 2026.2.2 and were addressed in version 2026.2.3.

Why it matters: Unpatched SolarWinds Observability deployments present an exposed attack surface for remote, unauthenticated takeover, potentially compromising both observability data and the environments they monitor.

How it works: SolarWinds Observability Self-Hosted is a platform for infrastructure and application monitoring deployed on-premises. The vulnerabilities (CVE-2026-28324 and CVE-2026-28325) allow unauthenticated remote code execution via crafted requests, potentially granting attackers full system access.

Affected / Fix: Affects all versions up to 2026.2.2; fixed in version 2026.2.3.

Practitioner Perspective

Security teams relying on SolarWinds for monitoring must treat any unpatched Observability Self-Hosted instance as a high-risk asset, especially if internet-facing. The two CVEs allow attackers full code execution without authentication, so network segmentation or weak passwords offer no protection. Expect rapid scanning and automated exploitation now that details are public. The priority is patching to version 2026.2.3 or newer, followed by forensics on any system that was internet-exposed pre-patch. Assume attacker persistence if compromise occurred.

Recommended Actions

  • Patch all SolarWinds Observability Self-Hosted deployments to version 2026.2.3 or later
  • Isolate vulnerable SolarWinds instances from internet and internal production traffic until patching is verified
  • Review logs and process lists on affected systems for post-exploitation activity tied to CVE-2026-28324 and CVE-2026-28325
  • Update vulnerability management processes to prioritize rapid response for observability/monitoring software

Astrana Health Data Breach Impacts Private, Confidential Information

Source: SecurityWeek | Published: Sep 24 | Risk: HIGH | Impacted: Healthcare IT providers, Business and patient data repositories, Organizations managing PHI/PII, Medical service subsidiaries | Topics: Threat Intel / Vulnerability

What happened: Astrana Health’s subsidiary, Astrana Health Management, experienced a data breach where hackers impersonated company personnel to access servers, exfiltrating private and confidential information. The company is assessing the extent of the breach, which may involve patient, employee, and business data, but does not anticipate financial impact.

Why it matters: Impersonation-enabled breaches targeting healthcare organizations can expose regulated patient and business information, amplifying compliance, reputation, and customer trust risks even if immediate financial impact is limited.

How it works: This scenario involves attackers who impersonate legitimate company personnel to gain access to backend servers holding electronic Personal Health Information (PHI) and business records. Such breaches leverage social engineering rather than direct technical exploits.

Practitioner Perspective

The use of social engineering or credential impersonation to access sensitive servers remains a reliable attack vector, especially in healthcare. Astrana Health’s experience reinforces that attackers may pivot from business or employee data to regulated patient information, triggering reporting obligations under multiple jurisdictions. The absence of immediate financial loss does not mitigate legal or reputational exposure. Security teams should verify identity controls on support channels and review for illicit lateral movement post-breach.

Recommended Actions

  • Conduct UBA (user behavior analytics) on recent privileged access to servers in Astrana Health Management’s estate
  • Review identity verification and anti-impersonation procedures for internal support or help desk systems
  • Hunt for exfiltration artifacts and unauthorized account creation in the aftermath of the breach
  • Audit data access activity across patient, employee, and business record systems

US Court Sentences Armenian Man to Prison for Ryuk Ransomware Attacks

Source: SecurityWeek | Published: Sep 24 | Risk: HIGH | Impacted: Large enterprises, Critical infrastructure operators, Organizations lacking resilient backup strategies | Topics: Threat Intel / Ransomware

What happened: Karen Vardanyan has also been ordered to pay over $1.2 million in restitution to victims. The post US Court Sentences Armenian Man to Prison for Ryuk Ransomware Attacks appeared first on SecurityWeek.

Why it matters: The prosecution and sentencing of ransomware actors, while important for deterrence, does not materially reduce the global risk or frequency of such attacks targeting enterprise infrastructure.

How it works: Ryuk is a ransomware family known for targeting large organizations, encrypting their data, and demanding ransom for decryption keys. Initial access is often gained through phishing or by purchasing stolen credentials, followed by lateral movement and privilege escalation.

Practitioner Perspective

Ryuk remains a persistent threat to enterprises, often entering networks via phishing, lateral movement, and access broker services. Law enforcement successes will not change the fundamental economics of ransomware campaigns: payment and response flows are still driven by operational downtime and extortion threats. Security teams must focus on minimizing accessible attack surfaces, testing their backup and recovery strategies, and monitoring for precursor activity commonly exploited by Ryuk. Assume that disruption, not deterrence, shapes the ongoing threat.

Recommended Actions

  • Hunt for Ryuk ransomware TTPs in SIEM and EDR data, focusing on recent phishing, lateral movement, and shadow IT assets
  • Test offline and immutable backups for coverage against mass ransomware encryption attempts
  • Update playbooks for ransomware containment and legal notification in light of precedent-setting prosecutions
  • Monitor ransomware payment flow trends to anticipate shifts in attack motivation and targeting

Emerging Signals


17,000 URLs Reveal How ClickFix Turns Trusted Websites Into Malware Traps: Report by CTM360

Source: The Hacker News | Published: Sep 24 | Risk: HIGH | Impacted: Enterprises with web-based business workflows, SOC teams monitoring web traffic, Security teams relying on allowlisted domains | Topics: Vulnerability / Exploit

What happened: ClickFix has become the most common way attackers get into enterprise networks, and it does it without an exploit, an attachment, or a file on disk. Our new global threat report traces the technique from a novelty in late 2023 to a subscription product with on-chain infrastructure and a state-sponsored user base, and explains why blocking malicious domains is no longer effective.

Why it matters: ClickFix enables attackers to weaponize trusted sites for initial access, bypassing email and endpoint security controls, which greatly complicates phishing defense and domain allowlisting strategies.

How it works: ClickFix is a technique and service that manipulates trusted websites to redirect users or deliver payloads without using attachments, exploits, or detectable on-disk files. Instead, the compromise occurs simply through interaction with a browser and legitimate site code.

Practitioner Perspective

The rise of ClickFix, now available as a subscription service and used by state-aligned actors, means that traditional domain reputation or URL-blocking approaches are increasingly ineffective. Organizations relying solely on web filter blocklists or email scanning may miss malicious activity routed through trusted but compromised sites. Security operations should treat inbound user web traffic as potentially hostile, even to legitimate domains, and hunt for signs of pivot activity following suspicious click events. The core danger is users unknowingly initiating compromise by simply browsing or interacting with familiar web pages.

Recommended Actions

  • Update web filtering policy to deprioritize static allowlists for trusted domains in light of ClickFix risks
  • Instrument browser or endpoint telemetry to monitor for ClickFix-specific redirect and payload behaviors
  • Review threat intelligence subscriptions for indicators related to ClickFix and associated on-chain infrastructure
  • Train staff on the risks of interacting with unexpected prompts or downloads from otherwise trusted portals

Malicious npm Packages That Evade Defenses

Source: Schneier on Security | Published: Sep 24 | Risk: HIGH | Impacted: DevOps pipelines using npm, Web app development shops, Continuous integration/continuous deployment (CI/CD) systems, Organizations with automated npm dependency updates | Topics: Supply Chain / Policy

What happened: The article discusses sophisticated malicious npm packages that evade detection mechanisms, highlighting their complexity and potential nation-state involvement.

Why it matters: Sophisticated threat actors leveraging the npm supply chain can introduce backdoors or steal credentials where code is automatically built, tested, or deployed, resulting in hard-to-detect compromises across both production and development systems.

How it works: npm is the central package repository for Node.js and JavaScript applications. Threat actors publish malicious packages that appear benign but can include obfuscated code, conditional payloads, or install scripts that evade typical static and dynamic analysis.

Practitioner Perspective

Any organization building or deploying Node.js or JavaScript applications using npm packages is now a potential target for advanced supply chain attacks. These malicious packages are engineered to evade both automated scanners and manual review, often blending into common dependencies. With indicators suggesting potential nation-state involvement, detection and response must go beyond basic allow/block lists: assume stealthy persistence and credential theft are possible. Relying on upstream reputation alone is no longer safe. The core focus should be reviewing provenance, implementing reproducible builds, and continuously monitoring for lateral movement from developer infrastructure.

Recommended Actions

  • Use npm’s audit and provenance tracking features to flag and investigate unusual package updates in critical builds
  • Block or pin package versions in package.json to limit unauthorized dependency upgrades
  • Deploy runtime monitoring for unexpected outbound network connections from build systems using npm packages
  • Segment CI/CD environments and enforce least-privilege access for any credentials used during npm builds
  • Conduct forensics on build artifacts if any newly added or recently updated npm package is later found compromised

Exploits & CVEs


Critical WordPress Vulnerability Exploited Immediately After Disclosure

Source: SecurityWeek | Published: Sep 24 | Risk: CRITICAL | Impacted: Administrators of public WordPress sites, Agencies running multisite WordPress setups, MSPs managing CMS hosting | Topics: Threat Intel / Vulnerability

What happened: Tracked as CVE-2026-87902, the path traversal flaw allows remote, unauthenticated attackers to execute arbitrary code.

Why it matters: Automated exploitation of WordPress CVE-2026-87902 immediately after disclosure demonstrates how public-facing CMS platforms are prioritized as mass entry points, resulting in broad webshell deployment and further compromise if not patched within hours.

How it works: WordPress is an open-source web content management system (CMS). CVE-2026-87902 is a critical path traversal flaw enabling remote code execution by including arbitrary PHP files when resolving page templates, without authentication.

Practitioner Perspective

If you operate public WordPress sites, assume targeted scanning is underway, especially for instances not already updated or running security plugins with virtual patching features. CVE-2026-87902 allows unauthenticated attackers to execute arbitrary code, making defacement or backend takeover trivial. Standard perimeter defenses provide little protection once details are public, so defenders must treat these CMS vulnerabilities as urgent and high-risk. Review your current update cycle: if it exceeds 24 hours for critical issues, it is no longer sufficient for WordPress or similar platforms.

Recommended Actions

  • Patch all WordPress instances to the latest version addressing CVE-2026-87902 as an emergency priority
  • Scan for indicators of webshells or unauthorized PHP files added post-disclosure
  • Instrument WAF or endpoint controls to specifically block exploits targeting get_page_template() path traversal
  • Review plugin and theme code for additional exploitation vectors using similar file inclusion methods

Attackers Exploit WordPress CVE-2026-87902 Within Hours of Disclosure

Source: The Hacker News | Published: Sep 24 | Risk: CRITICAL | Impacted: Administrators of public WordPress sites, Agencies running multisite WordPress setups, MSPs managing CMS hosting | Topics: Vulnerability / Exploit

What happened: Threat actors have begun to actively exploit a critical security flaw in WordPress within hours of public disclosure. The vulnerability in question is CVE-2026-87902 (CVSS score: 9.2), which could allow an unauthenticated attacker to obtain remote code execution (RCE). “An unauthenticated attacker can make get_page_template() page-template resolution include a chosen readable local .php file.

Why it matters: Automated attacks using this CVE rapidly turn disclosure events into mass-compromise opportunities for public-facing WordPress sites on slower patch cycles.

How it works: As above, the flaw enables remote code execution by abusing the get_page_template() function for arbitrary file inclusion. Attackers can automate scanning and exploitation almost immediately after proof-of-concept becomes public.

Practitioner Perspective

Rapid exploitation windows close within hours. Site owners should balance plugin compatibility testing against the overwhelming need to prevent mass webshell deployment or backend compromise that follows high-profile WordPress CVE disclosures. Timely patching is essential.

Recommended Actions

  • Deploy urgent patches for CVE-2026-87902 (CVSS 9.2) to all vulnerable WordPress installations
  • Audit web server and WordPress logs for signs of exploitation or unexpected file modifications
  • Remove or disable at-risk plugins and themes that may broaden the exploit path surface
  • Consider temporary web application firewall rules to block unusual access to the get_page_template() endpoint

Also Today

Defensive Actions

  • Patch all WordPress instances for CVE-2026-87902 and SolarWinds Observability Self-Hosted deployments to their latest fixed versions.
  • Review npm package usage in CI/CD pipelines and use provenance/audit tools to flag anomalous or suspicious dependencies.
  • Update web filters and endpoint telemetry to detect and deprioritize static domain allowlists, especially given ClickFix and similar redirect-based threats.
  • Enforce offline and immutable backups and test them for ransomware resilience, paying attention to Ryuk-typical TTPs.
  • Conduct privilege audits and user behavior analytics on sensitive healthcare and business systems to detect impersonation or lateral movement post-breach.
  • Review and update OT network segmentation and remote access controls based on the new NIST 800-82 recommendations.
  • Audit AI and automation tool access and log usage, particularly for sensitive portal and data operations.
  • Instrument quick log review and forensics for any system exposed pre-patch related to SolarWinds or recent WordPress CVEs.

What We’re Watching

  • Monitoring for large-scale exploitation and webshell deployment tied to WordPress CVE-2026-87902 (CVSS 9.2) across public sites.
  • Patch adoption rates and potential mass-scanning against SolarWinds Observability Self-Hosted (CVE-2026-28324, CVE-2026-28325).
  • Indicators of compromise and new tactics in npm supply-chain attacks, especially with advanced evasion techniques and possible nation-state involvement.
  • Ongoing abuse of ClickFix across trusted enterprise web portals, especially as new detection guidance is released.
  • Regulatory and compliance investigations following delayed breach discovery in AI-driven or agent-mediated access scenarios.

Found this briefing useful? Follow the blog to get the next one as soon as it is published, and pass it along to a colleague who owns patching.



Categories: Cybersecurity Blog, Cybersecurity News

Tags: , , , , ,

Leave a Reply

Discover more from TECHMANIACS.com

Subscribe now to keep reading and get access to the full archive.

Continue reading