The Operator's Brief

Archives
Log in
Subscribe
July 24, 2026

Daily Threat Brief: July 24, 2026

Daily Threat Brief · July 24, 2026 · TLP:CLEAR · Krypteia Sec.
KRYPTEIA SEC TLP:CLEAR
Report: Daily Threat Brief
Date: July 24, 2026
Report ID: CTI-2026-0724
Classification: TLP:CLEAR
 
>> Read this brief on krypteiasec.com
01. The Operator's Take
 

CVSS lied to defenders this month, and the ones who noticed are already ahead. The Langflow flaw attackers hit first (CVE-2026-55255) is a moderate-scored IDOR, not a headline 9.8, yet Sysdig watched it get weaponized in the wild on June 25, weeks before the critical-rated FortiSandbox RCEs saw mass scanning. The SharePoint zero-day landing on CISA KEV carries a base score of 5.3 and was still found inside live Mandiant incident-response engagements. If your patch queue is sorted by CVSS descending, you are working the list in roughly the wrong order.

The non-obvious thread tying today together: the AI orchestration layer has quietly become a credential vault, and attackers now treat it as one. The Langflow exploit chain is not exotic. It is a classic authorization bug (enumerate another user's flow ID, replay it) with a natural-language payload bolted on the end: attackers replayed victim flows with the prompt "leak api keys" and walked out with LLM provider keys, cloud credentials, and database secrets. That is prompt injection fused with a 2015-era IDOR, and it is the first agentic AI platform CISA has ever ordered federal agencies to patch under a binding directive.

What a defender should do differently this week: re-rank patching by exploitation evidence (KEV membership, PoC availability, IR sightings), not by base score, and treat every AI agent framework in your estate as an internet-facing secrets store. Inventory Langflow, n8n, and similar low-code AI orchestrators now, then rotate every key embedded in a flow whether or not you see evidence of compromise. The credential is the payload; the model is just the delivery mechanism.

02. Executive Summary
 
-CISA added CVE-2026-55255 (Langflow IDOR) to the KEV catalog on July 7, the first AI agent building platform ever on the federal must-patch list; exploited since June 25 for credential harvesting and second-stage implant delivery.
-SonicWall SMA1000 zero-days CVE-2026-15409 (SSRF) and CVE-2026-15410 were exploited in the wild and chained to reach code execution and push custom malware; Rapid7 MDR discovered the activity.
-CVE-2026-56164 (SharePoint Server privilege escalation) and CVE-2026-56155 (ADFS elevation of privilege) are actively exploited zero-days added to KEV on July 14, both surfaced through real intrusions rather than research.
-Microsoft's July 2026 Patch Tuesday was the largest in company history: roughly 622 CVEs in one release, including multiple exploited zero-days.
-Fortinet FortiSandbox RCEs CVE-2026-39808 and CVE-2026-39813 (both CVSS 9.8, unauthenticated) added to KEV July 16 with a public PoC available for one of them.
-Citrix NetScaler "CitrixBleed" successor CVE-2026-8451 was exploited within 24 hours of its June 30 disclosure against internet-facing deployments.
-Anubis ransomware listed Coca-Cola subsidiary Fairlife on July 20; Conduent breach reporting reached more than 62.2 million individuals; Nidec disclosed a subsidiary ransomware attack.
-Kaspersky named a new espionage actor, Armored Likho, hitting government and power operators across Russia, Kazakhstan, and Brazil with the Python-based BusySnake stealer.
-Prompt injection remains OWASP LLM01 with reported attack success rates of 50 to 84 percent; Cisco's 2026 report puts agentic AI adoption intent at 83 percent against only 29 percent secure-readiness.
03. Critical Vulnerabilities
 
CVE-2026-55255 (Langflow IDOR, first AI platform on KEV)

An insecure direct object reference in Langflow's /api/v1/responses endpoint lets an authenticated attacker execute any flow belonging to another user by supplying the victim's flow ID. Attackers enumerate flow IDs at /api/v1/flows/, then replay them at /api/v1/responses with prompts such as "leak api keys" to extract embedded LLM provider keys, cloud credentials, and database secrets. Sysdig's Threat Research Team observed in-the-wild exploitation starting June 25, with the objective being code execution and second-stage loader or dropper delivery. CISA added it to KEV on July 7 under BOD 26-04, making Langflow the first AI agent building platform on the catalog. Fixed in version 1.9.1.

-Action: upgrade to Langflow 1.9.1 or later, then rotate every credential stored in any flow regardless of observed compromise.
-Source: Sysdig, BleepingComputer, Help Net Security
CVE-2026-15409 and CVE-2026-15410 (SonicWall SMA1000 zero-days)

CVE-2026-15409 is a critical server-side request forgery flaw in the SMA1000 Workplace web portal that lets a remote, unauthenticated attacker force the appliance to send requests to an attacker-chosen destination. Attackers abused the /wsproxy endpoint to establish unauthenticated WebSocket tunnels to services meant to be reachable only from the appliance itself, then chained CVE-2026-15410 to reach code execution and deliver custom malware. Rapid7's MDR team discovered the activity; SonicWall confirmed multiple incidents. Affected models: SMA1000 6210, 7210, and 8200v.

-Action: patch to 12.4.3-03453 or 12.5.0-02835 immediately; hunt for anomalous /wsproxy WebSocket connections.
-Source: Rapid7, BleepingComputer, Tenable
CVE-2026-56164 (SharePoint Server privilege escalation)

An unauthenticated, network-based privilege escalation vulnerability in on-premises SharePoint Server that requires no user interaction. Its CVSS base score of 5.3 understates the risk: it was found by Mandiant and Google FLARE incident responders during real-world attacks, which is why CISA added it to KEV on July 14. CISA issued separate hardening guidance for SharePoint the same week.

-Action: apply the July SharePoint update, review the CISA hardening guidance, and audit on-prem SharePoint access logs.
-Source: Orca Security, CISA hardening alert
CVE-2026-56155 (Active Directory Federation Services EoP)

An actively exploited ADFS elevation-of-privilege flaw stemming from insufficient access control, letting a low-privileged local attacker escalate to administrator. Added to KEV on July 14 alongside the SharePoint zero-day. ADFS sits at the identity core of many enterprises, so escalation here can cascade into federated single sign-on trust abuse.

-Action: apply the July Patch Tuesday ADFS fix; review ADFS admin group membership and token-signing certificate access.
-Source: BleepingComputer, DecryptionDigest
CVE-2026-39808 and CVE-2026-39813 (Fortinet FortiSandbox RCE)

Two unauthenticated remote code execution flaws, each CVSS 9.8, in the FortiSandbox service. CVE-2026-39808 involves improper neutralization of special elements, letting an unauthenticated attacker run code via crafted HTTP requests. Only FortiSandbox 4.4.0 through 4.4.8 are affected. A public proof of concept exists for CVE-2026-39808. Disclosed in April and June 2026, both were added to CISA KEV on July 16 after exploitation was detected.

-Action: upgrade FortiSandbox off the 4.4.0 to 4.4.8 range; restrict management-plane exposure.
-Source: Greenbone, BleepingComputer
CVE-2026-8451 (Citrix NetScaler "CitrixBleed" successor)

A NetScaler memory-disclosure flaw dubbed a CitrixBleed successor, exploited within 24 hours of its June 30 disclosure against internet-facing Citrix ADC and Gateway deployments. Rapid exploitation of NetScaler flaws for session-token theft has a long track record, and this one continued the pattern into July.

-Action: apply the Citrix fixed builds; terminate all active NetScaler sessions after patching to invalidate stolen tokens.
-Source: Carthage Electronics threat report, Threat-Modeling.com
Additional KEV additions this month
-CVE-2026-46817 (Oracle E-Business Suite) and CVE-2023-4346 (KNX protocol) added July 15. Source: CISA
-CVE-2026-48908 (JoomShaper SP Page Builder), CVE-2026-56290 (Joomlack Page Builder), and the Langflow flaw added July 7. Source: The Hacker News
-CVE-2026-45659 (SharePoint) added July 1. Source: CISA
04. AI Security Threats
 

The defining AI security event this month is CVE-2026-55255 crossing a threshold: for the first time, CISA placed an AI agent building platform on the KEV catalog and set a federal patch deadline for it. This matters beyond Langflow itself. Low-code and no-code AI orchestration tools concentrate secrets by design. A single flow often embeds an LLM provider key, a cloud credential, and a database secret, so one authorization bug converts the whole platform into a credential dump. The attack needed no model jailbreak and no novel science. It paired a textbook IDOR with a plain-language instruction the agent dutifully executed. See the glossary for prompt injection, MCP security, and agentic red teaming.

Prompt injection stays the top AI application risk, ranked LLM01 by OWASP, with reported attack success rates of 50 to 84 percent depending on configuration and attempt count. Industry reporting describes a large year-over-year surge in prompt-injection attempts as agentic deployments widen the target surface. The technique has moved past single-turn chatbot tricks into multi-agent architectures, retrieval-augmented generation pipelines, model routers, and long-term memory stores, where a poisoned document or tool response can steer an agent across sessions. See VentureBeat and ECCU.

The readiness gap is the strategic problem. Cisco's State of AI Security 2026 reporting cited that 83 percent of organizations plan to deploy agentic AI while only 29 percent feel ready to secure it. The Model Context Protocol expands the surface further, adding tool-poisoning and credential-theft paths where a malicious or compromised tool server can exfiltrate what an agent can reach. Reported production-grade AI coding assistant flaws through 2025 and 2026 (high-severity issues in Microsoft Copilot, GitHub Copilot, and Cursor) show this is not theoretical. Academic work this quarter, including agent-data-injection studies and runtime program-analysis defenses like AgentArmor, reinforces that no complete fix exists and defense in depth is the only workable posture.

AI platform credential theft
Signal this monthCVE-2026-55255 exploited pre-KEV, drains embedded keys
Defender moveInventory AI orchestrators, rotate all flow-stored secrets
 
Prompt injection
Signal this monthOWASP LLM01, 50 to 84 percent success rates
Defender moveIsolate untrusted input, constrain tool scope, log agent actions
 
MCP tool poisoning
Signal this monthExpanding tool and credential-theft surface
Defender movePin and vet tool servers, least-privilege tool tokens
 
Agentic readiness gap
Signal this month83 percent intend, 29 percent secure-ready
Defender moveGate agentic rollout behind a security review, not a demo
 
-Source: Cisco / Vectra topic page, MDPI review, TechTimes on first AI platform KEV
05. Threat Actor Activity
 

Kaspersky publicly named a previously undocumented espionage actor, Armored Likho, running an ongoing campaign against government agencies and electric power operators across Russia, Kazakhstan, and Brazil. The group relies on BusySnake Stealer, a Python-based infostealer, and gains entry through spear-phishing that exploits Windows vulnerabilities. The cross-region target set (spanning three countries on two continents) points to a mandate broader than a single geopolitical theater.

Separately, reporting describes a new APT group striking power grids in three countries using AI-crafted malware, part of a broader 2026 pattern in which all four major nation-state blocs have operationalized LLMs for tooling and phishing content. Reported adversary breakout time (initial foothold to active exfiltration) is now benchmarked around 72 minutes, which compresses the window between detection and containment to well under a typical incident-response mobilization.

The operational read: energy and government remain the priority verticals for state-aligned intrusion, phishing that abuses known Windows flaws is still the dominant entry vector, and AI is showing up on the offense side as a productivity multiplier for malware and lure generation rather than as a novel exploit class.

Armored Likho
Attribution reportingKaspersky
TargetsGovernment, power operators (Russia, Kazakhstan, Brazil)
ToolingBusySnake Python stealer, spear-phishing
 
Unnamed grid-focused APT
Attribution reportingRegional reporting
TargetsPower grids in three countries
ToolingAI-crafted malware
 
Russian APT cluster
Attribution reporting2026 landscape reporting
TargetsMilitary, logistics, energy
ToolingEspionage plus disruption
 
DPRK and Iranian actors
Attribution reporting2026 landscape reporting
TargetsCredentials, finance, civil society
ToolingCredential theft, surveillance
 
-Source: TechTimes on AI-crafted grid malware, Hive Security state-sponsored deep dive, CloudSEK top APT groups
06. Ransomware and Data Breaches
 

Ransomware activity in July spanned food and beverage, manufacturing, government, and healthcare. The Anubis group listed Coca-Cola dairy subsidiary Fairlife on its leak site on July 20, days after the parent notified the SEC of the initial breach. Japanese motor manufacturer Nidec disclosed a ransomware attack against its Taiwanese subsidiary Nidec Chaun Choung Technology. On the government side, the Department of Homeland Security confirmed an active intrusion into its Homeland Security Information Network on July 1 after initially dismissing two alerts as false positives, a reminder that alert-triage discipline is itself a control.

The largest data-exposure story by volume is the Conduent breach, where later healthcare breach reporting placed the affected population at more than 62.2 million individuals. Early-July disclosures also implicated INC_RANSOM and Anubis across several healthcare providers and municipal targets including the City of Acworth, Georgia.

Coca-Cola Fairlife
ActorAnubis
SectorFood and beverage
ImpactListed on leak site July 20, SEC-notified breach
 
Nidec (CCT subsidiary)
ActorUndisclosed
SectorManufacturing
ImpactSubsidiary network ransomware
 
DHS HSIN
ActorUndisclosed intrusion
SectorGovernment
ImpactConfirmed intrusion after false-positive dismissal
 
Conduent
ActorUndisclosed
SectorBusiness services / healthcare
Impact62.2M+ individuals affected
 
City of Acworth, GA
ActorINC_RANSOM / Anubis
SectorMunicipal
ImpactData breach disclosed early July
 
-Source: Breachsense July 2026, SWK Technologies recap, BrightDefense breach list
07. Recommended Actions
 
Immediate (0 to 72 hours)
-Patch the exploited zero-days first, ordered by exploitation evidence rather than CVSS: Langflow (1.9.1), SonicWall SMA1000 (12.4.3-03453 or 12.5.0-02835), SharePoint (CVE-2026-56164), ADFS (CVE-2026-56155), FortiSandbox (off 4.4.0 to 4.4.8), and NetScaler (CVE-2026-8451).
-Rotate every credential embedded in any AI agent flow, LLM provider key, cloud token, and database secret, on all Langflow-class platforms, whether or not exploitation is observed.
-After patching NetScaler and any VPN appliance, terminate all active sessions to invalidate potentially stolen tokens.
-Hunt for anomalous SonicWall /wsproxy WebSocket tunnels and unexpected Langflow /api/v1/responses calls referencing other users' flow IDs.
Short-Term (this week)
-Inventory every AI orchestration and low-code agent tool in the estate and place them behind authenticated, non-internet-facing access.
-Re-rank the patch backlog by KEV membership, PoC availability, and incident-response sightings, not by base CVSS score alone.
-Review ADFS administrative group membership and token-signing certificate access; audit on-prem SharePoint logs for the July intrusion window.
-Validate that email security catches spear-phishing that abuses known Windows flaws, given Armored Likho's entry vector.
Strategic (this quarter)
-Gate agentic AI rollout behind a mandatory security review that treats agent frameworks as internet-facing secrets stores, closing the 83-versus-29 percent readiness gap.
-Adopt defense in depth for AI applications: untrusted-input isolation, least-privilege tool scoping, MCP tool-server vetting, and full agent-action logging.
-Assume a sub-72-minute adversary breakout time and rehearse detection-to-containment against that clock.
-Reduce internet-facing appliance exposure (VPN, sandbox, ADC) and build a standing process to patch edge devices within days of KEV addition.
08. Sources
 
-CISA KEV additions, July 2026: July 1, July 7, July 14 (four), July 15 (two)
-CISA SharePoint hardening: cisa.gov
-Langflow CVE-2026-55255: Sysdig, BleepingComputer, Help Net Security, TechTimes
-SonicWall SMA1000 zero-days: Rapid7, BleepingComputer, Tenable
-Microsoft July Patch Tuesday: BleepingComputer, Malwarebytes, Orca Security, Security Affairs
-FortiSandbox RCE: Greenbone, BleepingComputer
-Citrix NetScaler CVE-2026-8451: Carthage Electronics, Threat-Modeling.com
-AI security: VentureBeat, ECCU, Vectra, MDPI
-Threat actors: TechTimes, Hive Security, CloudSEK
-Ransomware and breaches: Breachsense, SWK Technologies, BrightDefense
 
Read this brief on the site, with live links and the full archive.
>> Read the full Daily Threat Brief
Daily · Threat Brief · AI Brief · Hub
 
The Operator · Krypteia Sec · krypteiasec.com · TLP:CLEAR
Don't miss what's next. Subscribe to The Operator's Brief:
← Newer Daily AI Builder Brief: July 24, 2026 Older → Daily AI Builder Brief: July 20, 2026
Powered by Buttondown, the easiest way to start and grow your newsletter.