Isometric cyber machinery exposing global zero-day exploits.

Daily Cybersecurity News – August 13, 2026

Lazarus Exploits Windows Zero-Day for SYSTEM Access and Backdoor

High

What happened

North Korea-linked Lazarus Group exploited a newly patched Windows privilege-escalation zero-day as part of its long-running Operation Dream Job campaign to deploy a previously unseen backdoor called Troy against defense and aerospace targets.

The flaw, CVE-2026-68820 (CVSS 7.0), is a use-after-free in the Windows Ancillary Function Driver for WinSock (AFD.sys). It was patched in Microsoft’s August 2026 updates and has been confirmed as actively exploited. Attackers first gain footholds via social engineering—fake recruiter messages on LinkedIn luring victims with bogus job offers—then use either DLL side-loading (via a malicious libmupdf.dll and MISTPEN downloader that abuses Microsoft Graph API/OneDrive) or a trojanized SecurityPDF viewer to trigger the exploit for SYSTEM privileges and load the Troy implant (or related modules such as ForestTiger/ScoringMathTea) for remote access, file ops, shell, and in-memory injection.

Who is affected

Organizations and professionals in defense and aerospace sectors, particularly in France, Germany, Brazil, and India. Any unpatched Windows systems remaining vulnerable to CVE-2026-68820 after initial access via the social-engineering vectors.

The campaign continues Lazarus’s established Dream Job pattern of targeting job-seeking professionals with trojanized PDF viewers or archives.

Why it matters

Successful exploitation yields full SYSTEM control and a capable new backdoor, enabling stealthy espionage, data theft, and persistence on high-value targets in sensitive industries. The combination of proven social engineering, living-off-the-land C2 (Graph/OneDrive), and a now-publicly-patched but actively abused local privilege escalation lowers the bar for complete host compromise once a user is phished.

Operators in defense supply chains face elevated risk of intellectual-property loss and further lateral movement.

How it could have been prevented

Apply Microsoft’s August 2026 Patch Tuesday updates immediately to remediate CVE-2026-68820 on all Windows systems.

Harden against the initial vectors: train users on LinkedIn recruiter lures and unexpected PDF/archive downloads; block or sandbox untrusted PDFs and side-loadable DLLs; monitor for anomalous Microsoft Graph/OneDrive API usage from endpoints; enforce application allow-listing and least-privilege; and hunt for the named implants (Troy, MISTPEN, ForestTiger) and the specific PDF marker string.

Relevant professional terms

Privilege escalation
A technique that lets an attacker gain higher access rights on a system than they originally had, often moving from a regular user to full administrator or SYSTEM level.
DLL side-loading
An attack method that places a malicious DLL alongside a legitimate application so the app loads the attacker’s code instead of the real library, enabling stealthy execution.

Coin-Sized Device Hacks Boeing 737 Autopilot in Seconds

High

What happened

Academic researchers from the University of California San Diego and Oberlin College demonstrated a coin-sized, Wi-Fi-enabled hardware implant (prototype cost under $100) that can be installed in under 60 seconds via an externally accessible hatch and port on a Boeing 737.

Once connected to an internal aircraft network, the device sends spoofed electrical signals to commandeer the autopilot for navigation redirection or to silently alter critical takeoff and fuel-calculation values (such as weight and outside air temperature) while spoofing the pilot displays. The work, to be presented at Usenix, required years of research and tens of thousands of dollars in aircraft components for testing; it shows physical-access implant attacks are practical for well-resourced actors.

Who is affected

Boeing 737 aircraft (and potentially similar models with accessible external maintenance ports and comparable internal networks). Airport/airline maintenance staff, ground crew, or anyone with brief physical access between flights can plant the device.

Airlines, operators, and regulators responsible for 737 fleets worldwide.

Why it matters

The technique bypasses the traditional assumption that aircraft avionics are effectively air-gapped from remote hackers by exploiting brief physical access that is routine for many workers. Impacts range from subtle flight-plan sabotage and runway overruns to potential catastrophic outcomes or diversion, offering attackers more control, stealth, and deniability than a conventional explosive device.

It highlights a significant blind spot in aviation physical/cyber security design for life-critical systems.

