LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataCVE-2026-8037 · CISA Adds Progress LoadMaster Command Injection Flaw to KEV CatalogSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgents
ai

Humans in the loop miss a third of dangerous AI coding agent requests

You wouldn't let Claude Code cat your AWS credentials or Kubernetes config on request, would you?

zeroday.news ·

A browser-based game designed to test human oversight of AI coding agents suggests that users frequently approve dangerous commands, with approximately one in three malicious requests slipping past human reviewers. The game's creator, Belgian software developer Alex Wauters, developed the tool after observing the impracticality of requiring users to approve every command in an AI agent's workflow, noting that many developers resort to disabling permission prompts entirely.

The game simulates permission requests from an AI coding agent, similar to those from tools like Claude Code, challenging players to approve or deny commands within a 60-second time limit. Correct decisions earn points, while approving risky commands or denying safe ones reduces a player's score. Wauters launched the game in late May, coinciding with a blog post highlighting the human-in-the-loop challenge.

Data from over 40,000 game runs, encompassing 409,000 approved or denied commands, indicates significant human error. Scope violations, such as requests to access Kubernetes configuration files or AWS credentials, were the most commonly missed malicious commands, approved in 35% of instances. These types of requests could easily lead to the exfiltration of sensitive data.

While obviously destructive commands, like `rm -rf /` or recursively granting full permissions to the root directory, were frequently caught, other subtle threats were often overlooked. These included `curl` requests to unknown APIs and typosquatted package names, which were missed almost as often as scope violations. The single most frequently missed potentially malicious command was `npm run analyze`, approved nearly 65% of the time, despite its ability to execute arbitrary code defined in a project's `package.json` file. Wauters noted that the game's history log explicitly shows the script's contents, suggesting players may not be closely reviewing the provided context.

Wauters emphasized that limited context makes approval decisions difficult. While coding agents offer some information, commands like `npm run analyze` can be modified to run any payload. To ensure safety, human reviewers would need to investigate all files an agent intends to call, which can be a significant time investment. This issue is not confined to game scenarios; Anthropic, the developer of Claude Code, reported in May that telemetry shows users approve approximately 93% of permission prompts, indicating that approval fatigue is a real problem.

The high volume of permission requests can lead to user fatigue, causing developers to become less diligent in their supervision over time. This suggests a need for improved permission models for AI agents. Wauters advocates for running AI coding models in sandboxed environments, such as cloud-based devcontainers, and implementing hooks to contextualize and intercept potentially malicious actions before automatic approval.

Anthropic has introduced an "auto mode" for Claude Code to combat approval fatigue, which delegates some command-approval decisions to a model-based classifier. This system reportedly catches about 83% of "overeager behaviors," though 17% still bypass it. Anthropic stresses that auto mode is an additional layer of defense within a sandbox, not a replacement for one.

Wauters concludes that the emergence of AI coding agents introduces a new set of attack vectors, necessitating increased awareness of risks and robust strategies to mitigate them. He believes that tooling needs to be made easier to enhance the safety of these systems, rather than solely relying on human-in-the-loop oversight as a complete solution.

aicloud
ShareXLinkedInWhatsAppFacebook

More News

view all →
vulnerability

Week in review: Cisco fixes IMC bug, Patch Tuesday forecast, Black Hat USA 2026

Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: Mapping the malware blast radius a single alert won’t show you In this interview with Help Net Security, Mike Wiacek, founder and CTO of Stairwell, explains Backstory, an AI agent that takes a single alert and works outward to map how far a malware campaign spread. He walks through the research behind

ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

breachcritical

Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

breach

Hackers breach TrueConf to trojanize client installers with backdoors

The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

cybersecurity

China Launches Cybersecurity Review of Palo Alto Networks Products

China's Cyberspace Administration has initiated a cybersecurity review of Palo Alto Networks' products sold within the country, citing national security concerns. The review, based on national security and cybersecurity laws, lacks specific details regarding the reasons or potential impact. Palo Alto Networks has stated that its operations and product delivery in the region remain unaffected for now.

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]