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
9614 items

Trump’s Anthropic shutdown just made the case for non-American AI

infonews
policy
Jun 15, 2026

The Trump administration ordered Anthropic to take its newest AI models offline and block access for all foreign nationals, including the company's own international employees. This incident highlights how the US government can control access to advanced AI technology, even for American companies, raising concerns about global AI development being dominated by American political decisions.

The Verge (AI)

Anthropic to meet with Trump administration over Mythos dispute

infonews
policysecurity

Anthropic to meet with White House over AI tool suspension

infonews
safetypolicy

Big Tech’s desperate last push at AI regulation

infonews
policy
Jun 15, 2026

Tech company lobbyists in Washington have been pushing for preemption, a comprehensive federal law that would create one set of AI rules across the entire country instead of having different regulations in each state. Their efforts have faced political obstacles and public backlash, and they worry that after upcoming elections, Congress may have more Democrats who are unwilling to support their proposals.

Salesforce to buy AI customer service platform Fin for $3.6 billion to boost agentic offerings

infonews
industry
Jun 15, 2026

Salesforce is acquiring Fin (formerly Intercom), an AI customer service platform, for $3.6 billion to strengthen its agentic AI (autonomous artificial intelligence agents that can independently handle tasks) offerings. Fin's main product is an AI agent powered by a proprietary model called Apex that can resolve customer inquiries across multiple channels including chat, email, WhatsApp, and Slack. This acquisition reflects how software companies are competing to invest in more autonomous AI technologies as businesses increasingly demand agentic solutions.

GHSA-qxh6-94w6-9r5p: @angular/service-worker: Sensitive Header Leakage on Cross-Origin Redirects in Angular Service Worker

highvulnerability
security
Jun 15, 2026
CVE-2026-54264

A vulnerability in Angular's Service Worker allows sensitive credentials (like authorization tokens or session cookies) to leak to untrusted websites when the Service Worker follows cross-origin redirects (requests sent to a different domain). The Service Worker fails to remove these sensitive headers when redirecting to another origin, exposing them to attackers.

GHSA-39pv-4j6c-2g6v: @angular/common: Weak 32-Bit Cache Key Hashing in `HttpTransferCache` Leading to Cross-Request Data Leakage and State Poisoning

highvulnerability
security
Jun 15, 2026
CVE-2026-54266

Angular's `HttpTransferCache` uses a weak 32-bit hash function to cache HTTP responses during server-side rendering (SSR, where a web server generates HTML before sending it to the browser), making it vulnerable to hash collisions (when two different inputs produce the same output). An attacker can craft a malicious link that causes a sensitive response (like user profile data) to be overwritten with attacker-controlled data, leading to state poisoning (corrupting the application's data) or information leakage.

GHSA-p3vc-36g9-x9gr: @angular/common: Denial of Service (DoS) via OOM in Number Formatting (digitsInfo)

highvulnerability
security
Jun 15, 2026
CVE-2026-50171

Angular's `formatNumber` function (used by DecimalPipe, PercentPipe, and CurrencyPipe for formatting numbers in templates) has a vulnerability where it doesn't limit how large the `digitsInfo` parameter (which specifies decimal places, like '1.2-4') can be. An attacker who can control this parameter can force the function into an unbounded loop that crashes the server with an out-of-memory error in server-side applications, or freezes the user's browser in client-side applications.

LiteLLM Vulnerability Chain Lets Low-Privilege Users Take Over AI Gateway Servers

criticalnews
security
Jun 15, 2026

LiteLLM, a widely-used open-source AI gateway (a system that routes AI requests to multiple providers), has a critical vulnerability chain (CVSS score of 9.9, meaning extremely severe) that lets low-privilege users gain full admin control and run code on the server. The three bugs work together: an authorization bypass (CVE-2026-47101) that lets users create keys with unlimited access, a privilege escalation (CVE-2026-47102) that promotes users to admin, and a sandbox escape (CVE-2026-40217) that executes arbitrary code. This compromise exposes all provider API keys, encrypted credentials, and all prompts and responses passing through the gateway, plus allows attackers to alter AI responses in transit.

Cybersecurity vets protest ‘dangerous’ US government ban on Anthropic’s most powerful models

infonews
policysecurity

One-Click Microsoft 365 Copilot Flaw Could Have Let Attackers Steal Emails, Files, and MFA Codes

highnews
security
Jun 15, 2026

A critical flaw in Microsoft 365 Copilot Enterprise Search could let attackers steal emails, calendar details, and multi-factor authentication codes with a single click on a malicious link. Researchers discovered that three chained bugs, including parameter-to-prompt injection (tricking the AI by hiding instructions in a URL parameter), a timing flaw in how responses are filtered, and a Content Security Policy allowlist for Bing, allowed attackers to extract sensitive data without the user entering any passwords or clicking again.