How it could have been prevented

Physically secure or monitor external maintenance hatches and diagnostic ports; require tamper-evident seals, logging, or two-person integrity for access; implement network segmentation, authentication, and anomaly detection on internal avionics buses so spoofed commands are rejected; and conduct regular physical inspections and integrity checks of flight-critical systems between flights. Work with manufacturers on long-term design changes to eliminate or heavily protect externally reachable interfaces.

Relevant professional terms

Air gap
A security measure that keeps a computer or network physically isolated from unsecured networks like the internet so remote attacks cannot reach it.
Hardware implant
A small malicious electronic device physically inserted into a target system to intercept, modify, or inject signals or data without needing software vulnerabilities.
Source: WIRED

Researchers Spot First Near-Autonomous AI Attack on Taiwan Government

High

What happened

Suspected Chinese threat actors used open-source AI frameworks (Hermes and OpenClaw) to conduct what researchers at Israeli firm Dream describe as the first publicly known near-autonomous AI-driven cyberattack against a government target—specifically Taiwanese government infrastructure.

The multi-agent system performed autonomous “Learning Cycles” to research applicable vulnerabilities from databases, GitHub, and papers; adapted mid-operation; self-corrected mistakes; and expanded scope in parallel to IT supply-chain vendors, a nuclear safety agency, government email, and more than seven energy-sector companies. It extracted over 2,500 personnel records plus other data. Guardrails were bypassed by framing activity as authorized penetration testing. Human fine-tuning of agent coordination and decision logic was still required. The operation was discovered via a 160 MB archive of nearly 1,400 files.

Who is affected

Taiwanese government entities and related organizations including supply-chain IT vendors, nuclear safety bodies, email systems, and energy-sector companies. Roughly 2,500+ personnel records were confirmed extracted.

Broader implications for any government or critical-infrastructure operator facing AI-augmented adversaries.

Why it matters

This demonstrates AI agents can already handle significant portions of a real-world espionage campaign—including research, exploitation discovery, parallel scanning, and adaptation—with reduced real-time human oversight, lowering the skill and labor cost for sophisticated attacks while increasing speed and scale.

It validates growing concerns about autonomous or near-autonomous offensive AI, even if full hands-off operation is not yet achieved, and shows open-source models can be weaponized against state targets.

How it could have been prevented

Assume AI-driven reconnaissance and exploitation attempts; prioritize rapid patching of publicly documented flaws, eliminate exposed admin interfaces and misconfigurations, and enforce strong authentication and network segmentation especially on government and critical-infrastructure systems.

Monitor for anomalous automated scanning and research-like behavior; restrict outbound access from sensitive networks; implement robust logging and anomaly detection; and treat supply-chain partners as high-risk extension points. Review and harden any use of AI tools internally against prompt-injection or misuse.

Relevant professional terms

Autonomous AI agent
Software powered by an AI model that can plan, decide, and carry out multi-step tasks on its own with little or no ongoing human direction.
Multi-agent system
An architecture in which multiple specialized AI agents collaborate, share information, and coordinate actions to achieve complex goals more effectively than a single model.
Source: CyberScoop

Attackers Exploit Critical SharePoint Flaw After Public PoC

Critical

What happened

Threat actors began exploiting the critical Microsoft SharePoint vulnerability CVE-2026-55040 shortly after Rapid7 published a detailed technical analysis and proof-of-concept exploit code.

CVE-2026-55040 (CVSS 9.1) is a weak-authentication/impersonation flaw in the JWT token validation pipeline that lets a remote unauthenticated attacker bypass authentication and operate as a SharePoint site user or administrator, enabling file disclosure and data modification (but not availability impact). It was patched in July 2026 Patch Tuesday. When chained with CVE-2026-63520 (CVSS 8.1, improper input validation), it can enable unauthenticated remote code execution. Defused observed the Rapid7 PoC being used against SharePoint honeypots; Microsoft had not publicly confirmed widespread in-the-wild exploitation at the time of reporting, though CISA has urged hardening due to other active SharePoint threats.

Who is affected

