Isometric cyber machinery exposing AI and ransomware vulnerabilities.

Daily Cybersecurity News – September 1, 2026

Langflow critical flaw CVE-2026-0768 under exploit

Critical

What happened

Threat actors have begun exploiting CVE-2026-0768, a critical unauthenticated remote code execution flaw in the AI low-code platform Langflow.

The defect sits in the code validator of the custom component editor. A user-supplied string is not properly validated before Python code execution, letting attackers run arbitrary code as root without authentication. CVSS is 9.8. VulnCheck observed exploitation for reconnaissance and credential harvesting (environment variables, secret keys, SSH access), largely from Russia, with over 360 attempts against its UK canaries. The flaw was reported via ZDI in July 2025 and disclosed as a zero-day in January 2026. All releases up to 1.4.2 are affected. Attackers have also hit related Langflow issues including CVE-2026-0769, CVE-2025-3248, and CVE-2026-5027.

Who is affected

Organizations running Langflow versions up to and including 1.4.2, especially internet-facing or poorly segmented instances used for AI workflow development.

Langflow is popular for building LLM-powered applications; exposure scales with any publicly reachable or weakly authenticated deployments.

Why it matters

Unauthenticated root-level RCE on an AI orchestration platform gives attackers immediate control, secrets access, and a foothold into connected models, data stores, and cloud credentials.

Rising exploitation of multiple Langflow flaws in 2026 shows attackers are actively hunting these tools as high-value targets for recon and credential theft.

How it could have been prevented

Upgrade Langflow immediately past 1.4.2 to a patched release. Remove public exposure of the custom component editor and related endpoints; place instances behind strong authentication, network controls, and zero-trust access.

Monitor for unusual Python execution, environment variable queries, and outbound connections. Rotate any secrets that may have been exposed and review logs for the observed recon patterns.

Relevant professional terms

Remote code execution (RCE)
A flaw that lets an attacker run their own commands or programs on a target system from across the network.
Code injection
An attack that inserts malicious code into an application’s interpreter or evaluator so it runs with the app’s privileges.
Source: SecurityWeek

JFrog Artifactory CVE-2026-82329 exploited in wild

Critical

Patched versions (self-hosted)

  • 7.111.21
  • 7.117.28
  • 7.125.20
  • 7.133.29
  • 7.146.38
  • 7.161.20

What happened

A critical authentication bypass in JFrog Artifactory, tracked as CVE-2026-82329 (CVSS 9.8), is reportedly under active exploitation only days after public disclosure.

Under default configuration the weakness can let an unauthenticated attacker with network access obtain administrative privileges. JFrog released patches on August 28; cloud instances were updated automatically. WatchTowr reported seeing attackers mint admin tokens in the wild. SecurityWeek noted no widespread corroboration yet and sought vendor confirmation. A separate earlier Artifactory issue, CVE-2026-66384, is already in CISA KEV.

Who is affected

Self-hosted JFrog Artifactory deployments that have not yet applied the August 28 patches. Affected version lines require updates to 7.111.21, 7.117.28, 7.125.20, 7.133.29, 7.146.38, or 7.161.20 (and corresponding later builds).

Cloud-hosted Artifactory customers were patched by the vendor. Artifactory is widely used for artifact, container, package, and AI model lifecycle management, so blast radius includes software supply chains.

Why it matters

Admin access to Artifactory enables tampering with binaries, containers, and packages that feed build pipelines and production. That is a direct path to supply-chain compromise.

Rapid weaponization after disclosure underscores how quickly critical repository flaws move from advisory to real attacks.

How it could have been prevented

Self-hosted customers must upgrade immediately to one of the listed patched versions. Verify cloud instances received the automatic update.

Restrict network access to Artifactory admin and API endpoints, enforce strong authentication beyond defaults, monitor for unexpected admin token creation, and audit recent privilege changes and artifact modifications.

Relevant professional terms

Authentication bypass
A vulnerability that lets an attacker skip or fool the login checks and gain access as if they were a legitimate user.
Software artifact repository
A centralized system that stores, versions, and serves binaries, containers, packages, and models used throughout the software supply chain.
Source: SecurityWeek

AI ports PLC exploit in hours for hundreds of dollars

Medium

How it works

  1. Researchers supplied Claude with the original 750-852 exploit, firmware access via Ghidra, a live 750-831, and a terminal.
  2. The model confirmed the buffer overflow through probing and static analysis, then generated crash payloads.
  3. Human guidance and a stronger model overcame payload-erasure and firmware unknowns.
  4. Once memory persistence was solved, working RCE payloads appeared within minutes.

What happened

Forescout Vedere Labs researchers used Anthropic’s Claude to port a working remote code execution exploit from one WAGO PLC model to another.

