Friday 18 September 2026 | Join Free | Upgrade

Hi there, this is your daily ☕️ Cyberpresso.

In today's Cyberpresso:

🖼️ Gyazo breach exposes 23.6M user records

🔓 Claude used to breach OpenAI code

🐛 Flaw lets attackers hijack AI coding agents

🕵️ Fake installers spy on Iranian dissidents

💥 Orkes Conductor flaw exploited for RCE

Plus: 💡 6 strategies & tactics, 🎁 8 other news you might like, 🧰 6 tools, and 📚 5 papers.

Free email without sacrificing your privacy

Gmail tracks you. Proton doesn’t. Get private email that puts your data — and your privacy — first.

🖼️ Gyazo breach exposes 23.6M user records LINK
  • Helpfeel disclosed a breach of its Gyazo image-sharing service after an attacker exploited a flaw in an upload server to run arbitrary commands and reach backend systems, exposing roughly 23.62 million user records and metadata for about 490 million images.
  • The break-in happened on September 11, 2026, and by early September 12 Helpfeel had blocked the access routes, cut the attacker's connections and fixed the vulnerability, but stolen image IDs can rebuild Gyazo URLs, potentially exposing images including some private ones.
  • Exposed user data may include names, email addresses, password hashes, session IDs, X integration tokens and Google SSO emails, while no payment data was taken; Helpfeel invalidated affected authentication data and urges users to change passwords immediately and watch for phishing.
🔓 Claude used to breach OpenAI code LINK
  • Researchers at start-up Hacktron used Anthropic's Claude to help exploit weaknesses in OpenAI's authentication setup, chaining them to take over employee ChatGPT accounts and reach the company's private GitHub code environment on July 25.
  • The route combined a misconfiguration in OpenAI's single sign-on (SSO) infrastructure with a remote-code-execution flaw in its Discourse-based community forum, letting an attacker take control of ChatGPT and Codex accounts of people who signed into that forum.
  • Because those accounts link to services like GitHub, Slack and email, the researchers read code and proposed changes in under 72 hours; the flaws were disclosed to OpenAI and Discourse, patched, and earned a $6,500 bounty rather than being an ongoing breach.
🐛 Flaw lets attackers hijack AI coding agents LINK
  • A zero-click flaw dubbed "Plugin4Shell" lets attackers run code remotely on major AI coding agents, Anthropic's Claude Code, OpenAI's Codex, Google's Gemini CLI, Microsoft's Copilot, and GitHub Copilot, gaining full access to everything the agent can reach.
  • The flaw bypasses the SHA-pinning safety mechanism: the agent checks out the pinned commit but never verifies it landed there, so an attacker controlling a plugin's repo makes the checkout resolve to malicious code while the pin still looks honored.
  • Anthropic and OpenAI patched it in Claude Code 2.1.179 and Codex 0.146.0; Google deprecated Gemini CLI and won't patch, leaving every install vulnerable, and Microsoft's Copilot remains unfixed while researchers say GitHub's mitigation is insufficient.
🕵️ Fake installers spy on Iranian dissidents LINK
  • Iran-aligned operators known as Handala Hack are deploying a previously undocumented Windows surveillance implant called HEAVYGRAM that uses Telegram bots, groups, and user accounts as its command-and-control channel to spy on Iranian dissidents, journalists, and perceived government opponents.
  • Victims are contacted through trust-based social engineering and tricked into running fake KeePass, Telegram, WhatsApp, or Pictory installers, after which a paired tool called CRUDEEXCLUDE uses PowerShell to add attacker-controlled paths to Microsoft Defender exclusions so the implant is never scanned.
  • Once installed, HEAVYGRAM beacons over Telegram's bot API and accepts commands to run shell code, capture screenshots, steal Telegram Desktop and browser data, record audio, and fetch more malware; the FBI, which attributes it to Iran's MOIS, published an expanded FLASH report on September 15.
💥 Orkes Conductor flaw exploited for RCE LINK
  • Attackers have spent at least a month exploiting a critical flaw in Orkes Conductor, the open source framework for orchestrating microservices, workflows, and AI agents, that lets them run code on servers without any login.
  • The bug, CVE-2026-58138 (critical, CVSS 9.8), is being actively exploited after a proof-of-concept appeared in early August; a single unauthenticated POST to the open workflow API registers a hostile INLINE task, and Fortinet blocked roughly 1,300 attempts between September 8 and 9.
  • Because Conductor evaluates user-supplied JavaScript or Python expressions with its sandbox disabled, the code runs OS commands as the Conductor process, often as root; the fix is version 3.30.2 (patched in June), plus restricting external access to the workflow API and keeping deployments behind a firewall.

