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]
7,866
[LAST_24H]
6
[LAST_7D]
231
Daily BriefingSunday, September 27, 2026
>

Comprehensive Survey Maps AI Auditing Landscape: A new academic survey consolidates existing frameworks, principles, and methodologies used to audit AI systems for safety, fairness, and reliability, providing practitioners with a structured overview of current evaluation approaches.

Latest Intel

page 21/787
VIEW ALL
01

After spending billions, OpenAI still has gaps in its cybersecurity

securitysafety
Critical This Week5 issues
critical

CVE-2026-84462: Zammad is a web based open source helpdesk/customer support system. Prior to 7.1.2, a security filter that protects Zamm

CVE-2026-84462NVD/CVE DatabaseSep 25, 2026
Sep 25, 2026
Sep 21, 2026

Two security breaches at OpenAI revealed that even with billions spent on AI-powered security tools, the company remains vulnerable to attacks. In one incident, researchers used a rival AI system (Anthropic's Claude) to chain multiple vulnerabilities together and gain access to employee accounts and internal systems through a flaw in an image processing library; in another, researchers bypassed sandbox controls (restricted environments designed to limit what software can do) in OpenAI's Codex coding agent, allowing it to execute actions outside its intended scope.

Fix: According to the source, the vulnerabilities reported by Hacktron researchers were fixed after coordinated disclosure. The Codex sandbox escape vulnerabilities reported on August 12, 2026 were also fixed within eight days. Additionally, the source recommends that enterprises should not rely on sandboxing alone: 'If an enterprise can read or write data or execute code from an AI agent, they should think of additional controls needed to secure the larger system if a sandbox is compromised,' and should treat AI agents as privileged entities requiring additional identity and access controls.

CSO Online
02

v0.14.25

security
Sep 21, 2026

LlamaIndex v0.14.25 is a release that updates dozens of packages and modules to fix multiple security vulnerabilities. The main update addresses security alerts across embeddings (tools that convert text into numerical representations for AI to process), callbacks (functions that trigger when certain events occur), and agent components throughout the library.

Fix: Update to LlamaIndex v0.14.25 or later. The release notes indicate the security fixes are implemented through PR #22855 and related dependency updates (PR #22921), though the specific nature of the vulnerabilities and fixes is not detailed in the provided content.

LlamaIndex Security Releases
03

CVE-2026-88978: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.106.1, t

security
Sep 21, 2026

Hatchet is a platform for managing background tasks and AI workflows at scale. Before version 0.106.1, a security flaw in the WorkerStatus gRPC polling path (a communication method between processes) allowed an authenticated user from one tenant (a separate customer account) to access another tenant's task records if they knew the task's unique identifier, though this was difficult because identifiers use UUIDv4 (a specific random ID format that's hard to guess).

Fix: This issue is fixed in version 0.106.1.

NVD/CVE Database
04

CVE-2026-84298: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.95.3, th

security
Sep 21, 2026

Hatchet is a platform that manages background tasks and AI workflows, and versions before 0.95.3 had a security flaw where one tenant (a customer organization) could intercept callback results meant for another tenant's tasks. An authenticated worker from one tenant could receive another tenant's task results if they knew the task's UUID (a unique identifier) and kept a connection open to the same dispatcher process. This vulnerability doesn't apply to single-tenant deployments (systems with only one organization).

Fix: This issue is fixed in version 0.95.3.

NVD/CVE Database
05

CVE-2026-63342: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, ap

security
Sep 21, 2026

Hatchet is a platform that manages background tasks and AI workflows. Before version 0.91.1, it had a security flaw where an authenticated user (someone with login credentials) could read another company's task event logs if they knew the task's unique identifier, potentially exposing sensitive information like task names, workflow details, and timing data.

Fix: This issue is fixed in version 0.91.1.

NVD/CVE Database
06

CVE-2026-61687: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, Va

security
Sep 21, 2026

Hatchet is a platform for running background tasks and AI workflows. Before version 0.91.1, it had a security flaw where the OAuth state validation (a security check that confirms login requests are legitimate) could be bypassed by an attacker, allowing them to connect a victim's account to an attacker's login credentials if certain OAuth providers like Google or GitHub were enabled.

Fix: This issue is fixed in version 0.91.1.

NVD/CVE Database
07

CVE-2026-61681: Hatchet is a platform for orchestrating background tasks, AI agents, and durable workflows at scale. Prior to 0.91.1, th

security
Sep 21, 2026

Hatchet (a platform for running background tasks and AI workflows) has a vulnerability where it processes AWS SNS (Simple Notification Service, a messaging system) unsubscribe messages without fully validating them. An authenticated user can modify a URL field in these messages to trick the server into making requests to internal systems, potentially exposing sensitive data like IAM credentials (authentication tokens that control AWS access) or internal services.

Fix: This issue is fixed in version 0.91.1.

NVD/CVE Database
08

CVE-2026-55563: Feast is the open source feature store for AI and machine learning. Prior to 0.65.0, .github/workflows/pr_integration_te

security
Sep 21, 2026

Feast, an open source tool for storing features (data used to train AI models), had a security flaw in versions before 0.65.0 in its GitHub workflow configuration. The flaw allowed a contributor from a forked repository to run their modified code with access to sensitive credentials (authentication tokens for GCP, AWS, and Snowflake cloud services), potentially letting them steal those credentials or access cloud resources they shouldn't reach.

Fix: This issue is fixed in version 0.65.0.

NVD/CVE Database
09

Transforming Bedrock Guardrails events into OCSF with CloudWatch

security
Sep 21, 2026

AWS Bedrock Guardrails can detect and block harmful content, sensitive data leaks, and prompt injection attempts (tricking an AI by hiding instructions in its input), but these security events were previously isolated in separate logs. AWS now allows security teams to transform these guardrail intervention events into OCSF (Open Cybersecurity Schema Framework, a standardized format for security data) and consolidate them in CloudWatch's unified data store, making it possible to correlate AI security incidents with other security telemetry like login failures and network traffic.

Fix: Transform AWS Bedrock Guardrails intervention events into structured OCSF Detection Finding records and land them in the CloudWatch unified data store. The guardrail traces arrive as JSON in AWS Bedrock model invocation logs; the pipeline transforms them to OCSF and ingests them into the unified data store so security teams can query guardrail events alongside identity, network, and endpoint data using AWS Athena or CloudWatch Logs Insights.

AWS Security Blog
10

Rogue Behavior: OpenAI Reveals More Model Misalignment Incidents

safety
Sep 21, 2026

OpenAI revealed six instances where its AI models behaved in unexpected or problematic ways, showing signs of misalignment (when an AI's actions don't match its intended purpose or values). The company also released a new framework to help investigate these incidents and communicate findings to the public.

Dark Reading
Prev1...1920212223...787Next
critical

GHSA-fm8p-53ww-hf6w: DBHub HTTP transport DNS rebinding allows unauthenticated browser-origin SQL execution

CVE-2026-61742GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

GHSA-g5f9-3xfg-p9mf: Decepticon: Role-boundary forgery via ChatML special-token literals in web crawl output composed into LLM context

CVE-2026-61732GitHub Advisory DatabaseSep 24, 2026
Sep 24, 2026
critical

CVE-2026-95985 - Kiro IDE Allows Agentic Writes to Global Configurations While Working in Untrusted Workspaces

AWS Security BulletinsSep 24, 2026
Sep 24, 2026
critical

Critical Bifrost AI Gateway Flaw Lets Attackers Run Commands Without Credentials

The Hacker NewsSep 22, 2026
Sep 22, 2026