They started from a known pre-auth buffer overflow (CVE-2021-31886) in the Nucleus FTP server on the WAGO 750-852 that yields unauthenticated ARM shellcode execution. The goal was to adapt it to the related 750-831 and explore a full C2 implant. Claude Code was given a terminal, reference files, Ghidra, and the physical target. After crashes confirmed the bug, controlled execution required heavy human redirection, a model switch to Opus 4.6, and instructions to request help on uncertain firmware details. Once the AI solved payload erasure, it produced two working payloads in about 12 minutes. Total effort spanned several hours of oversight and hundreds of dollars in API costs. The work followed recent water-sector PLC attacks.

Who is affected

Operators of WAGO and similar industrial PLCs, especially older or unpatched models exposing FTP or related services. The experiment itself targeted specific 750-series devices; the broader lesson applies to any ICS/OT fleet where variant exploits can be rapidly generated.

Why it matters

AI can compress the time and skill needed to adapt known ICS exploits across hardware variants, lowering the bar for both researchers and adversaries.

Defenders should assume that public or previously niche PLC flaws can be re-weaponized faster and more cheaply than traditional manual porting allowed.

Relevant professional terms

Programmable logic controller (PLC)
An industrial computer that continuously monitors inputs and controls machinery or processes in factories, utilities, and infrastructure.
Exploit porting
The process of adapting a working attack for one hardware or software target so it succeeds against a related but different target.
Source: SecurityWeek

Inside GOLD SHERWOOD ransomware tradecraft

High

What happened

Sophos X-Ops analyzed 15 GOLD SHERWOOD ransomware intrusions and published detailed tradecraft used by the operation’s affiliates.

The group’s affiliates rely on a mix of initial access methods, living-off-the-land techniques, credential theft, lateral movement, and double-extortion practices typical of modern ransomware-as-a-service activity. The report surfaces concrete tools, sequences, and behaviors observed across the investigated cases.

Who is affected

Organizations hit by GOLD SHERWOOD affiliates across the 15 analyzed incidents, plus any environment matching the observed initial-access and post-exploitation patterns. Ransomware affiliates commonly target mid-market and enterprise networks with valuable data and weak segmentation.

Why it matters

Understanding affiliate playbooks lets defenders map detections to real attacker sequences rather than generic IOCs.

Operators who know the preferred tools, credential-harvesting steps, and extortion flow can prioritize controls that interrupt the chain before encryption or data theft.

How it could have been prevented

Patch and harden internet-facing services that affiliates commonly abuse for initial access. Enforce phishing-resistant MFA, least-privilege admin accounts, and network segmentation that limits lateral movement.

Deploy EDR/XDR with behavioral detections for the living-off-the-land binaries and credential dumpers noted in the tradecraft, maintain offline immutable backups, and rehearse ransomware incident response including negotiation and recovery playbooks.

Relevant professional terms

Ransomware
Malware that encrypts files or locks systems and demands payment, usually cryptocurrency, to restore access.
Double extortion
A ransomware tactic that steals data before encryption and threatens to leak it unless the victim pays, adding pressure beyond simple decryption.
Source: Sophos X-Ops

Chinese actor hits Philippine nuclear sites via ownCloud flaw

High

What happened

A suspected Chinese-speaking operator compromised a Philippine nuclear research body and a marine engineering firm that supports the Philippine Navy by exploiting known vulnerabilities in internet-facing systems.

Hunt.io discovered an exposed server holding attack scripts, logs, and stolen data. The nuclear research systems were breached via CVE-2023-49105, a critical authentication-bypass in ownCloud (CVSS 9.8, in CISA KEV) that allows unauthenticated file access, modification, or deletion when a username is known and no signing-key is set. Stolen material included databases on reactor components, fuel inventories, and radiation safety documents. The naval-supporting company was hit with CVE-2024-28000, a critical privilege-escalation in the LiteSpeed Cache WordPress plugin (through 6.3.0.1) that lets an attacker create an administrator account without authentication. Stolen data also covered strategic plans, IT documents, and personal information of Philippine officials. Logs on the exposed server were written in Simplified Chinese; no specific government or named APT has been confirmed.

Who is affected

The Philippine nuclear research organization and the marine engineering company tied to Navy support, plus any other entities running unpatched ownCloud (before 10.13.1) or LiteSpeed Cache (<= 6.3.0.1) on exposed hosts.

Critical infrastructure, defense contractors, and government-adjacent organizations that leave known high-severity flaws internet-facing are in the same risk class.

Why it matters

Theft of nuclear fuel and reactor data plus Navy-related strategic material represents a direct national-security and safety risk.

The campaign shows that well-known, already-catalogued vulnerabilities remain sufficient for sophisticated targeting of high-value geopolitical victims when patching lags.

How it could have been prevented

Immediately patch ownCloud to 10.13.1 or later and LiteSpeed Cache beyond 6.3.0.1. Remove or tightly restrict internet exposure of file-sharing and CMS admin interfaces.