Product teams aren’t short on ideas. They’re missing a system.

Jira Product Discovery gives teams one place to capture customer feedback, prioritize ideas with consistent frameworks, and build living roadmaps everyone can align on. And when it’s time to build, those decisions connect directly to delivery in Jira, so everyone can see how the roadmap turns into real work.

💡 Strategies & Tactics

> Auditing in the age of (good enough) AI: Building custom developer tools and Lean proofs with AI agents before an audit catches subtle security bugs manual review would miss.
> CiliumHound: graphing Kubernetes network policies: Turns dozens of scattered Kubernetes network policy files into a single searchable graph, making it far easier to spot unintended access paths and coverage gaps.
> One click in a malicious VS Code project can give attackers persistent access to your PC: A crafted link in an untrusted VS Code project can silently install a malicious extension, granting attackers persistent access despite Workspace Trust protections.
> From autonomous agent to trusted worker: Building identity and accountability for AI agents: Give each AI agent a unique identity, short-lived credentials, and logged decisions so it works autonomously within enforceable, auditable boundaries.
> Hardware-based security for FPGAs: protecting against evolving threats: FPGAs resist evolving and future quantum-era attacks because their reprogrammable design lets encryption keys and algorithms be updated in the field without hardware replacement.
> Why I moved my most sensitive browsing from Firefox to LibreWolf: Switching to LibreWolf, a Firefox-based browser with stricter privacy defaults, blocks more tracking on sensitive machines at the cost of occasional extra setup.

Other news & articles you might like

  • Android apps can now check security patches down to individual device components LINK
  • Self-generated prompt injections in compaction summaries LINK
  • New Check Point flaw lets hackers execute code with root privileges LINK
  • Hackers exploit MikroTik vulnerabilities to take over MikroTik routers without authentication LINK
  • Linux kernel hit by 4 LPE flaws enabling attackers to gain root shell LINK
  • Hardcoded MCP credentials found in public GitHub files LINK
  • Steam windows 0-day vulnerability allows users to silently escalate to full SYSTEM privileges LINK
  • Critical pgadmin authentication bypass lets attackers login as administrator without credentials LINK

🛠️ Trending tools

Kastra: runtime authorization layer for AI agents that evaluates each action in under a millisecond, blocking unauthorized tool use and logging tamper-proof audit trails. LINK
qsa.sh: scans your public IP for open ports and known vulnerabilities using naabu, nmap, and nuclei, streaming results to your terminal via one curl command LINK
Cynative Security Research Agent: open-source AI CLI that answers plain-language security questions across code, cloud, and Kubernetes using read-only, IAM-enforced production access. LINK
redcell: an AI red-team platform where autonomous LLM agents run full penetration tests in a Kali container and generate reports. LINK
telegram-bot-dumper: a forensic tool that extracts and downloads all available data from a Telegram bot using its access token. LINK
Prized: builds secure internal tools with AI for ops, support, and finance, offering pre-connected data, access audit trails, and one-click deploy behind company sign-in. LINK

📚 Trending research papers

Agent privacy leaks can be stopped mid-workflow by screening every message and memory update between AI agents before it spreads, blocking sensitive data exposure while still completing tasks reliably. LINK
Financial trading bots that use large language models are dangerously fragile, with 80% failing basic stability tests during market turbulence and 100% showing security holes that let a single compromised agent trigger a market-wide crash. LINK
Satellite beam scheduling can be hijacked by a small botnet that fakes traffic demand in decoy zones, cutting off service to a targeted area for up to ~95% of victims in tested systems. LINK
AI-written code checks convert programs generated by coding assistants into a form where safety rules can be mechanically proven, passing all 220 tested cases across code, scripts, and robotics with formally guaranteed compliance. LINK
Delphi Scanner flags Windows malware by reading the system commands a program plans to run, hitting ~95% accuracy in a tiny 1.5 MB tool that also explains why each file looks dangerous. LINK

🎓 Want to master the AI tools we cover every day?

Our AI Academy has 330+ step-by-step tutorials on ChatGPT, Claude, Perplexity, and every tool that matters. No fluff — just practical workflows you can use at work. Try it free for 7 days.

💬 How did you find today's edition?

We read every reply — just reply to this email and let us know how we can improve!

★★★★★  Nailed it
★★★  Average
  Fail

Not subscribed to ☕️ Cyberpresso yet? Subscribe for free