On-premises Microsoft SharePoint Server deployments that remain unpatched for the July 2026 updates, especially those exposed to the internet. Organizations relying on SharePoint for document collaboration and intranet services.

Scale is significant given SharePoint’s enterprise prevalence; internet-facing instances are at highest immediate risk.

Why it matters

Unauthenticated authentication bypass on a widely deployed collaboration platform provides a direct path to sensitive data access and, when chained, full remote code execution—making it a high-value target for ransomware, espionage, and data theft. Public PoC availability dramatically accelerates opportunistic exploitation.

Even without confirmed mass exploitation, honeypot hits signal active attacker interest; delayed patching leaves organizations exposed to rapid weaponization.

How it could have been prevented

Apply the July 2026 Microsoft security updates for SharePoint immediately. Avoid exposing SharePoint servers directly to the internet; place them behind a Layer-7 reverse proxy or equivalent that enforces authentication and inspects requests.

Follow Microsoft’s official SharePoint hardening guidance, restrict permissions, enable detailed logging and monitoring for anomalous authentication or file activity, and consider additional network controls or web application firewalls. Hunt for indicators of the public PoC.

Relevant professional terms

Proof-of-concept (PoC)
Working sample code or a demonstration that shows a vulnerability can be exploited, often released by researchers to prove the issue and help defenders test patches.
Authentication bypass
A flaw that lets an attacker skip or trick the normal login and identity checks, gaining access as a legitimate user or administrator without valid credentials.

LiteLLM Supply Chain Attack Exposes 153GB of Credentials

Critical

What happened

A supply-chain compromise originating with the Trivy vulnerability scanner led to malicious LiteLLM packages that harvested credentials and secrets at massive scale. Cybercriminal group TeamPCP used stolen credentials to publish a poisoned Trivy version on 19 March 2026; LiteLLM’s build pipeline automatically installed it, giving attackers access to PyPI publishing tokens.

Malicious LiteLLM releases 1.82.7 and 1.82.8 were published to PyPI on 24 March 2026. In a roughly 40-minute window the poisoned packages executed in CI runners and stole secrets, producing a 153 GB archive of 433,909 files (including ~118,829 CI runner dumps tied to 2,488 corporate domains). Exposed data includes AWS keys, Salesforce secrets, Slack signing secrets, Azure variables, AI provider API keys, database passwords, and more. Hudson Rock obtained and is ethically disclosing the dataset; CloudSEK and researchers independently confirmed authenticity and breadth.

Who is affected

Thousands of organizations whose CI/CD pipelines pulled the malicious LiteLLM or Trivy packages—domains linked include AWS customers, Samsung, Cisco, Salesforce, NVIDIA, Volkswagen, Microsoft, FedEx, Siemens, Deloitte, and many others (approximately 2,500 organizations by one count).

Any developer or company using the affected LiteLLM versions (1.82.7/1.82.8) or the compromised Trivy in automated builds.

Why it matters

A single upstream compromise cascaded into simultaneous credential theft across thousands of companies because modern AI/DevOps toolchains automatically pull and execute dependencies in privileged CI environments. The volume and sensitivity of secrets (cloud keys, SaaS tokens, internal credentials) create widespread risk of secondary breaches, ransomware, and data exfiltration long after the initial window.

It underscores how rushed AI tooling adoption combined with weak pipeline security multiplies blast radius.

How it could have been prevented

Rotate all potentially exposed credentials, API keys, and secrets immediately—especially cloud provider, SaaS, and CI tokens. Audit and pin dependencies; verify package integrity (hashes, signatures); isolate CI runners and apply least-privilege secrets management (short-lived tokens, OIDC, secret scanning).

Remove or replace affected LiteLLM/Trivy versions; monitor for anomalous use of leaked keys; implement software bill of materials (SBOM) and continuous dependency scanning; and treat build environments as high-value targets requiring the same controls as production.

Relevant professional terms

Supply chain attack
An attack that compromises a trusted software vendor, library, or tool so that malicious code is automatically delivered to many downstream users who install or update it.
CI runner
A machine or container that automatically builds, tests, and deploys code in a continuous-integration pipeline, often holding high-privilege credentials and secrets during execution.

