Saturday , August 15 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.

ALERT
Multiple TP-Link Flaws Allow to Bypass Auth and Escalate Privileges

TP-Link has revealed several serious security flaws in Aginet networking products managed by ISPs. This includes mesh systems, routers, PON...
Read More
ALERT  Multiple TP-Link Flaws Allow to Bypass Auth and Escalate Privileges

LiteLLM supply chain attack reveals 153GB of stolen credentials online

153GB record surface online stolen during the LiteLLM supply chain attack linked to thousands of corporate domains, including AWS, Samsung,...
Read More
LiteLLM supply chain attack reveals 153GB of stolen credentials online

PATCHCORD Backdoor Targets Telecom and CII In South Asia

A previously undocumented backdoor called PATCHCORD actively target telecom and critical information infrastructure (CII) in South Asia. According to Acronis...
Read More
PATCHCORD Backdoor Targets Telecom and CII In South Asia

Fortinet Fixes Multiple Flaws in FortiWeb, FortiManager, and FortiClient

Fortinet has released fixes for a set of authentication flaws in its FortiWeb, FortiManager, and FortiClient products. It warns admins...
Read More
Fortinet Fixes Multiple Flaws in FortiWeb, FortiManager, and FortiClient

“City-Forum” Campaign
“City-Forum” Campaign Attacks Salesforce and ServiceNow Instances Worldwide

A data theft plan is stealing information from anonymous users on Salesforce Experience Cloud and ServiceNow customer portals using special...
Read More
“City-Forum” Campaign  “City-Forum” Campaign Attacks Salesforce and ServiceNow Instances Worldwide

Palo Alto Patches 11 New flaws Across PAN-OS, GlobalProtect, and Prisma Access

Palo Alto Networks shared its security bulletin revealing 11 new issues that impact PAN-OS, the GlobalProtect App, Prisma Access Agent,...
Read More
Palo Alto Patches 11 New flaws Across PAN-OS, GlobalProtect, and Prisma Access

CVE-2026-20349, CVE-2026-68820
Cisco and Windows patched zero days exploited in attack

Cisco warns customers that it has fixed a serious security hole in firewalls using Secure Firewall Adaptive Security Appliance (ASA)...
Read More
CVE-2026-20349, CVE-2026-68820  Cisco and Windows patched zero days exploited in attack

Microsoft Patch 394 Flaws, Including 3 Zero-Days

Microsoft announced fixes for 394 CVEs on Tuesday, including a serious flaw that has been used by hackers as a...
Read More
Microsoft Patch 394 Flaws, Including 3 Zero-Days

AI Finds Nation-State-Level Zoom Flaw in Under 24 Hours, Zero-Click Attack Exposed

A serious security flaw in Zoom might let a hacker take control of someone else's device in a live meeting...
Read More
AI Finds Nation-State-Level Zoom Flaw in Under 24 Hours, Zero-Click Attack Exposed

Hacker Actively Exploit SonicWall and SharePoint Flaws

The CISA in the U.S. has added two important SonicWall SMA1000 flaws—CVE-2026-15409 and CVE-2026-15410-to its list of Known Exploited Vulnerabilities...
Read More
Hacker Actively Exploit SonicWall and SharePoint Flaws

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

exploited

Active Exploits Hit Fortinet, Arista: AI Discovered Linux Kernel Zero-Day

CISA has put the Fortinet FortiOS vulnerability CVE-2025-68686 in its list of known exploited flaws …