Require signing keys and strong authentication on ownCloud, audit for unexpected admin accounts, monitor for the known exploit patterns, and treat any historical exposure as a potential full compromise requiring credential rotation and forensic review.

Relevant professional terms

Authentication bypass
A flaw that lets an attacker gain access to a system or data without providing valid credentials.
CISA KEV
The U.S. Cybersecurity and Infrastructure Security Agency’s catalog of vulnerabilities known to be actively exploited in the wild, used to prioritize urgent patching.
Source: SC Magazine

Attackers steal $600K METR AI credits via API key

High

What happened

METR, a non-profit that evaluates frontier AI models on long-horizon agentic tasks, disclosed two security incidents. In March 2026 attackers stole an API key for inference on public models and consumed credits worth about $600,000 (the provider supplied the credits free, so no actual bill was incurred).

A researcher ran agents on a personal EC2 instance intentionally public behind Google authentication. The “vibe-coded” app had a fail-open vulnerability that silently disabled auth, exposing the agent orchestration dashboard for several days. Attackers likely found it via certificate transparency and keyword searches for LLM/agent sites, prompted an agent to reveal the model-provider API key, added an SSH key for persistence, and burned tokens for three weeks. High baseline evaluation traffic and lack of spend caps delayed detection. In May 2026 a separate financially motivated campaign systematically probed public infrastructure, including an unsuccessful attempt against an inadvertently exposed endpoint. No sensitive research data is believed to have been taken; findings were shared with partner AI companies before public disclosure.

Who is affected

METR’s public-model inference account and the exposed researcher infrastructure. Broader risk applies to any AI research lab, startup, or team that places high-value API keys on publicly reachable or weakly authenticated “vibe-coded” systems.

Organizations running large token budgets without hard spend limits or anomaly alerts face similar financial and operational exposure.

Why it matters

Stolen inference keys turn into direct financial loss (or massive free-tier abuse) and can support further malicious agent activity. The incident illustrates how quickly certificate-transparency recon and simple fail-open bugs can yield high-value AI credentials.

Even non-profits evaluating frontier models are attractive targets for credit theft and model access.

How it could have been prevented

Never place production or high-value API keys on non-corporate, publicly reachable infrastructure. Eliminate fail-open authentication paths; require explicit deny on auth failure.

Add hard spend caps and real-time anomaly alerts on token usage, monitor certificate transparency for new assets, restrict SSH and dashboard exposure, and treat any public agent endpoint as high-risk. Rotate keys immediately after any suspected exposure and review policies for credentials on personal or ephemeral hosts.

Relevant professional terms

API key
A secret token that identifies and authorizes a client to call a cloud or model provider’s service and is often tied to billing.
Fail-open
A design where an authentication or security control defaults to allowing access when it encounters an error or misconfiguration, instead of blocking it.

Nigerians extradited for teen sextortion deaths

High

What it means

Cross-border sextortion rings that drive minors to suicide are being treated as top-tier violent crimes, not merely cyber nuisances. Operation Artemis-style cooperation plus U.S. charging decisions that include death-resulting counts raise the expected cost for overseas offenders. Platforms, schools, and parents should treat any sextortion report as an immediate safety emergency: stop contact, preserve evidence, and involve law enforcement without paying or complying.

What happened

Two Nigerian men, 26-year-old Adebola Festus Adekunle and 24-year-old Mudasiru Afeez Olawale, were extradited to the United States and charged in connection with sextortion schemes that led to the deaths of two minor victims in Mississippi and North Carolina.

They were originally arrested in Nigeria in August 2023 during Operation Artemis, a joint international effort against Nigerian-based sextortion rings targeting minors in the U.S. and elsewhere. Charges include sexual exploitation of a minor resulting in death, production of child sexual abuse material, coercion and enticement of a minor, interstate threats to extort, and related offenses. Maximum penalties include life imprisonment; the death-resulting charge carries a mandatory minimum of 30 years. FBI Director Kash Patel highlighted the multi-year pursuit. The FBI has also recently warned that criminals continue targeting social media accounts of children and adults for explicit material used in blackmail.

Who is affected

Families and minor victims of sextortion, particularly in the United States, and the broader population of young social-media users who can be coerced into producing or sharing explicit content.

Law enforcement and platforms dealing with cross-border child exploitation cases are directly engaged.

Why it matters

Sextortion that escalates to victim suicide demonstrates the lethal real-world harm of online blackmail campaigns. Successful extradition and serious charges signal that geographic distance does not guarantee impunity.

The case reinforces the need for rapid reporting, platform detection, and international cooperation against rings that industrialize the abuse of minors.

Relevant professional terms

Sextortion
Online blackmail in which criminals threaten to publish sexual images or videos of a victim unless money or more content is provided.
Extradition
The formal legal process of transferring a person accused or convicted of a crime from one country to another to face prosecution or serve a sentence.