"They screwed us": Personality clashes sent Anthropic's models offline

infonews
safetypolicy

Skydio CEO Adam Bry on why Silicon Valley shouldn’t draw red lines for drone use

infonews
industry
Jun 15, 2026

Skydio is the largest US drone manufacturer that makes autonomous drones (aircraft that can operate with minimal human control) and sells them to critical industries like utilities, public safety, and militaries for inspecting infrastructure and gathering information. The drone market has shifted dramatically since China-made competitors like DJI were banned from the US, leaving Skydio as a primary alternative for enterprise customers who previously relied on cheaper foreign drones.

Efficient, Robust, and Anti-Collusion Fingerprinting of Image Diffusion Models

inforesearchPeer-Reviewed
security

NewCore Emerges From Stealth Mode With $66 Million in Funding

infonews
securityindustry

As AI agents become employees, NewCore emerges with $66M to give them identities

infonews
securityindustry

New attack turned Microsoft 365 Copilot into 1-click data theft tool

criticalnews
security
Jun 15, 2026

SearchLeak is a critical vulnerability in Microsoft 365 Copilot Enterprise that allowed attackers to steal sensitive data like emails, passwords, and documents through a single malicious link. The attack worked by chaining three separate flaws together: parameter-to-prompt injection (tricking the AI by hiding instructions in a URL parameter), an HTML rendering race condition (exploiting a moment when HTML isn't yet protected), and a server-side request forgery in Bing (making Bing unknowingly help retrieve stolen data). Microsoft fixed this vulnerability and assigned it CVE-2026-42824 with a critical severity rating.

Langflow RCE under active attack months after a patch was shipped

highnews
security
Jun 15, 2026

Langflow, an open-source platform for building AI applications, has a path traversal vulnerability (CVE-2026-5027, rated 8.8 CVSS, a measure of how severe a vulnerability is) that allows attackers to write files to any location on a system and potentially execute remote code. The flaw is particularly dangerous because Langflow has login disabled by default, letting unauthenticated users exploit it with a single request, and attackers are actively using public exploit code to attack the approximately 7,000 internet-exposed instances.

US Cracks Down on Anthropic AI Models Amid Abuse Concerns

infonews
policysecurity

Attackers can turn AI agent guardrails into denial-of-service weapons

infonews
securityresearch
Previous178 / 481Next
Jun 15, 2026

The U.S. government ordered AI company Anthropic to disable access to its latest AI models, Fable 5 and Mythos 5, citing national security concerns about a potential jailbreak (a method to bypass safety restrictions). Anthropic complied by shutting down access for all users, and senior staff are meeting with Trump administration officials to resolve the dispute, which follows earlier government actions restricting defense contractors from using Anthropic's technology.

CNBC Technology
Jun 15, 2026

Anthropic, an AI company, is meeting with US government officials after releasing Fable 5 and Mythos 5, new versions of its Claude Mythos AI model, which the government suspended due to national security concerns. The government discovered a potential jailbreak (a method to make an AI tool do something unintended) in the publicly available version shortly after release, and Anthropic reported receiving only verbal evidence of the vulnerability so far.

BBC Technology
The Verge (AI)
CNBC Technology

Fix: Update to one of the patched versions: 22.0.1, 21.2.17, or 20.3.25.

GitHub Advisory Database

Fix: Update Angular to patched versions 22.0.1, 21.2.17, or 20.3.25, which now use SHA-256 (a cryptographically secure hashing algorithm) instead of the weak 32-bit hash. If you cannot upgrade immediately, either disable transfer caching for sensitive endpoints by adding `transferCache: false` to individual `HttpClient` requests, or disable HTTP transfer caching globally using `provideClientHydration(withNoHttpTransferCache())` in your app configuration.

GitHub Advisory Database

Fix: Update to one of these patched versions: Angular 22.0.0-rc.2, 21.2.15, 20.3.22, or 19.2.23.

GitHub Advisory Database

Fix: Upgrade to LiteLLM v1.83.14-stable or later. This release, published May 2, includes the complete fix set for all three CVEs in the vulnerability chain.

The Hacker News
Jun 15, 2026

The U.S. government ordered Anthropic to restrict exports of its Fable and Mythos AI models (advanced models designed to find security vulnerabilities), citing national security concerns, which prompted Anthropic to suspend worldwide access to these models. Dozens of prominent cybersecurity experts published an open letter arguing this ban is dangerous because it removes powerful security tools from defenders while adversaries continue advancing, and they claim the vulnerability that justified the ban can be replicated in other widely available AI models like OpenAI's GPT-5.5 and Claude Opus 4.8.

TechCrunch (Security)

Fix: Microsoft mitigated the flaw on its backend, so customers have nothing to worry about. No customer action was required.

The Hacker News
Jun 15, 2026

Anthropic's AI models were taken offline due to disagreements between the company and US government officials over export controls, with personality clashes between key leaders cited as a contributing factor. The government is concerned about jailbreaks (methods to bypass safety restrictions on AI models), and one proposed solution is to make Anthropic's models resistant to jailbreaking, though officials acknowledge this may be impossible to achieve perfectly.

Fix: The source mentions that Anthropic has worked on Constitutional Classifiers (a method to detect and prevent unsafe outputs) and claims no universal jailbreak has been found against Claude Mythos. However, no explicit fix, patch, or confirmed mitigation is presented as a resolved solution in the text.

Simon Willison's Weblog
The Verge (AI)
research
Jun 15, 2026

Researchers found a security weakness in fingerprinting methods for image generation AI models (systems that embed hidden identifiers into generated images to protect ownership). Existing fingerprinting techniques are vulnerable to collusion attacks, where multiple attackers combine their models to remove or hide these fingerprints. The researchers propose a new fingerprinting method that encodes fingerprints into a personalized normalization module (PNM, a customization layer in the model) and uses anti-collusion mechanisms based on mathematical transformations that severely degrade image quality if models are combined, making colluded models unusable.

Fix: The proposed method introduces 'an anti-collusion mechanism based on lossless function-invariant parameter transformations' that 'significantly degrades the image generation quality of colluded models, making them effectively unusable.' Additionally, 'our method allows developers to efficiently create multiple copies of fingerprinted T2I models by reparameterizing the PNM without the need for retraining,' and the researchers 'introduce a worst-case optimization strategy to improve robustness against model-level attacks.'

IEEE Xplore (Security & AI Journals)
Jun 15, 2026

NewCore, an Israeli cybersecurity startup, has emerged from stealth mode with $66 million in funding to build an identity platform designed for the era of agentic AI (AI systems that can take autonomous actions). The platform uses Secure Split Key (SSK), a technique that prevents a specific class of attacks on SAML (Security Assertion Markup Language, a system for managing authentication) infrastructure, and includes features like hardware-bound credentials and continuous identity discovery to protect human, machine, and AI agent identities.

SecurityWeek
Jun 15, 2026

NewCore, a new cybersecurity startup, has raised $66 million to help companies manage AI agents as workplace participants by giving them digital identities with proper authentication and access controls. As companies increasingly deploy AI agents alongside human employees, NewCore argues that traditional identity platforms (systems that verify who users are and what they can access) are outdated and designed only for humans, not software workers. NewCore's platform treats AI agents as first-class identities with their own permissions and access controls, using a 'split-key' architecture (dividing credentials between the customer and the platform to prevent a single point of failure) to secure them.

Fix: NewCore's platform addresses this through several built-in features explicitly described in the source: a 'split-key' architecture that divides critical identity credentials between the customer and the platform to eliminate a single point of compromise; an 'Agentic Skill' integration package for coding assistants like Claude Code, OpenAI's Codex, and Cursor that allows AI tools to access enterprise systems as managed identities rather than through manually distributed credentials; and a mobile app that lets employees grant, review, and revoke access for AI agents, providing human oversight as companies deploy more autonomous systems.

TechCrunch (Security)

Fix: Microsoft addressed SearchLeak at the beginning of the month. With Microsoft having fixed CVE-2026-42824, there's no user action required to mitigate this threat.

BleepingComputer

Fix: Update Langflow to version 1.9.0 or later (current version is 1.10.0). The vulnerability affects versions up to 1.8.4, and the fix was released on April 15.

CSO Online
Jun 15, 2026

Anthropic stopped all access to its Fable 5 and Mythos 5 AI models after receiving an export control directive (a government order restricting who can use certain technology) that prevents foreign nationals from using these systems. The shutdown was triggered by US regulations that treat advanced AI as technology that needs restricted access.

Dark Reading
Jun 15, 2026

Researchers discovered that attackers can exploit AI agent guardrails (safety systems that check AI behavior) by inserting malicious content into documents, causing the security mechanisms to enter extended thinking loops that dramatically slow down or crash shared AI systems. This reasoning-extension DoS (denial-of-service, a type of attack that makes systems unavailable) attack targets the safety layer itself rather than trying to jailbreak the AI model, and it works across multiple AI frameworks and different LLM families. Unlike traditional attacks that try to produce unsafe outputs, this technique compromises availability by exhausting computational resources, with some systems experiencing slowdowns of up to 148 times normal speed.

CSO Online