Threat Intelligence Brief - Thursday, September 24, 2026

Operational threat reporting for defenders who need signal, not noise.

By DevSecOpsDad

Threat Radar

  • Ransomware gangs are actively exploiting a patched JetBrains TeamCity vulnerability — CISA has formally warned federal agencies, and unpatched CI/CD infrastructure is at immediate risk of intrusion and encryption.

  • SolarWinds Observability Self-Hosted carries two critical unauthenticated RCE flaws (CVE-2026-28324, CVE-2026-28325) — no authentication required means any internet-exposed instance is a viable entry point today.

  • ClickFix has matured into a commoditized, subscription-based attack service and is now the most frequently observed enterprise initial access vector — it leaves no files on disk and bypasses most exploit-focused controls.

  • Sophisticated, defense-evading malware was found embedded in npm packages — the engineering sophistication raises nation-state concerns, and any organization consuming npm dependencies should treat this as a supply chain integrity issue.

  • Astrana Health was breached via personnel impersonation — attackers socially engineered employees into granting server access, exposing sensitive healthcare data and underscoring that identity verification gaps remain a primary sector liability.



Immediate Action Required

  • JetBrains TeamCity — Apply the July 2026 patch now. CISA-confirmed active ransomware exploitation. Treat any unpatched TeamCity instance as potentially compromised. Verify patch status across all CI/CD infrastructure, including self-hosted and developer-managed instances. T1190
  • SolarWinds Observability Self-Hosted — Patch CVE-2026-28324 and CVE-2026-28325 immediately. Unauthenticated RCE with no confirmed exploitation yet, but the attack surface is trivial to abuse. Prioritize internet-facing deployments. Confirm patch application and review network exposure of monitoring infrastructure. T1190, CVE-2026-28324, CVE-2026-28325



High-Impact Developments

Ransomware Gangs Actively Exploiting Critical JetBrains TeamCity Flaw

  • What happened: CISA issued a warning to federal agencies confirming that ransomware operators are actively exploiting a critical vulnerability in JetBrains TeamCity patched in July 2026. The flaw enables external exploitation of the CI/CD platform.

  • Why it matters: TeamCity is deeply embedded in software build and deployment pipelines. Compromise gives attackers access to source code, build secrets, deployment credentials, and the ability to inject malicious artifacts into software releases — in addition to the ransomware risk.

  • Who should care: DevOps and platform engineering teams, security operations, vulnerability management leads, and any organization running TeamCity in government or enterprise environments.

  • Recommended action: Confirm the July 2026 patch is applied across all TeamCity instances. Audit recent build pipeline activity for anomalies. Review access logs for unauthorized authentication attempts. Treat unpatched instances as compromised until verified otherwise.

  • Confidence: High — CISA advisory with confirmed active exploitation.

  • Search metadata: T1190, TeamCity, JetBrains, ransomware

Intelligence Context



SolarWinds Critical Unauthenticated RCE Vulnerabilities Require Immediate Patching

  • What happened: SolarWinds released patches for two critical remote code execution vulnerabilities in Observability Self-Hosted — CVE-2026-28324 and CVE-2026-28325. Both flaws are exploitable without authentication. Active exploitation has not been confirmed, but exploitation status is unknown.

  • Why it matters: Unauthenticated RCE in a monitoring platform is a high-value target. Monitoring tools typically carry broad network visibility and privileged access to observed systems, making them effective pivot points for lateral movement. SolarWinds’ history makes any critical flaw in their products a priority for adversaries.

  • Who should care: Security operations, enterprise IT, vulnerability management leads, and any team running SolarWinds Observability Self-Hosted on-premises.

  • Recommended action: Apply vendor patches for CVE-2026-28324 and CVE-2026-28325 immediately. Audit network exposure of the platform and restrict access to trusted internal networks where possible. Review logs for anomalous access prior to the patch window.

  • Confidence: High — vendor-confirmed critical vulnerabilities with unauthenticated attack surface.

  • Search metadata: CVE-2026-28324, CVE-2026-28325, T1190, SolarWinds Observability Self-Hosted, unauthenticated RCE

Intelligence Context



