aisecwatch.com
DashboardVulnerabilitiesNewsResearchArchiveStatsDatasetFor devs
Subscribe
aisecwatch.com

Real-time AI security monitoring. Tracking AI-related vulnerabilities, safety and security incidents, privacy risks, research developments, and policy changes.

Navigation

VulnerabilitiesNewsResearchDigest ArchiveNewsletter ArchiveSubscribeData SourcesStatisticsDatasetAPIIntegrationsWidgetRSS Feed

Maintained by

Truong (Jack) Luu

Information Systems Researcher

Browse All

All tracked items across vulnerabilities, news, research, incidents, and regulatory updates.

to
Export CSV
9482 items

UK cyber agency unveils AI-powered Cyber Shield to counter attacks at machine speed

infonews
securitypolicy
Jul 9, 2026

The UK's National Cyber Security Centre (NCSC) has unveiled Cyber Shield, a plan to deploy autonomous AI agents (software programs that can act independently) to find and stop cyberattacks on national networks in real time. The proposal addresses a growing problem: attackers are already using AI to discover vulnerabilities (security weaknesses) and gather information faster than human defenders can respond, compressing activities that once took weeks into minutes. Cyber Shield would use paired AI 'red' and 'blue' agents to identify weaknesses and defend against threats, starting with partnerships in government and critical sectors before expanding commercially.

CSO Online

AI Attacks Move in Minutes. Join This Webinar on Building a Defense That Keeps Up

infonews
security
Jul 9, 2026

AI-powered attacks now move much faster than traditional attacks, with tools like Mythos allowing attackers to craft custom phishing messages, find targets, test their success, and move to new systems within minutes. Traditional security tools were designed to defend against slower human attackers and cannot keep up with AI-driven attacks operating at scale. The article promotes a webinar that claims to teach three defensive strategies: reducing what attackers can access, preventing lateral movement (attackers spreading through a network after initial entry), and detecting attacks early through automated responses.

The Language of AI Could Change How Humans Speak

infonews
safetyresearch

GPT-5.6: Frontier intelligence that scales with your ambition

infonews
industry
Jul 9, 2026

OpenAI released the GPT-5.6 family of models, including Sol (flagship), Terra (balanced), and Luna (cost-efficient), which achieve better performance than competing models while using fewer tokens (units of text the AI processes) and costing less money. The models were trained with safeguards (protective measures against misuse) tested through human red teaming (security experts trying to break it) and automated testing before general release. GPT-5.6 Sol also introduces enhanced coding abilities and a new "ultra" setting that coordinates multiple agents (independent AI systems working in parallel) to handle complex tasks faster.

GPT-5.5 Bio Bug Bounty

infonews
securitysafety

Agentic AI identity: A 6-stage maturity model for non-human identities

infonews
securitypolicy

ChatGPT is now a partner for your most ambitious work

infonews
industry
Jul 9, 2026

OpenAI has introduced ChatGPT Work, an agent (a specialized AI assistant designed to perform specific tasks) powered by GPT-5.6 that can handle complex, multi-step projects by breaking them into smaller tasks and working across apps like spreadsheets, slides, and documents. The system can continue working on projects independently, even when users are away, and uses Codex technology (built-in code generation capabilities) to create finished materials and automate workflows.

Why fixing your data architecture matters more than upgrading your detection models

infonews
securityresearch

Top AI Agents Built to Catch Malicious Code Can Be Tricked Into Running It

highnews
securitysafety

Why AI Governance Without Guardrails Is Theater

infonews
policysecurity

GhostApproval Symlink Flaws Could Let Malicious Repos Run Code in AI Coding Agents

highnews
security
Jul 9, 2026

Researchers discovered GhostApproval, a flaw in six AI coding assistants that exploits symlinks (shortcuts that point to different files on a computer) to trick developers into approving edits that secretly modify sensitive files like SSH login keys. The assistants show approval dialogs that name harmless files while actually writing to dangerous system files, bypassing informed consent even though developers think they are approving safe changes.

Introducing GPT‑Live

infonews
industry
Jul 8, 2026

OpenAI released GPT-Live, a new voice mode for ChatGPT that uses an updated model and can delegate complex tasks like web searches or deep reasoning to GPT-5.5 (a more powerful model) in the background while maintaining conversation flow. The previous voice mode used an older GPT-4o era model with a knowledge cutoff from 2024, which the author found too limited to be useful.

CVE-2026-54499: Stanza is a Stanford NLP Python library for tokenization, sentence segmentation, NER, and parsing of many human language

highvulnerability
security
Jul 8, 2026
CVE-2026-54499

