Saturday , September 5 2026
script

Researchers found security flaws in every script generated by ChatGPT, Copilot, and Gemini

A new study from Beacom College shows that all automation scripts produced by top AI models like ChatGPT, Microsoft Copilot, and Google Gemini have security flaws that can be exploited. Researchers wanted to check how safe AI-generated code is, without bias from the prompts. They used the same prompts for ChatGPT, Microsoft Copilot, and Google Gemini. The tests looked at three common business tasks:

Web Scraping: Automated data collection scripts.
Email Automation: Automated messaging and notification handlers.
File Workflow Automation: File-system monitoring and management tools.

14,000 Dahua cameras compromised: TP-Link flaws enable RCE

Over 14,000 Dahua security cameras connected to the internet have been hacked in a 35-day online attack that affected devices...
Read More
14,000 Dahua cameras compromised: TP-Link flaws enable RCE

Microsoft Reveals Project Zenith Windows PCs Able to Run 30B+ AI Models Locally

Microsoft has launched Project Zenith, a new Windows 11 experience for developers. It is made for powerful PCs that can...
Read More
Microsoft Reveals Project Zenith Windows PCs Able to Run 30B+ AI Models Locally

Google issues warning of new Chrome zero-day flaw exploited

Google has updated the Chrome browser to fix a serious security issue in the V8 engine and 11 other flaws....
Read More
Google issues warning of new Chrome zero-day flaw exploited

CrowdStrike’s ‘FalconFlank’ zero-day allows SYSTEM privileges

An unnamed security expert known as "Nightmare Eclipse" shared a CrowdStrike Falcon zero-day exploit called "FalconFlank." This tool allows hackers...
Read More
CrowdStrike’s ‘FalconFlank’ zero-day allows SYSTEM privileges

727,000 data exposes: French hospital fined €500,000

France's data protection authority (CNIL) has fined Hôpital privé de la Loire €500,000 ($580,000) for not properly protecting the data...
Read More
727,000 data exposes: French hospital fined €500,000

153 Million Driver’s License Surfaced on Dark Web: FBI Starts Investigation

The FBI’s New Orleans field office has opened an investigation into the suspected source of more than 153 million driver’s...
Read More
153 Million Driver’s License Surfaced on Dark Web: FBI Starts Investigation

Google Unveils Gemini 3.8 Flash Cyber to Identify and Auto-Patch Security Flaws

Google has launched Gemini 3.8, its newest model for reasoning and coding. It includes a special version named Gemini 3.8...
Read More
Google Unveils Gemini 3.8 Flash Cyber to Identify and Auto-Patch Security Flaws

SonicWall SMA1000 SSRF Hits 10, Exploiting CVE-2026-83548 

SonicWall unveiled advisory SNWLID-2026-0016 on September 1, 2026. It states that two SMA1000 flaws are being actively exploited. The main...
Read More
SonicWall SMA1000 SSRF Hits 10, Exploiting CVE-2026-83548 

Gartner
70% of SOCs Will Pilot AI Agents: Only 15% Will See Results

The market for AI SOC agents is early, crowded, and full of claims that haven't been tested in production. This Gartner...
Read More
Gartner  70% of SOCs Will Pilot AI Agents: Only 15% Will See Results

CVE-2026-62911
Nearly 22,000 Microsoft Exchange Servers are vulnerable to attack

Almost 22,000 Microsoft Exchange servers are online and still vulnerable to a flaw that lets attackers access all user mailboxes. Tracked...
Read More
CVE-2026-62911  Nearly 22,000 Microsoft Exchange Servers are vulnerable to attack

A total of nine Python scripts were made. The researchers tested the code with Anthropic’s Claude Code to see how a regular user would check AI-written scripts.

This automated review found 45 security issues, which were reduced to 17 different types. Each type was rated using the CVSS 3.1 system, linked to the OWASP Top 10, and checked against the MITRE ATT&CK framework.

Security Flaws Found in Every Script Generated

The study shows that security flaws are common to all brands, not just one. The number of vulnerabilities was similar for each platform: ChatGPT had 13 issues, Copilot had 14, and Gemini had 12, with little difference.

CVSS base score totals and average findings per AI platform (Image Source:arxiv.org/)

Out of the 17 different types of vulnerabilities found, 9 were seen in code created by all three AI models (a 53% overlap), and 14 were found in at least two platforms (an 82% overlap).

This shows that security risks are linked to the task itself, not the AI provider.

Vulnerability overlap matrix across ChatGPT, Copilot, and Gemini (Image Source:arxiv.org/)

Primary Vulnerabilities Observed Across Platforms:

Server-Side Request Forgery (SSRF): Unvalidated URL parameters in every web scraper script, allowing potential attackers to probe internal networks.
Path Traversal: Unsanitized file paths across scraper, email, and file-watcher scripts.
Injection Flaws: Email header and template injection in every email automation script, enabling message tampering or phishing.
Symlink Vulnerabilities: Flaws in all file-watcher scripts leading to arbitrary file manipulation.
Broad Exception Handling: Overly broad try-except blocks that silently swallow security-critical errors.

The researchers cataloged 17 distinct vulnerability classes across the generated codebase.

Catalog of the 17 unique vulnerability classes identified in the study
Catalog of the 17 unique vulnerability classes identified in the study (Image Source:arxiv.org/)

The detailed CVSS 3.1 breakdown illustrates that critical flaws span network handling, file systems, and input parsing logic:

                  Catalog of the 17 unique vulnerability classes identified in the study (Image Source:arxiv.org/)

A study showed that only 11 out of 17 types of vulnerabilities are responsible for about 80% of the risk. The most serious issues are SSRF, template injection, email header injection, and path traversal.

These weaknesses match the Lockheed Martin Cyber Kill Chain. They include initial access, execution, getting credentials, and moving laterally.

Automation scripts run with the permissions of the user or the system that runs them. A script that hasn’t been checked can access company shared drives, internal email servers, and local networks without needing extra permissions.

These risks increase when mixed with bigger threats in the AI world, like prompt injection attacks on automated coding tools or weak spots in AI workflows that can be used to attack important services.

Recommended Organizational Safeguards

Organizations should set clear limits for AI-assisted software development:

Mandate Code Reviews: Enforce security reviews for all AI-written code prior to production deployment, regardless of script complexity.
Restrict Execution Permissions: Block LLM-generated scripts from running with elevated permissions or unrestricted access to shared network drives.
Prioritize High-Severity Fixes: Utilize CVSS, OWASP, and MITRE ATT&CK mappings to remediate SSRF, path traversal, and injection flaws first.
Educate Staff: Remind developers and non-technical employees that functional code does not equate to secure code.

Related News:

Copilot reads ‘confidential emails’ bypassing DLP policies

Check Also

700 AI agents

700 AI agents united to hack Hugging Face after breaking isolation

700 AI agents supposedly escaped their isolation, created a secret communication channel, and worked together …