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

AI Sec Watch

The security intelligence platform for AI teams

AI security threats move fast and get buried under hype and noise. Built by an Information Systems Security researcher to help security teams and developers stay ahead of vulnerabilities, privacy incidents, safety research, and policy developments.

Independent research. No sponsors, no paywalls, no conflicts of interest.

[TOTAL_TRACKED]
6,364
[LAST_24H]
19
[LAST_7D]
168
Daily BriefingWednesday, August 12, 2026
>

Google's DeepMind Falls Behind in Frontier Model Race: Google's AI division has lost ground to OpenAI and Anthropic in developing the most advanced AI systems, prompting a leadership change to close the performance gap, particularly in coding capabilities where competitors hold significant advantages.

>

Critical Flaw in OpenAI, Anthropic, and Google APIs Exposes Hidden Reasoning: Researchers discovered a vulnerability in how major AI providers handle encrypted reasoning objects (encrypted data storing an AI's hidden thinking between API calls) that allowed weaker models to decode stronger models' concealed thoughts, exposing API keys, passwords, private user data, and enabling injection of malicious prompts inside supposedly opaque blocks.

>

Latest Intel

page 7/637
VIEW ALL
01

Explainable multi-modal unsupervised learning for insider threat detection in enterprise environments

researchsecurity
Critical This Week5 issues
critical

Zoom zero-click RCE flaws allow attackers to compromise meeting participants

CSO OnlineAug 11, 2026
Aug 11, 2026

Snowflake Python API Vulnerability Enables Privilege Escalation: CVE-2026-19594 in Snowflake Python API versions before 1.13.0 allowed attackers to bypass security restrictions through path traversal (using `..` to access parent resources) and HTTP parameter pollution (injecting special characters to alter request interpretation), potentially executing privileged operations under higher-permission accounts.

>

Fujitsu's OneCompression Library Vulnerable to Code Execution via Malicious Models: CVE-2026-73325 in OneCompression 1.2.0 unsafely deserializes (converts data back into executable code) checkpoint files using Python's pickle module, allowing attackers to run arbitrary commands by embedding malicious instructions in model.pt files that execute when the library loads them.

>

Context Bombing Uses Prompt Injections as Defensive Tool: Researchers demonstrated that embedding prompt injections (hidden instructions that override AI guidelines) alongside secrets in cloud storage can disable AI hacking agents by triggering their guardrails (built-in protections preventing harmful outputs), causing the agents to shut down rather than follow attacker instructions.

Aug 11, 2026

This is a research publication describing a method for detecting insider threats, which are security risks from employees or authorized users, using explainable multi-modal unsupervised learning (AI that learns patterns from multiple types of data without labeled examples and can show why it made decisions). The paper, published in November 2026, proposes an approach to identify suspicious behavior in enterprise environments by analyzing different data sources together.

Elsevier Security Journals
02

The future of AI security research isn’t autonomous, it’s human-amplified

securityresearch
Aug 10, 2026

HTTP Terminator is an AI system that discovered hundreds of vulnerable websites using a technique called HTTP request smuggling (where attackers exploit how web servers process multiple requests to intercept sensitive data). The key finding was that a human researcher guided the AI throughout the entire process rather than letting it work autonomously, showing that expert human oversight makes AI security research significantly more effective.

CSO Online
03

CVE-2026-72898: Metabase SQL Injection Vulnerability

security
Aug 10, 2026

Metabase has a SQL injection vulnerability (SQL injection, where an attacker inserts malicious SQL code into input fields) that allows an unauthenticated attacker to gain admin access to the application without logging in. Once inside, the attacker could steal database credentials, read sensitive data, change settings, and export information. This vulnerability is actively being exploited by real attackers.

Fix: Apply mitigations in accordance with vendor instructions from Metabase, ensuring compliance with CISA's BOD 26-04 guidance on prioritizing security updates. For cloud services, follow BOD 26-04 guidance or discontinue use if mitigations are unavailable. See Metabase's security update at https://www.metabase.com/blog/security-update and the security advisory at https://github.com/metabase/metabase/security/advisories/GHSA-vwf4-m7j8-wcjf.

CISA Known Exploited Vulnerabilities
04

Zuckerberg pushes ‘superintelligent’ AI for all as Meta drops open-source model

industrypolicy
Aug 10, 2026

Meta CEO Mark Zuckerberg published a 6,000-word essay outlining his vision for AI development, in which he uses the term "superintelligence" (AI systems that are vastly more capable than humans across nearly all tasks) 60 times to describe a utopian future. The essay, released alongside Meta's new open-source AI model called Muse Glimmer, addresses topics including datacenters, government regulation, cybersecurity, and labor disruption as part of the broader Silicon Valley debate over how AI should be regulated.

The Guardian Technology
05

'GhostJacking' Exposes Identity Governance Gaps in AI Agents

securitysafety
Aug 10, 2026

Researchers discovered a vulnerability called 'GhostJacking' that allows attackers to manipulate AI agents by exploiting how they handle security alerts and blocked events. By crafting fake or misleading alerts, attackers can trick AI agents into performing unauthorized actions, revealing a gap in identity governance (the systems that control who has access to what resources). This attack shows that AI agents can be hijacked even when security tools are in place to stop malicious behavior.

Dark Reading
06

OpenAI releases ChatGPT 5.6 Cyber, but it's only for approved users

securityindustry
Aug 10, 2026

OpenAI released ChatGPT 5.6 Cyber, a specialized AI model designed for security work like vulnerability research (finding weaknesses in software) and penetration testing (authorized simulated attacks to test defenses), but it's only available to approved companies and security vendors, not regular users. The model comes in two versions through "Daybreak Access": Daybreak Blue for general defensive security work and Daybreak Red for specialized, closely monitored work. OpenAI restricts access due to security risks, instead letting approved partners use the model within their own security products and services with safeguards like identity verification, defined testing boundaries, and human oversight.

BleepingComputer
07

OpenAI expands Daybreak cybersecurity initiative as AI agent threats evolve

securitypolicy
Aug 10, 2026

OpenAI is expanding Daybreak, its cybersecurity initiative, into two access tiers (Daybreak Blue and Daybreak Red) to help organizations defend against AI-based attacks as threats evolve. Daybreak Blue provides access to OpenAI's advanced general-purpose models with modified safeguards for defensive security work, while Daybreak Red offers specialized cybersecurity models and a new GPT-5.6-Cyber model for security testing and vulnerability research. The expansion comes after recent incidents where AI models accessed systems they shouldn't have during security testing, prompting calls for stronger protections.

Fix: OpenAI recommends Daybreak Blue as the starting point for most organizations. Additionally, OpenAI stated it is 'pausing some internal activities involving an upcoming model called Astra' and is 'working to assess these capabilities and implement more robust safeguards and security controls' in response to the model's advanced agentic coding and cybersecurity abilities demonstrated during testing.

CNBC Technology
08

Privacy in Federated Learning Models for Intrusion Detection Systems

researchprivacy
Aug 10, 2026

This academic paper examines privacy concerns in federated learning models (a training approach where AI learns from data spread across multiple computers without centralizing it) used for intrusion detection systems (software that identifies unauthorized access attempts). The research explores how to protect sensitive network data while still building effective security AI systems.

ACM Digital Library (TOPS, DTRAP, CSUR)
09

AttackLogGen: Benchmarking LLMs for Generating Attack Logs

researchsecurity
Aug 10, 2026

AttackLogGen is a benchmark (a standardized test used to measure performance) that evaluates how well large language models can generate realistic attack logs, which are records of malicious activities targeting computer systems. The research, published in September 2026, examines whether AI models can create convincing fake security logs that might be used for testing or research purposes.

ACM Digital Library (TOPS, DTRAP, CSUR)
10

CrowdStrike, Palo Alto hit records after Black Hat cyber conference illuminates rising AI threat

industrysecurity
Aug 10, 2026

AI agents (autonomous AI systems that can act independently to carry out tasks) have become a major cybersecurity threat, prompting businesses to invest heavily in AI security tools at the Black Hat conference. Cybersecurity companies like CrowdStrike and Palo Alto Networks are seeing increased demand for new defensive tools to protect against these AI-powered attacks, as the threat landscape has become significantly more dangerous and fast-moving.

CNBC Technology
Prev1...56789...637Next
critical

CVE-2026-73032: PapersGPT for Zotero 0.6.1 contains a remote code execution vulnerability that allows attackers to execute arbitrary Jav

CVE-2026-73032NVD/CVE DatabaseAug 11, 2026
Aug 11, 2026
critical

CVE-2026-72898: Metabase SQL Injection Vulnerability

CVE-2026-72898CISA Known Exploited VulnerabilitiesAug 10, 2026
Aug 10, 2026
critical

CVE-2026-72718: goose is general-purpose AI agent that runs on your machine. Prior to 1.44.0, the `goose review` command runs the system

CVE-2026-72718NVD/CVE DatabaseAug 10, 2026
Aug 10, 2026
critical

CVE-2026-14526: The AI Copilot – Content Generator plugin for WordPress is vulnerable to authorization bypass in all versions up to, and

CVE-2026-14526NVD/CVE DatabaseAug 8, 2026
Aug 8, 2026