The vendor has published a fix. Version details are below where the sources state them.
Steps
Written by AI from the record
Check your current Visual Studio Code version (Help → About) and confirm whether you’re on a version older than 1.132.1.
Update Visual Studio Code to 1.132.1 or later as the fix.
In the meantime, avoid opening untrusted projects/files and be cautious with Copilot suggestions that come from unknown sources.
After updating, review any recent editor/log activity around unusual command execution behavior and ensure your endpoints have standard malware protections enabled.
Improper neutralization of special elements used in an os command ('os command injection') in GitHub Copilot and Visual Studio Code allows an unauthorized attacker to elevate privileges locally.
In plain language
Written by AI from the record
This vulnerability can let a local attacker get your Visual Studio Code to run harmful commands and take over the tool, so you should update soon—especially if you use Copilot and are exposed to untrusted files or people.
In Visual Studio Code with GitHub Copilot, a local command-handling flaw (CWE-78) can be abused via user interaction to execute arbitrary operating system commands and gain elevation of privilege within the app’s permissions; patched in Visual Studio Code 1.132.1.
If you're affected
Full control of developer environment
Malware execution via editor
Credential or data theft risk
Operational disruption
What is it
Think of Visual Studio Code as a command “switchboard” that helps run actions on your computer. This flaw can be tricked so that, when a user interacts with a malicious Copilot/CODE workflow, it runs attacker-chosen commands—like replacing the switchboard instructions with a malicious one. That can allow an attacker to take over what the app is allowed to do on that machine.
Who is affected
This matters if your business uses Visual Studio Code, especially with GitHub Copilot, on machines where an attacker could get local access (for example, through a shared device, compromised workstation, or malicious content that influences user interaction). The risk is mainly for scenarios where a local attacker can induce user interaction with a malicious payload inside Copilot or Visual Studio Code. If the attacker can’t reach your machine locally or can’t cause the user interaction, the exposure is much lower.
How urgent is it
This is RED because the flaw is about executing arbitrary operating system commands and is triggered by user interaction, and the fix is already available. Even though no clear, dated incidents are reported publicly for this CVE, the involvement of a well-known target (Visual Studio Code) and recent actor attention means you should treat it as active patch-priority work.
What to do — in detail
Confirm exposure (your side)
On each affected machine, open Visual Studio Code and check the installed version (Help → About).
If the version is older than 1.132.1, you are potentially exposed.
Temporary containment if you cannot patch immediately
Restrict who can use those developer machines and avoid shared/untrusted devices.
Reduce the chance of malicious user interaction by not opening untrusted repositories/projects or files that you don’t trust.
Be cautious with Copilot-driven actions/suggestions that originate from unknown content; if something looks suspicious, don’t follow it.
After patching
Look for any recent signs of unusual command execution tied to editor workflows (for example, unexpected processes spawned soon after using Copilot or handling a project).
Ensure endpoint protections are enabled (so that if anything attempted to run, it would be blocked and logged).
What to monitor
Logs/alerts from your endpoint security about newly executed commands/processes originating from or triggered by Visual Studio Code.
Any repeated attempts that look like command execution tied to specific projects or work sessions.
KEV and exploitation status note
This CVE is not listed in CISA KEV, and there are no clearly dated press incidents reported in the provided findings. Still, because the traffic-light verdict is RED and a patch exists, patching is the primary action.
Technical context
Severity is high (CVSS 7.8) and the weakness is CWE-78 (improper neutralization of special elements used in an OS command), which is consistent with operating-system command injection behavior. The attack vector is local and requires no authentication, but it does require user interaction to get a malicious payload executed within GitHub Copilot or Visual Studio Code. There is no public exploit code listed in the provided findings, and CISA KEV does not include this CVE, so exploitation status is not confirmed via those channels. The patch is available in Visual Studio Code 1.132.1. EPSS is reported as a low predicted likelihood with a flat trend, but since the system verdict is RED and actor attention (PULSE) is noted, prioritize the upgrade regardless. “KEV” here means inclusion in CISA’s Known Exploited Vulnerabilities catalog, which would indicate confirmed real-world exploitation; it is not listed for this CVE in the provided findings.
This is a general assessment based on public vulnerability data. It does not account for your specific infrastructure — when in doubt, consult a security specialist.