ClickFix Social Engineering Now Leading Enterprise Intrusion Vector

  • What happened: A CTM360 global threat report analyzing over 17,000 URLs documents ClickFix’s evolution from an experimental technique in late 2023 to a fully commoditized, subscription-based attack service with on-chain infrastructure. It is now identified as the most common method attackers use to gain initial access to enterprise networks — without exploits, attachments, or files written to disk.

  • Why it matters: ClickFix’s fileless, exploit-free design bypasses most signature-based and exploit-focused controls. Its commoditization as a subscription service lowers the barrier to entry for a wide range of threat actors. Holding the top initial access position in enterprise environments is a clear signal that current defenses are not stopping it.

  • Who should care: SOC leaders, security architects, end-user computing teams, and identity security teams. Organizations relying primarily on exploit prevention or file-based detection are underexposed to this threat.

  • Recommended action: Update user awareness training to specifically address ClickFix-style lures — fake browser prompts, CAPTCHA pages, and copy-paste script execution. Evaluate endpoint controls for command execution initiated by user interaction outside standard application paths. Assess whether browser isolation or script execution restrictions are deployed.

  • Confidence: Medium — based on threat research report; active exploitation is confirmed but specific incident data is limited in available reporting.

  • Search metadata: T1566, T1598, ClickFix, social-engineering, malware-delivery

Intelligence Context



Malicious npm Packages Targeting Software Supply Chain

  • What happened: Sophisticated malware with advanced defense evasion capabilities was discovered embedded in npm packages. The engineering sophistication prompted commentary suggesting possible nation-state involvement, though no attribution has been made.

  • Why it matters: npm is a foundational dependency ecosystem for JavaScript and Node.js development. Malicious packages that evade standard defenses can propagate silently across software supply chains, including through transitive dependencies that are not directly managed.

  • Who should care: Software development teams, AppSec leads, supply chain security owners, and enterprise IT teams managing internal package registries or developer toolchains.

  • Recommended action: Audit npm dependencies in active projects, with particular attention to recently added or updated packages. Verify package integrity against known-good sources. Review controls around developer workstation access to production build pipelines. Enforce package allowlists or private registry mirroring for critical projects.

  • Confidence: Medium — malware confirmed in the npm ecosystem; nation-state attribution is unconfirmed speculation.

  • Search metadata: npm, supply-chain, malware, evasion

Intelligence Context



Astrana Health Data Breach via Social Engineering

  • What happened: Attackers impersonated Astrana Health personnel and contacted employees directly to socially engineer access to company servers. Private and confidential healthcare information was exposed as a result.

  • Why it matters: The attack required no technical exploit — only convincing impersonation. It is a repeatable, scalable technique that is particularly effective where employees lack out-of-band identity verification procedures. Healthcare organizations carry compounded risk due to HIPAA and related regulatory exposure.

  • Who should care: Healthcare sector security and compliance teams, identity and access management leads, and security awareness program owners across all sectors.

  • Recommended action: Review and reinforce identity verification procedures for any request involving server access, credential resets, or system changes — particularly those initiated via phone or messaging. Confirm that help desk and IT support staff have mandatory callback or out-of-band verification protocols in place. Assess whether privileged access workflows require multi-party approval.

  • Confidence: High — breach confirmed; attack vector (personnel impersonation) is clearly documented.

  • Search metadata: T1566, T1598, data-breach, social-engineering, healthcare

Intelligence Context



Monitor Only



Analyst Observation

Today’s brief reflects a threat environment where the human layer and the tooling layer are both under sustained, effective attack simultaneously. Two of the top stories — ClickFix and the Astrana Health breach — required no technical exploit; they succeeded entirely through social engineering. At the same time, ransomware operators are actively exploiting a months-old CI/CD patch that organizations have had ample time to apply, and SolarWinds is again carrying critical unauthenticated RCE exposure in monitoring infrastructure. The npm supply chain story carries the longest tail: if the sophistication assessment holds, it represents a deliberate, patient effort to compromise developer toolchains at scale. These are not isolated incidents. The convergence of social engineering at scale, unpatched critical infrastructure, and supply chain targeting is a coherent operational picture — and it warrants a coherent response.





Generated by DevSecOpsDadAttack cyber threat intelligence.

Share: X (Twitter) LinkedIn