Close Menu
    What's Hot

    Startup Battlefield Australia application closes in days: Apply before July 6

    Binance and founder sued by crypto investors in London lawsuit

    The Manitowoc Company Is Too Cheap To Not Rise Up (NYSE:MTW)

    Facebook X (Twitter) Instagram
    Trending
    • Startup Battlefield Australia application closes in days: Apply before July 6
    • Binance and founder sued by crypto investors in London lawsuit
    • The Manitowoc Company Is Too Cheap To Not Rise Up (NYSE:MTW)
    • The USDA is preparing to release 180 million flies. Here’s why
    • G.O.P. Revolt Paralyzes the House, Stalling Trump Agenda
    • Trump’s Moneymaking Run: Unrivaled in Presidential History
    • Mbappe, Deschamps break World Cup records in Sweden thrashing | World Cup 2026
    • During Traffic Stop, N.F.L. Reporter Appeared to Show Off Her Access
    interluknewsinterluknews
    • Home
    • Business
      • Corporate News
      • Industry Insights
      • Startups & Entrepreneurship
      • Technology & Innovation
    • Economy
      • Economic Policy
      • Financial Analysis
      • Inflation & Interest Rates
      • Trade & Markets
    • Global
      • Conflicts & Security
      • Diplomacy
      • Global Trends
      • International Affairs
    • Lifestyle
      • Fashion
      • Food & Dining
      • Personal Development
      • Travel
    • Opinion
      • Columns
      • Editorials
      • Expert Opinions
      • Reader Voices
    • More
      • Politics
        • Elections
        • Government & Policy
        • International Relations
        • Political Analysis
      • Sports
        • Cricket
        • Football / Soccer
        • International Sports
        • Local Sports
      • Technology
        • Artificial Intelligence
        • Cybersecurity
        • Gadgets & Reviews
        • Tech News
      • South Africa News
    Facebook X (Twitter) Instagram
    interluknewsinterluknews
    Cybersecurity

    GuardFall Exposes Open-Source AI Coding Agents to Decades-Old Shell Injection Risks

    adminBy adminJuly 1, 2026No Comments4 Mins Read
    Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
    GuardFall Exposes Open-Source AI Coding Agents to Decades-Old Shell Injection Risks
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Swati KhandelwalJun 30, 2026AI Security / Software Supply Chain

    GuardFall Exposes Open-Source AI Coding Agents to Decades-Old Shell Injection Risks

    The safety check that is supposed to stop an AI coding agent from running a dangerous command can be walked straight past using a shell trick that has been public for decades.

    New research from Adversa AI, which is named the bypass GuardFall, found it works against ten of the eleven popular open-source coding and computer-use agents the firm tested. Only one, “Continue,” was built to defend against it.

    Why does it matter? These agents run shell commands with your full account access. Point one at a booby-trapped repository or software package, and a hidden instruction can quietly run a command that wipes files or steals the secrets your account can reach, from SSH keys and cloud credentials to anything sitting in your home folder.

    How does it get past the guard?

    Most of these agents try to stay safe by checking each command against a blocklist of dangerous patterns before running it. The flaw is that they check the command as plain text, while bash rewrites that text before it actually runs. The shell strips quotes and expands shortcuts, so the filter and the shell end up looking at two different things.

    The simplest example: a filter watching for rm sees nothing wrong with r”m, because to a text matcher those are different strings. Bash removes the empty quotes and runs rm anyway.

    Cybersecurity

    The same idea works in other forms: a command hidden in base64 and piped into a shell, or ordinary tools like find and dd turned destructive with the right flag.

    The researchers call this not a bug but “a dangerous convention and a class of problems,” which is why adding more blocklist patterns fixes none of it. There is no single CVE to track or patch.

    Two things have to line up for an attack to land, and neither is exotic.

    • First, the AI has to produce the malicious command. A blunt “run rm -rf” is usually refused, but the same command tucked inside normal-looking work, such as a build file or a tool’s “documentation” reply, gets emitted as a routine step.
    • Second, the agent has to be running on its own, with an auto-execute flag turned on or its container sandbox switched off, both of which are routine in automated pipelines. The live tests used Claude Sonnet 4.6.

    The other ten tools all left the gap open: opencode, Goose, Cline, Roo-Code, Aider, Plandex, Open Interpreter, OpenHands, SWE-agent, and the Hermes project, where the bug first surfaced and is documented in Hermes’s own issue tracker.

    The tools in Adversa’s survey together carried roughly 548,000 GitHub stars as of May 2026. Adversa demonstrated the full attack end-to-end against the production Plandex binary, and the same shape worked against eight others. It describes the work as lab research; no public exploitation has been reported.

    Continue, the one agent that held up, defends by reading the command the way bash will before deciding: it breaks the command into the same pieces the shell would, checks what actually runs, and keeps a hard list of destructive commands that are blocked outright.

    Cybersecurity

    That protection held against every payload in Continue’s default editor mode. Its command-line auto-run mode is weaker: a few payloads slipped through, though the most destructive ones still hit the hard block. Adversa calls the design portable and says re-implementing it is roughly a two-day job for an experienced engineer.

    What to do now

    None of the quick fixes is a complete answer, but they cut your exposure until a proper guard is in place:

    • Run agents with $HOME pointed at a throwaway folder, so secrets like ~/.ssh and ~/.aws are out of reach.
    • Turn off auto-execute flags such as –auto-exec, –auto-run, –auto-test, and dangerously-skip-permissions unless the job genuinely cannot pause for a human.
    • Do not let agents run on pull requests from forks, the easy path from an attacker’s file to your secrets.
    • Treat config files shipped inside a repository, like .aider.conf.yml, as untrusted code; a malicious one can trigger the attack on the first accepted edit.

    GuardFall lands in the middle of a run of similar findings this year. Adversa’s own TrustFall hit Claude Code, Cursor, Gemini CLI, and Copilot CLI, and a separate deny-rule bypass hit Claude Code.

    Attacks like AutoJack and Agentjacking turned poisoned content into commands that an agent runs with its owner’s privileges. The common thread is simple: untrusted text keeps reaching a real shell before the guard understands what bash will actually run.

    agents Coding decadesold Exposes GuardFall Injection opensource Risks Shell
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    Previous ArticleSupreme Court loosens campaign finance laws, opening up flood of midterm cash
    Next Article France 3-0 Sweden: Les Bleus ‘a level above’ other World Cup teams with Kylian Mbappe ‘on verge of greatness’ says Gary Neville | Football News
    admin
    • Website

    Related Posts

    RustDuck Botnet Rebuilds in Rust to Hijack Routers and Servers for DDoS

    June 30, 2026

    Microsoft Warns Poisoned MCP Tool Descriptions Can Make AI Agents Leak Data

    June 30, 2026

    Langflow RCE Exploited to Deploy Monero Miner on Exposed AI App Endpoints

    June 30, 2026
    Leave A Reply Cancel Reply

    Demo
    Latest Posts

    Startup Battlefield Australia application closes in days: Apply before July 6

    Binance and founder sued by crypto investors in London lawsuit

    The Manitowoc Company Is Too Cheap To Not Rise Up (NYSE:MTW)

    The USDA is preparing to release 180 million flies. Here’s why

    Latest Posts

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    Advertisement
    Demo

    We are a digital news platform delivering timely, accurate, and insightful coverage of politics, global affairs, business, economy, sports, and more. Our mission is to keep readers informed with reliable news, clear analysis, and stories that truly matter.
    We're social. Connect with us:

    Facebook X (Twitter) Instagram Pinterest YouTube

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.

    Powered by
    ...
    ►
    Necessary cookies enable essential site features like secure log-ins and consent preference adjustments. They do not store personal data.
    None
    ►
    Functional cookies support features like content sharing on social media, collecting feedback, and enabling third-party tools.
    None
    ►
    Analytical cookies track visitor interactions, providing insights on metrics like visitor count, bounce rate, and traffic sources.
    None
    ►
    Advertisement cookies deliver personalized ads based on your previous visits and analyze the effectiveness of ad campaigns.
    None
    ►
    Unclassified cookies are cookies that we are in the process of classifying, together with the providers of individual cookies.
    None
    Powered by