Prompt Injections Protect Secrets in AWS

Low

How it works

  1. Defender embeds a forbidden-instruction prompt next to real secrets in cloud storage or configuration.
  2. An AI hacking agent reads the secret store as part of its attack chain.
  3. The injected text triggers the model’s safety guardrails.
  4. The agent aborts or refuses further malicious actions, protecting the secrets.

What happened

Researchers at Tracebit demonstrated that deliberately placing carefully crafted prompt-injection strings alongside passwords, cryptographic keys, and other secrets stored in Amazon Web Services can cause AI-powered hacking agents to shut down when they encounter the text.

The technique, dubbed “context bombing,” works by instructing the attacking LLM to perform an action forbidden by its safety guardrails (for example, providing steps to create inhalable anthrax spores, or—for certain Chinese models—referencing the Tiananmen Square “Tank Man”). Encountering the forbidden content causes the model to refuse further compliance with its original malicious instructions. Experiments showed sharp drops in successful privilege-escalation rates. The method only reliably works against models that enforce guardrails.

Who is affected

Organizations storing secrets in AWS (or similar cloud environments) that face reconnaissance or exploitation by AI agents/LLMs with active safety guardrails. Defenders seeking low-cost, novel tripwires for AI-driven attacks.

Less effective against uncensored or locally run models without guardrails.

Why it matters

It inverts the usual prompt-injection threat into a defensive control, offering a simple, immediately deployable way to disrupt many current-generation AI hacking agents without changing core infrastructure. Early results indicate meaningful reduction in attack success.

As offensive AI agents proliferate, lightweight deception and guardrail-triggering techniques become useful complementary layers, though they are not a complete solution.

Relevant professional terms

Prompt injection
A technique that inserts specially crafted text into an AI model’s input so the model ignores its original instructions and follows the attacker’s (or defender’s) new commands instead.
Guardrails
Built-in safety filters and policy checks that AI developers add to models to block harmful, illegal, or disallowed outputs and actions.

US Allows Private Firms to Conduct Hack-Back Attacks

Medium

What it means

  • Vetted private firms can now perform supervised offensive cyber ops against foreign criminal targets under strict government oversight and approvals.
  • Operations may include intelligence collection and disruptive actions but cannot target U.S. persons or systems.
  • A $1M escrow and mandatory reporting of imminent critical-infrastructure threats add accountability.
  • Detailed program rules are still being written; legal challenges are likely; unrestricted private hack-back remains off-limits.

What happened

The White House issued a presidential memorandum authorizing vetted private companies, for the first time, to conduct offensive cyber operations—including surveillance (e.g., spyware) and disruptive attacks that destroy criminals’ data or systems—against international criminal gangs and hackers responsible for ransomware, financial scams, and sextortion.

Participating firms operate exclusively under federal government supervision, require Justice Department and Homeland Security sign-off for each operation, must post a $1 million escrow (forfeited for non-compliance), and are barred from targeting Americans or U.S.-based systems. Guidance on eligibility (open to firms of all sizes) is due within two months. The policy does not authorize unrestricted “hack-back” against any threat; it is a supervised public-private capability. It marks a major departure from decades of U.S. policy that prohibited private-sector offensive cyber activity under computer-hacking laws.

Who is affected

U.S. private cybersecurity and technology firms that may apply to the program; international cybercriminal groups and infrastructure targeted by authorized operations; potential legal and policy stakeholders worldwide.

American organizations and critical infrastructure that could benefit from additional disruption of ransomware and scam ecosystems.

Why it matters

It expands the U.S. offensive cyber toolkit by harnessing private-sector speed and innovation against volume cybercrime that overwhelms government capacity alone. At the same time it raises novel legal, escalation, attribution, and accountability questions and is expected to face court challenges and international scrutiny.

Operators and builders should watch how rules of engagement, liability, and oversight develop, as the program could reshape norms around private-sector cyber operations.

Relevant professional terms

Hack back
When a victim or third party launches a counter-attack against the systems of a cyber attacker, rather than only defending their own networks.
Escrow
Money or assets held by a third party and released only when agreed conditions are met—or forfeited if rules are broken—as a compliance guarantee.