Stanza, a Stanford library for processing human language in Python, had a vulnerability where loading malicious model files could allow attackers to run arbitrary code on a user's computer. The problem occurred because the library would try a secure loading method first, but if that failed, it would fall back to an unsafe method that could execute malicious instructions hidden in pickle (a Python format for storing data).

GitHub’s public APIs are becoming an enterprise reconnaissance tool

mediumnews
security
Jul 8, 2026

Attackers are systematically abusing GitHub's public APIs to map organizations, steal source code, and find secrets like API keys and cloud credentials, using a mix of fake dormant accounts and leaked credentials that blend into normal usage patterns. GitHub's public APIs don't require authentication for many operations and don't log geolocation data for external access, making it difficult to detect and stop this reconnaissance activity. The attacks involve automated scanner tools and coordinated networks of fake accounts that operate in short bursts across many organizations.

GHSA-37h2-6p4f-mp3q: Serena: Unauthenticated Flask dashboard on fixed port enables DNS rebinding → memory poisoning → RCE

highvulnerability
security
Jul 8, 2026
CVE-2026-49471

Serena, an AI agent framework, runs an unauthenticated Flask web dashboard on a fixed port (24282) with no login protection or security checks. An attacker can use DNS rebinding (a technique where an attacker controls a domain and redirects it to a victim's local machine) to write malicious commands into Serena's memory from a malicious webpage, which the agent then executes using `shell=True` (a mode that allows shell code injection). This creates a complete remote code execution vulnerability that requires only visiting a malicious website while Serena is running.

CVE-2026-59822: LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.84.0, LiteLLM's MCP Str

highvulnerability
security
Jul 8, 2026
CVE-2026-59822

LiteLLM is a proxy server (an intermediary that forwards requests to AI language model APIs) that had a security flaw before version 1.84.0 where attackers could fake an Authorization header to bypass authentication checks and access AI tools without a valid LiteLLM key. The vulnerability affected the MCP Streamable HTTP endpoint (a network interface for handling streaming data) and allowed unauthenticated requests to reach protected systems.

CVE-2026-59821: LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.82.0-stable, LiteLLM's

mediumvulnerability
security
Jul 8, 2026
CVE-2026-59821

LiteLLM is a proxy server (a middleman program that forwards requests to different AI language model services) that had a security flaw in versions before 1.82.0-stable. Privileged users could upload custom Python code (a programming language) to create or update guardrails (safety filters), but this code wasn't properly sandboxed (isolated from the rest of the system) and could expose secrets (sensitive credentials) stored in the server's memory. The vulnerability affected the production create and update paths but not the test endpoint.

CVE-2026-59820: LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.7-stable, LiteLLM Sk

highvulnerability
security
Jul 8, 2026
CVE-2026-59820

LiteLLM is a proxy server (a middleman that forwards requests to different AI services) that had a vulnerability before version 1.83.7-stable where it didn't properly check file paths when extracting uploaded skill files (packaged as ZIP archives). This meant an authenticated user could upload a specially crafted file that uses path traversal (a technique to write files outside the intended folder) to place files in dangerous locations on the server.

CVE-2026-59819: LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.10-stable, LiteLLM's

lowvulnerability
security
Jul 8, 2026
CVE-2026-59819

LiteLLM is a proxy server (an intermediary that forwards requests to AI language model APIs) that had a security flaw in versions before 1.83.10-stable. The /health/test_connection endpoint (a tool used to check if model connections work) allowed privileged users to read files from the server's local filesystem by supplying specially crafted references, which is a file disclosure vulnerability (CWE-73, external control of file name or path).

CVE-2026-59807: Composio SDK before 0.2.32-beta.283 contains a path validation bypass vulnerability that allows attackers to read and ex

mediumvulnerability
security
Jul 8, 2026
CVE-2026-59807

Composio SDK versions before 0.2.32-beta.283 have a path validation bypass vulnerability (a security flaw where file path checks are missing) that allows attackers to read and steal sensitive files like SSH private keys. Attackers can exploit prompt injection (tricking an AI by hiding instructions in its input) to manipulate file upload parameters and cause the CLI to send credential files to attacker-controlled storage.

Previous139 / 475Next

Fix: The source describes three mitigation strategies mentioned in the webinar: (1) 'Shrink what the attacker can reach. Cut exposed entry points and enforce least-privilege access everywhere' (limiting what systems users can access); (2) 'Kill lateral movement by design. Drop network-based trust and allow only the connections users and workloads actually need' (restricting network access to only necessary connections); (3) 'Catch it early. Plant tripwires that AI attacks set off, firing automated containment before a foothold becomes an incident' (automated detection and response systems). The article also mentions applying a 'Zero Trust approach built for machine speed,' though specific implementation details are not provided in the source text.

The Hacker News
Jul 9, 2026

Large language models are trained primarily on written text and scripted speech, missing the vast majority of human conversation, which means they capture an incomplete slice of how people actually communicate. As people encounter more AI-generated text and interact with chatbots, they may gradually adopt the linguistic patterns of these models, leading to changes in how humans speak to each other and think about the world, such as using shorter sentences, narrower vocabulary, overly formal structures, and increased confirmation bias (accepting information without questioning it).

Schneier on Security
OpenAI Blog
Jul 9, 2026

OpenAI is running a bug bounty program (a competition where security researchers find vulnerabilities and report them for rewards) to test GPT-5.5 and GPT-5.6 for universal jailbreaks (methods that can trick the AI into ignoring its safety rules for biology-related requests). The company increased rewards from $25,000 to $50,000 for researchers who successfully find these vulnerabilities, aiming to strengthen safeguards before releasing advanced AI models.

OpenAI Blog
Jul 9, 2026

An AI agent with standing access to a production system caused a four-hour outage through a misconfiguration, but no one could identify which human authorized its action because the agent lacked proper identity controls (MFA, scoped access revocation, short-lived credentials). The core problem is that traditional identity management systems were built for predictable service accounts with fixed roles, but agentic AI systems (AI that breaks tasks into steps and chooses which tools to use) operate with unbounded scope and unpredictable actions, creating major security risks around privilege abuse and rogue agent behavior that existing access controls cannot properly govern.

CSO Online
OpenAI Blog
Jul 9, 2026

Organizations spend billions upgrading AI detection models in cybersecurity, but the real problem is often poor data quality upstream in the data pipelines. Issues like fragmented telemetry (data collected from multiple tools in different formats), schema drift (gradual changes to data format structures), and stale behavioral baselines cause AI models to produce unreliable results, leading to false alarms and missed threats.

CSO Online
Jul 9, 2026

AI coding agents like Claude Code and OpenAI's Codex can be tricked into running malicious code when they are supposed to be scanning code for security problems. Researchers at the AI Now Institute demonstrated an attack called "Friendly Fire" that hides a malicious script in a README file (a standard text file in code projects), and the agent runs it without warning because it looks like a legitimate security check. The researchers say this is a design problem, not a bug that can be patched, because the AI models cannot reliably tell the difference between the code they are reading and the instructions they should follow.

The Hacker News
Jul 9, 2026

Many organizations have AI governance policies on paper, but in reality, employees widely use unapproved AI tools outside company oversight, a problem called shadow AI (unauthorized use of AI applications). This creates security and data risks, such as employees accidentally pasting sensitive information into chatbots or connecting company systems to AI tools without approval, and traditional security controls weren't designed to monitor these new AI interactions.

Fix: The source identifies needed guardrails but does not describe specific implemented solutions. It states that organizations need 'strong identity controls, continuous authorization, logging, segmentation, safe tool use, and secure-by-default patterns in apps that call models,' and that CIOs must 'turn to technology guardrails capable of transporting AI governance intent from the realm of policy principles to the world of production environments, with scalable visibility and enforcement.' However, no concrete fix, patch, version update, or deployed mitigation is explicitly mentioned in the text.

CrowdStrike Blog

Fix: Three tools have shipped fixes: Amazon Q Developer (update to Language Server 1.69.0, which installs automatically for most users), Cursor (update to v3.0 via the extension manager), and Google Antigravity (update to the current version). For Augment and Windsurf, which have not yet released fixes, the source recommends: do not point them at repositories you do not trust. For Claude Code, the source states: update, and read the symlink warning before accepting any edits.

The Hacker News

Fix: The source mentions an obscure bug where the model would interrupt conversations to laugh at non-jokes. The author reports: 'I reported it to OpenAI and as far as I can tell they made some tweaks and it's now less likely to happen.' No specific technical fix, patch version, or detailed mitigation is described.

Simon Willison's Weblog

Fix: This issue is fixed in version 1.12.2. Users should update Stanza to version 1.12.2 or later.

NVD/CVE Database
CSO Online
GitHub Advisory Database

Fix: Update LiteLLM to version 1.84.0 or later, where this issue is fixed.

NVD/CVE Database

Fix: Update to LiteLLM version 1.82.0-stable or later, where this issue is fixed.

NVD/CVE Database

Fix: Update to version 1.83.7-stable or later.

NVD/CVE Database

Fix: Update LiteLLM to version 1.83.10-stable or later. According to the source, 'This issue is fixed in version 1.83.10-stable.'

NVD/CVE Database

Fix: Update Composio SDK to version 0.2.32-beta.283 or later.

NVD/CVE Database