< ciso
brief />
Critical Patches, AI Risks, And Cloud Updates

Critical Patches, AI Risks, And Cloud Updates

Coverage: 12 Aug 2026 (UTC)

< view all daily briefs >

Today’s brief spans urgent patching for exploited network and Windows components, critical fixes in SAP and Adobe enterprise software, and new AWS controls that change how teams configure roles and Kubernetes clusters. AI security remains in focus as researchers detail risks from exported reasoning traces and vulnerable agent "harnesses," while NIST seeks input on modernizing the NVD for an AI-driven era. Active threats continue to target users and endpoints through USB emulation, fake installers, Android relay malware, and sextortion schemes.

Exploited Network Edge And Windows Privilege Paths

Cisco ASA/FTD devices are affected by CVE-2026-20349 (CVSS 8.6), a vulnerability in the Remote Access SSL VPN HTTP processing path that can be abused by an unauthenticated attacker to cause a denial-of-service via crafted requests. Cisco confirmed exploitation observed earlier this month, published fixes for multiple ASA and FTD branches, and released hotfixes for affected FTD versions. There are no workarounds, and CISA added the issue to the Known Exploited Vulnerabilities catalog, directing U.S. federal civilian agencies to patch by August 14, 2026.

Microsoft’s August update cycle, summarized in this Patch Tuesday brief, addresses 398 CVEs. The top priority is an actively exploited elevation-of-privilege in the Windows Ancillary Function Driver for WinSock (CVE‑2026‑68820). Two other publicly disclosed Windows zero-days were noted (CVE‑2026‑62832 in the User Profile Service and CVE‑2026‑72971 in Container Isolation FS Filter Driver). Several unauthenticated remote code execution risks were also fixed in components such as Windows DNS Server, Microsoft QUIC, iSCSI Target Service, and Deployment Services TFTP. Guidance emphasizes prioritizing the exploited WinSock bug, then publicly disclosed vulnerabilities, followed by unauthenticated RCEs on internet-exposed services.

The researcher "Nightmare Eclipse" released a new Defender exploit, with ShieldBreak reportedly bypassing Microsoft’s remediation for CVE‑2026‑50656 to obtain SYSTEM privileges on fully patched Windows 10/11 and Windows Server, when Defender is enabled. Independent confirmations indicate the technique takes a different Defender/Cloud Filter API path than the original RoguePlanet exploit. Security practitioners advise allowlisting (WDAC/AppLocker), stricter local admin controls, and hunting for processes running as SYSTEM with MsMpEng.exe as a parent while awaiting any official vendor response.

Separately, a critical SharePoint authentication bypass (CVE‑2026‑55040) is now being weaponized. A technical write-up and PoC triggered observed attacks against honeypots, according to this SharePoint exploit report. The flaw allows impersonation of users or administrators via a JWT validation weakness, enabling data disclosure and modification. Microsoft issued fixes for SharePoint Enterprise Server 2016 and SharePoint Server 2019 in July; hardening recommendations include removing direct internet exposure, restricting admin endpoints, and placing servers behind Layer 7 controls.

Enterprise Platforms: Urgent Fixes And New Controls

SAP shipped an urgent fix for SAP Commerce Cloud (Data Hub Adapter) CVE‑2026‑58231 (CVSS 10.0), addressing insufficient authorization and input validation that could let unauthenticated attackers execute arbitrary code and compromise internal components. Additional critical issues were also patched, including code injection in MII (CVE‑2026‑44772), an out‑of‑bounds write in Application Server ABAP (CVE‑2026‑34265), and a servlet‑related code injection (CVE‑2026‑44758). SAP and Onapsis recommend promptly deploying updated releases and using temporary mitigations such as IP filtering where patching is not immediate.

Adobe announced broad updates across ColdFusion, Commerce, and Campaign Classic, per this Adobe updates overview. Critical ColdFusion issues include OS command injection (CVE‑2026‑48362, CVSS 10.0) and eval injection (CVE‑2026‑48273, CVSS 9.9). Campaign Classic and Commerce received fixes for incorrect authorization and SQL injection flaws tied to code execution, denial-of-service, or privilege escalation. Adobe assigned Priority 1 to ColdFusion and Campaign Classic updates; Adobe-hosted Campaign Classic instances were remediated and do not require customer action.

In related activity, attempts to exploit Adobe Commerce CVE‑2026‑71362 have been observed. Analysis in this Commerce flaw report indicates attackers can switch a session to another customer account without prior access or user interaction due to improper identity handling. Administrators should apply the August isolated patch files after ensuring their deployments are on the latest supported branch revision.

AWS added two capabilities affecting identity and Kubernetes operations. First, IAM Role Manager is generally available to automate creation or reuse of service roles via AWS‑managed templates during service setup in supported consoles (including Lambda and EventBridge). Roles are standard IAM objects under full administrative control and are identifiable as created by Role Manager; the feature is available in all Regions except AWS GovCloud (US) and China. Teams tightening permissions can disable Role Manager and use IAM Access Analyzer to iteratively reduce privileges. Second, Amazon EKS now supports advanced control plane parameters for the scheduler, controller manager, and API server. Operators can adjust scheduling strategies (e.g., MostAllocated vs. the default LeastAllocated), tune autoscaler responsiveness, and modify lifecycle settings such as event retention; staging changes before production is advised.

AI Security: Reasoning Traces, Harness Exposure, And NVD Plans

