5 Cyber Threats to Patch Before Tomorrow: AD FS Deadline, ServiceNow RCE, Cl0p Windchill

Proactive Security for the AI Era
NodeZero continuously and autonomously pentests infrastructure, identity, cloud, and now web applications, chaining weaknesses across every domain the way real attackers do. Every finding ships with replayable proof showing exploitable business impact, not theoretical risk.
Federal agencies have until tomorrow — July 28 — to patch CVE-2026-56155, an actively exploited Active Directory Federation Services elevation-of-privilege zero-day, or take affected systems offline. That deadline is the most time-critical item on a packed week that also includes a critical ServiceNow pre-authentication remote code execution flaw that began seeing confirmed live exploitation on Friday, an active Cl0p ransomware campaign stealing engineering data from PTC Windchill manufacturing systems, the emergence of the first fully autonomous AI ransomware, and a ransomware attack disrupting Coca-Cola's Fairlife subsidiary production.
The top cybersecurity threats this week span four distinct attack surfaces. Microsoft's July 2026 Patch Tuesday addressed 570 CVEs — a single-month record — with two zero-days confirmed exploited before patches shipped. CISA added nine vulnerabilities to its Known Exploited Vulnerabilities catalog in the past seven days. ServiceNow's CVE-2026-6875 remained unpatched on thousands of self-hosted instances for two weeks after the July 13 security update released, and active exploitation started Friday. Cl0p has been inside Windchill and FlexPLM systems since early June, escalating to mass extortion emails on July 20.
The attack mechanisms follow a consistent pattern: chain pre-authentication or low-privilege access into elevated execution, then exfiltrate or encrypt before defenders respond. ServiceNow CVE-2026-6875 allows an unauthenticated attacker to escape the platform sandbox and execute remote code via the /assessment_thanks.do endpoint. Cl0p's CVE-2026-12569 chains a pre-authentication FlexPLM WSDL information disclosure with a Windchill login servlet injection to achieve unauthenticated RCE and drop hex-named JSP webshells under /Windchill/login/.
All five top cybersecurity threats July 2026 are active right now. Ranked by urgency: patch the AD FS zero-day by tomorrow or take systems offline; apply ServiceNow KB3137947 today; audit every internet-facing Windchill deployment before end of day; review AI agent permissions in light of JadePuffer; and verify ransomware detection on production environments.
Threat #1: Microsoft Zero-Days with Federal Deadline Tomorrow (CVE-2026-56155, CVE-2026-56164)
Microsoft's July 2026 Patch Tuesday fixed 570 vulnerabilities on July 14, including two zero-days confirmed exploited in the wild before patches shipped. Detailed Patch Tuesday coverage including all 570 CVEs is in our dedicated July 2026 analysis. The CISA compliance deadline is what makes the AD FS patch the most time-critical action today.
CVE-2026-56155 is an elevation-of-privilege vulnerability in Active Directory Federation Services. An attacker with low-privileged local access exploits insufficient access controls to escalate to administrator rights, gaining full system control. CISA confirmed active exploitation and added CVE-2026-56155 to its KEV catalog with a federal agency remediation deadline of July 28 — tomorrow. Federal civilian agencies that have not patched or isolated affected AD FS instances are out of compliance as of end of business today. Microsoft's DART team discovered the flaw during active incident investigation, confirming it was used against real targets before disclosure.
CVE-2026-56164 is a separate elevation-of-privilege vulnerability in Microsoft SharePoint Server. A missing authentication check allows an unauthenticated remote attacker to elevate privileges over the network. Microsoft credited Jayson Frost of Mandiant, Genwei Jiang of Google Cloud, and the FLARE Offensive Task Force — a composition that strongly indicates the flaw was uncovered during active incident response at a targeted organization. The interim mitigation is enabling AMSI on SharePoint and setting Request Body Scan to Full mode; the permanent fix is applying the July Patch Tuesday update.
CVE-2026-50661, a Windows BitLocker security feature bypass, is the third Patch Tuesday zero-day. It requires physical device access and is publicly disclosed but not confirmed exploited in the wild. Prioritize the AD FS and SharePoint patches first.
Threat #2: ServiceNow CVE-2026-6875 Now Actively Exploited in the Wild
ServiceNow CVE-2026-6875 is a pre-authentication sandbox escape leading to remote code execution in the ServiceNow AI Platform (formerly Now Platform). Threat intelligence company Defused confirmed active exploitation began Friday, July 25. Self-hosted instances received the fix as KB3137947 on July 13 — organizations that have not applied it are now two weeks behind on a vulnerability with confirmed live attacks.
The exploit targets the /assessment_thanks.do endpoint. An unauthenticated attacker abuses a flaw in that endpoint to escape the platform sandbox and execute arbitrary code with platform-level privileges. Searchlight Cyber published a proof-of-concept earlier in July. Defused confirmed live attacks are reaching the same code-execution primitive via "a different route than their published PoC," meaning attackers developed an independent exploit chain that bypasses PoC-based signatures. ServiceNow-hosted cloud instances were patched starting April 2026; the risk is concentrated in customer-managed self-hosted deployments.
ServiceNow is embedded in enterprise IT service management, HR, legal, and security operations workflows across tens of thousands of organizations. Platform-level RCE in a self-hosted instance gives attackers code execution on infrastructure that typically holds broad internal network access and stores sensitive employee, vendor, and IT asset data. Apply KB3137947 immediately on all self-hosted instances. If patching is not possible today, isolate the instance from external access and enable enhanced access logging on /assessment_thanks.do.
Subscribe to unlock Indicators of Compromise
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Briefings like this, every morning before 9am.
Threat intel, active CVEs, and campaign alerts, distilled for practitioners. 50,000+ subscribers. No noise.
Threat #3: Cl0p Actively Stealing Data via PTC Windchill (CVE-2026-12569)
Cl0p ransomware affiliates have exploited CVE-2026-12569 in PTC Windchill and FlexPLM since early June 2026, deploying webshells and exfiltrating engineering data from manufacturing, automotive, aerospace, and retail organizations. The active extortion phase began July 20, when Cl0p started sending emails with the subject line "Windchill PDMLink module serious data leak" to hundreds of users at affected organizations.
CVE-2026-12569 is a chained exploit. First, a pre-authentication information disclosure in the FlexPLM WSDL endpoint reveals server-side configuration details. Second, a server-side injection vulnerability in the Windchill login servlet accepts attacker-controlled input to achieve unauthenticated RCE. Attackers deploy hex-format JSP webshells (random alphanumeric filenames with .jsp extension) under /Windchill/login/, establishing persistent post-exploitation access. Post-compromise activity includes filesystem enumeration via a utility named flst.txt, staging of engineering and design data, and double-extortion data theft without encrypting files.
PTC Windchill and FlexPLM are product data management and product lifecycle management platforms used in industrial manufacturing to manage CAD files, engineering designs, bills of materials, and supply chain data. The targeted sectors face the highest operational consequence: exposure of manufacturing IP and engineering data in a Cl0p extortion context means both public leak risk and regulatory reporting obligations. Check every internet-facing Windchill and FlexPLM deployment for unauthorized JSP files immediately. Organizations that receive emails from Cl0p referencing "Windchill PDMLink" should initiate incident response and preserve web server logs for forensic analysis.
Subscribe to unlock Indicators of Compromise
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Detection Rules for Active Exploitation Patterns
No CVE-specific Sigma rules exist yet for CVE-2026-6875 (ServiceNow) or CVE-2026-12569 (PTC Windchill) given how recently these exploits were confirmed — new CVEs typically take days to weeks before community Sigma rules are published and validated. Three behavior-based rules target the observable attack patterns across today's active threats: suspicious access to the AD FS configuration database (post-exploitation indicator for CVE-2026-56155), JSP webshell command execution via URL query parameters (applicable to Windchill's Java servlet environment with path adjustment from /irj/ to /Windchill/login/), and Java webshell file upload detection for the same platform class.
The AD FS named pipe rule requires Sysmon Event ID 17 or 18 (pipe creation) configured in your Sysmon deployment. The webshell rules require web access logs forwarded to your SIEM in W3C format. Deploy in detection mode first and tune against your environment's baseline before switching to blocking.
Subscribe to unlock Sigma Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Subscribe to unlock WAF Detection Rules
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
Threat #4: JadePuffer — First Fully Autonomous AI Ransomware in the Wild
JadePuffer is the first documented ransomware operation where an autonomous large language model agent handled the complete technical execution chain — from initial access through data encryption — without human operator involvement. Sysdig's Threat Research Team published its analysis on July 1, 2026. The LLM agent exploited CVE-2025-3248, an unauthenticated RCE in the Langflow AI application builder, as the initial access vector. CISA added CVE-2025-3248 to the KEV catalog confirming active exploitation.
The full attack ran end-to-end in under 15 minutes. The LLM agent handled reconnaissance scanning, initial access exploitation, privilege escalation, lateral movement, credential theft, data exfiltration, and file encryption without human direction. Sysdig documented the agent adapting to failed steps in real time — recovering from a failed authentication attempt to a working bypass in 31 seconds. The agent operated as a coordinated network of specialized LLM instances, each assigned a distinct phase of the intrusion lifecycle. Our full JadePuffer analysis covers detection methods and defensive controls in depth.
The immediate policy action is auditing AI agent permissions. JadePuffer demonstrates that adversaries can now deliver a fully autonomous intrusion capability requiring no technical skill in execution. Detection requires behavior-based monitoring — process execution chains, lateral movement patterns, and mass file modification events — rather than signature matching, because the agent generates novel command sequences on each run.
Threat #5: Ransomware Disrupts Coca-Cola Fairlife Production
A ransomware attack hit Coca-Cola's Fairlife subsidiary, temporarily suspending dairy product production across the United States. Fairlife reported $1.7 billion in annual retail sales in 2025, making it one of Coca-Cola's highest-growth brands. No ransomware group had claimed responsibility publicly as of Monday morning, and Coca-Cola disclosed neither the attack vector nor the scope of data exfiltration.
The incident fits an accelerating pattern: ransomware groups target consumer goods and food manufacturing for high operational disruption value and payment willingness. Spirals, a new ransomware actor, separately completed an initial-access-to-encryption chain in under 24 hours at a different corporate victim this week — reinforcing the same speed-of-attack trend JadePuffer demonstrated with AI automation.
This top cybersecurity threats week episode illustrates the OT/IT convergence risk in modern food manufacturing: production scheduling, manufacturing execution systems, and logistics platforms depend on connected IT infrastructure. Ransomware-induced IT outages cascade into physical production stops. Organizations in food and consumer goods manufacturing should verify that production-critical systems are isolated behind network segmentation or zero-trust controls, with offline backups current enough to support a 24-hour recovery timeline.
This Week's Remediation Priorities
Five active threats, one week. Ranked by urgency with actions you can take today.
Subscribe to unlock Remediation & Mitigation steps
Free subscribers unlock full IOC lists, Sigma detection rules, remediation steps, and every daily briefing.
The bottom line
Top cybersecurity threats July 2026 deliver a single message this Monday: the patching lag has real-world consequences. Two Microsoft zero-days are confirmed exploited. ServiceNow's critical RCE has been in live attacks since Friday. Cl0p has been inside Windchill systems for six weeks and is now sending extortion emails. Three actions before end of day: patch AD FS (CISA deadline tomorrow), apply ServiceNow KB3137947 on all self-hosted instances, and check every internet-facing Windchill directory for hex-named JSP webshells.
This analysis is generic. create a free account to score threats like this against your own stack.
Frequently asked questions
What are the most critical cybersecurity threats this week?
The five most urgent threats ranked by immediate risk are: CVE-2026-56155 (Microsoft AD FS elevation of privilege, CISA federal deadline July 28), CVE-2026-6875 (ServiceNow pre-authentication RCE, actively exploited since July 25), CVE-2026-12569 (PTC Windchill and FlexPLM RCE, Cl0p active extortion since July 20), JadePuffer (first fully autonomous LLM-driven ransomware, Sysdig analysis July 1), and the Coca-Cola Fairlife ransomware disruption (confirmed July 2026). All five involve confirmed active exploitation or criminal campaigns in the past 30 days.
What is CVE-2026-56155 and why is the CISA deadline July 28?
CVE-2026-56155 is an elevation-of-privilege vulnerability in Microsoft Active Directory Federation Services (AD FS), caused by insufficient granularity of access controls. A low-privileged local attacker exploits it to gain administrator rights and full system control. CISA confirmed active exploitation and added it to the KEV catalog. Under Binding Operational Directive 22-01, federal civilian agencies must remediate CISA KEV entries by the specified deadline — for CVE-2026-56155, that deadline is July 28, 2026. Non-compliance requires taking affected systems offline.
Is my ServiceNow instance vulnerable to CVE-2026-6875?
ServiceNow-hosted cloud instances were patched starting April 2026 and are not at immediate risk. Self-hosted (on-premises or customer-managed cloud) instances are vulnerable unless KB3137947 has been applied. The patch was released July 13, 2026. If your self-hosted ServiceNow has not been updated since before July 13, it is unpatched and exposed to the active exploitation targeting /assessment_thanks.do. Apply KB3137947 immediately or block external access to the vulnerable endpoint at the WAF layer.
How do I check if Cl0p has already compromised my Windchill installation?
Audit the /Windchill/login/ directory for JSP files with hex-format filenames — random alphanumeric strings with the .jsp extension. These are Cl0p webshells dropped after exploiting CVE-2026-12569. Also search all web-accessible and temporary directories on the Windchill server for a file named flst.txt — this is the file enumeration utility Cl0p deploys post-exploitation. If either artifact is present, isolate the system immediately and initiate incident response. Organizations that have received emails from Cl0p referencing Windchill PDMLink should treat this as a confirmed breach.
What is JadePuffer ransomware?
JadePuffer is the first documented ransomware operation driven end-to-end by an autonomous large language model (LLM) agent, published by Sysdig's Threat Research Team on July 1, 2026. The LLM agent handled reconnaissance, initial access via CVE-2025-3248 (Langflow unauthenticated RCE), privilege escalation, lateral movement, credential theft, data exfiltration, and file encryption without human operator involvement in the technical phases. The complete attack chain completed in under 15 minutes, with the agent adapting to failed steps in real time.
How many CVEs did Microsoft patch in July 2026?
Microsoft addressed 570 CVEs in its July 2026 Patch Tuesday on July 14, a single-month record that includes 416 Windows vulnerabilities. Three zero-days were included: CVE-2026-56155 (AD FS elevation of privilege, actively exploited), CVE-2026-56164 (SharePoint Server elevation of privilege, actively exploited), and CVE-2026-50661 (Windows BitLocker security feature bypass, publicly disclosed but not actively exploited). CISA added both actively exploited zero-days to its Known Exploited Vulnerabilities catalog.
Which sectors are targeted by the Cl0p Windchill campaign?
Confirmed targeted sectors include manufacturing, automotive, aerospace, and retail/apparel. PTC Windchill and FlexPLM are product data management and PLM platforms used in industrial manufacturing for engineering design, CAD data, bills of materials, and supply chain management. Cl0p's campaign uses double extortion — exfiltrating engineering IP before threatening to publish it — without encrypting files, meaning backups do not prevent the damage. Organizations in these sectors that have received Cl0p extortion emails referencing Windchill PDMLink should activate incident response immediately.
What CISA KEV entries should I prioritize this week?
Nine CVEs were added to CISA's KEV catalog in the past seven days. Highest priority: CVE-2026-56155 (AD FS, federal deadline July 28), CVE-2026-50522 and CVE-2026-45659 (Microsoft SharePoint deserialization), CVE-2026-25089 and CVE-2026-39808 (Fortinet FortiSandbox OS command injection), and CVE-2026-60137 (WordPress SQL injection). All KEV entries represent confirmed active exploitation. Federal agencies have Binding Operational Directive 22-01 compliance obligations; private sector organizations should treat KEV as their highest-priority patch queue.
Sources & references
- BleepingComputer: Microsoft July 2026 Patch Tuesday fixes 570 flaws, 3 zero-days
- BleepingComputer: Critical ServiceNow code execution flaw now exploited in attacks
- BleepingComputer: Clop ransomware targets Windchill, FlexPLM in data theft attacks
- Sysdig: JADEPUFFER — Agentic ransomware for automated database extortion
- CISA Known Exploited Vulnerabilities Catalog
- Tenable: Microsoft July 2026 Patch Tuesday — CVE-2026-56155, CVE-2026-56164
Free resources
Critical CVE Reference Card 2025–2026
25 actively exploited vulnerabilities with CVSS scores, exploit status, and patch availability. Print it, pin it, share it with your SOC team.
Ransomware Incident Response Playbook
Step-by-step 24-hour IR checklist covering detection, containment, eradication, and recovery. Built for SOC teams, IR leads, and CISOs.
Get threat intel before your inbox does.
50,000+ security professionals read Decryption Digest for early warnings on zero-days, ransomware, and nation-state campaigns. Free, daily, no spam.
Unsubscribe anytime. We never sell your data.

Founder & Cybersecurity Evangelist, Decryption Digest
Cybersecurity professional with expertise in threat intelligence, vulnerability research, and enterprise security. Covers zero-days, ransomware, and nation-state operations for 50,000+ security professionals every morning.
