GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
1–10 of 21 posts
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#2Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#3As mentioned in the article and in previous discussions:
> With the August Patch Tuesday release this is now fixed.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#4With multiple AI agents simultaneously creating and editing multiple files, many devs won't be able to pick up malicious changes, even if they look at diffs. (And there are often pressures at work to cut corners.)
So far, I have only picked up agents overwriting files with instructions for them or creating instructions telling themselves to ignore some instructions in other files. (And pure laziness like disabling certain tests.) These are pretty obvious, could be prevented by changing file permissions (to a certain extent) and I use those more dangerously autonomous AI approaches for personal projects only. Would I pick up malicious changes if they were spread across many files, more sophisticated, and it was during crunch time? I don't know.
If there is some software that scans edits for AI-specific issues, doesn't live in VSCode, and isn't susceptible to simple prompt injection, I would happily give it a try.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#5Why submitting this again after 2 months OP? As mentioned in the article and in previous discussions: > With the August Patch Tuesday release this is now fixed.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#6Is there some kind of an external "AI wrangler?" With multiple AI agents simultaneously creating and editing multiple files, many devs won't be able to pick up malicious changes, even if they look at diffs. (And there are often pressures at work to cut corners.) So far, I have only picked up agents overwriting files with instructions for them or creating instructions telling themselves to ignore some instructions in…
I call it "Cross-Agent Privilege Escalation" and described in detail how such an attack might look like with Claude Code and GitHub Copilot (https://embracethered.com/blog/posts/2025/cross-agent-privil...).
Agents that can modify their own or other agents config and security settings is something to watch out for. It's becoming a common design weakness.
As more agents operate in same environment and on same data structures we will probably see more "accidents" but also possible exploits.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#7Why submitting this again after 2 months OP? As mentioned in the article and in previous discussions: > With the August Patch Tuesday release this is now fixed.
I don't want to speak for OP, but isn't the idea behind responsible disclosure to give developers time to patch an exploit before publicizing it?
> After reporting the vulnerability on June 29, 2025 Microsoft confirmed the repro and asked a few follow up questions. A few weeks later MSRC pointed out that it is an issue they were already tracking, and that it will be patched by August. With the August Patch Tuesday release this is now fixed.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#8Looks like only applicable to Microsoft VS "Editor". Emacs and vim users, no worry it seems.
Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#9Re: GitHub Copilot: Remote Code Execution via Prompt Injection (CVE-2025-53773)
#10Is there some kind of an external "AI wrangler?" With multiple AI agents simultaneously creating and editing multiple files, many devs won't be able to pick up malicious changes, even if they look at diffs. (And there are often pressures at work to cut corners.) So far, I have only picked up agents overwriting files with instructions for them or creating instructions telling themselves to ignore some instructions in…