Researchers showed that encrypted “thinking” blocks used by major providers can be replayed and decoded when developers publish raw agent logs, enabling extraction of hidden content and potential model distillation. In this THN report, analysis of 6,708 public agent trajectories decoded 315,320 “thinking” blocks and surfaced 704 privacy artifacts (including API keys, passwords, tokens, and private keys). The attack leverages providers’ acceptance of intact opaque blocks across sessions, using weaker compatible models as decoders. Vendors were notified; the authors state the main extraction attack was no longer reproducible as of August 2026, but recommend stripping opaque reasoning blocks from published traces and avoiding commits of raw API transcripts.

The AI “harness” — the layer wiring models to tools, files, APIs, and execution environments — is emerging as a distinct attack surface. As outlined in this CSO analysis, recent work shows that trust-boundary mistakes, third‑party “skills,” and cloned tools can enable escalation, credential leaks, and persistence even when models behave as intended. Immediate priorities include inventorying all running harnesses, constraining what they can access under least privilege, and red‑teaming the full stack (model, harness, tools, permissions, and inputs) rather than relying on model‑level assurances alone.

NIST issued an NIST RFI seeking input on modernizing the National Vulnerability Database for AI‑era scale, speed, and machine consumption. The agency is exploring continuous, contextual, automated data flows that support near‑real‑time updates, recognizing both the opportunity of AI‑assisted discovery and the risks of AI‑accelerated exploitation. Responses are requested by October 13 and should consider interoperability, transparency, and human‑in‑the‑loop safeguards.

Palo Alto Networks’ Unit 42 detailed its integration of advanced frontier cyber models from OpenAI to accelerate exposure discovery and validation under expert oversight. According to Unit 42, early results show 36% of identified exposures do not map to known CVEs because they require chaining multiple gaps; a multi‑model harness routes tasks to the most effective model, while human operators validate outputs, build attack paths, and prioritize remediation.

Attacks, Techniques, And Trends Impacting Users And Endpoints

Malwarebytes documented a distribution chain that impersonates popular utilities to implant a Chrome‑focused surveillance extension dubbed GhostDesk. As described in this CSO report, a fake CCleaner installer invokes legitimate scripting hosts to establish persistence, replace a DLL, and alter Chrome’s extension manifest so injected JavaScript loads at startup. Capabilities include keystroke logging, credential and token theft, cookie exfiltration, clipboard monitoring with cryptocurrency address replacement, screenshot capture, and arbitrary JS execution over a persistent WebSocket connection. Similar lures were observed for 7‑Zip and Adobe Acrobat. Recommended defenses include verifying download sources, avoiding sponsored or unsolicited links, and maintaining real‑time anti‑malware and software updates.

At DEF CON 34, researchers demonstrated “Plug and Pwn,” showing how Windows Plug and Play can be abused to achieve SYSTEM‑level code execution using emulated USB devices or RDP USB redirection. By impersonating known vendors and chaining installers with exploitable components or insecure update paths, the team executed a full chain against a patched Windows 11 host within minutes. Mitigations include setting DisableCoInstallers, enforcing device installation restrictions or hardware‑ID allowlists, and disabling PnP redirection on RDP/VDI hosts—while recognizing that enumeration, Windows Update resolution, driver staging, INF processing, and service installation remain attack primitives.

Group‑IB analyzed a fraud operation that pairs the SpyNote RAT with a new Android NFC relay malware called WindRelay. The WindRelay chain begins with a social‑engineering call leading to sideloaded SpyNote and Accessibility permissions; the victim is then coaxed to tap a payment card and enter a PIN. WindRelay relays the live NFC exchange to the attacker, who approves transactions at physical terminals and, in one case, secured a loan within a 13‑minute call. Samples appeared on VirusTotal from late 2025 to mid‑2026, with observed targeting in Czechia, Slovakia, and Slovenia. Users should avoid sideloading APKs and independently verify urgent “bank” calls via official numbers.

The FBI issued a FBI warning that criminals are compromising online accounts to steal sexually explicit images and videos of adults and minors, leading to sextortion, resale, and further coercion. Tactics include unsolicited messages demanding verification codes and phishing emails with password‑reset links. Recommended steps: do not share verification codes, avoid storing explicit media on internet‑accessible services, use strong unique passwords, and enable MFA.

Check Point’s July threat review highlights a continued rise in attack volume and ransomware. As summarized in Check Point, organizations averaged 2,336 weekly attacks (up 16% YoY); reported ransomware victims reached 964 (up 87% YoY). Education was most targeted; Latin America saw the highest volume. GenAI usage widened exposure, with one in 36 prompts assessed as high‑risk for data leakage. Email remained a major vector, with one in 128 emails flagged as phishing and many more categorized as risky.

Picus Labs’ Blue Report, covered in this Picus report, found perimeter defenses improved to 69% prevention, but post‑compromise prevention averaged 37%. Quiet techniques — such as domain reconnaissance, share/session enumeration, and low‑noise credential access — were rarely prevented, while noisy actions were often blocked. IOC‑based prevention dipped to 50%. Although logging rose, only 14% of cases generated alerts, underscoring gaps in detection engineering. The report recommends validating which exposures are actually exploitable, hardening interior controls against quiet techniques, and treating detection rules as engineering artifacts that require continuous testing.

Critical Patches, AI Risks, And Cloud Updates · CISO Brief