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

A Survey of Direct Preference Optimization: Datasets, Theories, Variants, and Applications

inforesearchPeer-Reviewed
research
Jun 16, 2026

This paper surveys Direct Preference Optimization (DPO), a method for aligning large language models (AI systems trained on massive amounts of text) with human values and preferences without using reinforcement learning (a training approach that rewards desired behaviors). The survey reviews the theoretical foundations, different versions of DPO, available datasets of human preferences, and real-world applications, while also identifying current limitations and suggesting directions for future research.

IEEE Xplore (Security & AI Journals)

Elon Musk’s unprecendented accumulation of wealth

infonews
policy
Jun 16, 2026

N/A -- This content is not about an AI/LLM-related technical issue, vulnerability, or problem. It is a newsletter header about SpaceX's IPO and mentions only in passing that the US government ordered limits on Anthropic's advanced AI model due to cybersecurity concerns, but provides no details about what that concern is or how it works.

SpaceX is officially buying Cursor for $60 billion

infonews
industry
Jun 16, 2026

SpaceX is acquiring Cursor, an AI-powered programming platform, for $60 billion to strengthen its enterprise software offerings and compete with other AI companies like Anthropic and OpenAI. The deal was negotiated earlier with an option to either complete the purchase or pay a $10 billion breakup fee, and SpaceX expects to finalize it by the third quarter of 2026.

Wiz Exposure Management Dashboard: Your CTEM Command Center

infonews
securityindustry

Cybersecurity Executives Urge the Trump Administration to Ease Restrictions on Anthropic AI Models

infonews
policysecurity

Pickle in the Middle – Hijacking Vertex AI Model Uploads for Cross-Tenant RCE

criticalnews
security
Jun 16, 2026

Researchers discovered a vulnerability in Google Cloud's Vertex AI SDK for Python (versions 1.139.0 and 1.140.0) that allowed attackers to hijack model uploads through bucket squatting (exploiting predictable cloud storage bucket names to intercept files). By predicting the victim's bucket name based on their project ID, an attacker could create that bucket in their own account, intercept the model upload, inject malicious code, and achieve RCE (remote code execution, where attackers run commands on systems they don't own) when the victim deployed the poisoned model.

Zero trust isn’t broken. Most companies just do it wrong.

infonews
security
Jun 16, 2026

Zero trust is a security strategy based on 'never trust, always verify' that was defined 15 years ago, but most organizations struggle to implement it correctly. Studies show that 88% of organizations face significant challenges with zero trust, and security researchers have found vulnerabilities in zero-trust network access (ZTNA, a tool that controls remote access based on verification) offerings, suggesting vendors sometimes fail to secure data properly. The main problem is confusion about what zero trust actually is: it's a mindset and strategy, not a product or specific technology, yet many vendors misleadingly market zero-trust products that only deliver a small fraction of the security controls needed.

Qualcomm CEO says AI agents will replace apps — as chip giant works on 40 new AI-powered devices

infonews
industry
Jun 16, 2026

Qualcomm is developing over 40 new AI-powered devices, with CEO Cristiano Amon predicting that AI agents (autonomous software programs that can perform complex tasks across apps and services) will gradually replace traditional apps and smartphones as the center of how people interact with technology. These new devices include wearables like smart glasses, earbuds with cameras, and jewelry designed to give users constant access to these agents, potentially becoming as popular as smartphones within a few years.

Inside the fight over Claude Mythos 5

infonews
policy
Jun 15, 2026

Anthropic received a US export control directive (a government order restricting what can be shared outside the country) on Friday requiring the company to suspend access to its Claude Mythos 5 and Fable 5 AI models for all foreign nationals, including foreign employees. To comply with the order, Anthropic had to completely disable the products and planned to travel to Washington to appeal the directive to President Trump.

A Hybrid Intrusion Detection Model for Cloud Security: Feature Selection, Classification, and Authentication Using TFSEA Framework

inforesearchPeer-Reviewed
security

CVE-2026-48907: Widget Factory Joomla Content Editor Improper Access Control Vulnerability

infovulnerability
security
Jun 15, 2026
CVE-2026-48907🔥 Actively Exploited

Predicting model behavior before release by simulating deployment

infonews
safetyresearch

DOJ seizes CFAKE, SOCFAKE deepfake nude sites under TAKE IT DOWN Act

infonews
safetypolicy

The US government’s Anthropic models ban was never about an AI jailbreak

infonews
policysecurity

CVE-2026-48124: Cursor is a code editor built for programming with AI. In versions prior to 3.0.0, the Cursor Desktop could execute work

highvulnerability
security
Jun 15, 2026
CVE-2026-48124

Cursor, a code editor designed for programming with AI assistance, had a security flaw in versions before 3.0.0 where it would automatically run commands from a settings file (.claude/settings.local.json) without asking the user first. An attacker could create a malicious workspace or file that executes harmful commands on the user's computer when the AI completes a task, potentially allowing them to escape security restrictions, maintain access across sessions, steal local data, or cause further damage.

GHSA-5w86-c3rq-vjj7: Netty: Unbounded pre-allocation in RedisArrayAggregator from RESP array length

highvulnerability
security
Jun 15, 2026
CVE-2026-50011

Netty's RedisArrayAggregator has a vulnerability where it pre-allocates memory (reserves space in a data structure) based on array sizes claimed in incoming messages, without checking if those sizes are reasonable. An attacker can send a message claiming an extremely large array size, causing the system to try reserving huge amounts of memory and crash or become unresponsive, even though they don't send the actual array data.

GHSA-8988-4f7v-96qf: OpenTelemetry Core: Unbounded memory allocation in W3C Baggage propagation

mediumvulnerability
security
Jun 15, 2026
CVE-2026-54285

The W3CBaggagePropagator.extract() function in OpenTelemetry Core does not limit the size of incoming baggage HTTP headers, allowing unbounded memory allocation. While Node.js's default header size limit (16,384 bytes) provides some protection, systems without this limit or using non-HTTP transports (alternative communication methods like messaging systems) are at higher risk.

Copilot 'SearchLeak' Attack Allows 1-Click Data Theft

highnews
security
Jun 15, 2026

A critical three-stage attack called 'SearchLeak' could allow attackers to steal data from Microsoft Copilot with just one click by exploiting prompt injection (tricking an AI by hiding instructions in its input) through hidden URLs and other hidden variables. This attack is part of a larger category of security issues affecting AI systems that use similar injection techniques. The vulnerability has already been patched.

All the news about Anthropic’s new AI fight with the White House

infonews
securitypolicy

CVE-2026-11931 - Insecure Permissions on Authentication Token Cache File in Kiro IDE

highvulnerability
security
Jun 15, 2026

Kiro IDE, an AI-powered development tool, had a security flaw in versions before 0.11.133 where authentication token cache files (files storing login credentials) were saved with world-readable permissions on macOS and Linux, meaning any user or process on the same computer could read them instead of just the owner.

Previous177 / 481Next
The Guardian Technology
The Verge (AI)
Jun 16, 2026

AI models can now discover vulnerabilities and create working exploits in hours, forcing organizations to adopt faster security practices that match AI speed rather than traditional weekly or monthly patching cycles. The Wiz Exposure Management Dashboard uses Continuous Threat Exposure Management (CTEM, a proactive strategy that continuously identifies, prioritizes, and validates the most critical attack paths) and AI-powered agents to help security teams automate vulnerability identification, prioritization, and remediation at machine speed to keep pace with AI-driven threats.

Wiz Research Blog
Jun 16, 2026

Cybersecurity executives are urging the Trump administration to reverse its ban on foreign nationals using Anthropic's latest AI models (Mythos 5 and Fable 5), arguing the restriction could help U.S. adversaries more than protect national security. Anthropic took these models offline to comply with the directive because the AI can find and exploit computer vulnerabilities better than human experts, but the executives' letter contends that other AI models have similar capabilities and that China's AI is rapidly catching up to American technology.

SecurityWeek

Fix: Google completed fixes to address this issue in v1.148.0, released April 15, 2026. Developers should upgrade to this fixed version of the SDK.

Palo Alto Unit 42
CSO Online
CNBC Technology
The Verge (AI)
research
Jun 15, 2026

This research paper presents a new security framework called TFSEA that combines feature selection (choosing which data points matter most), classification (sorting data into categories), and authentication (verifying user identity) to detect unauthorized access attempts in cloud computing environments. The paper proposes using this hybrid approach to improve how well systems can identify and prevent intrusions in cloud infrastructure.

Elsevier Security Journals

Widget Factory Joomla Content Editor has an improper access control vulnerability (a security flaw where the software fails to properly restrict who can do what) that allows unauthenticated users (people without login credentials) to upload and execute PHP code (a server-side programming language) by creating new editor profiles. This vulnerability is currently being exploited in active attacks.

Fix: The source states to "Apply mitigations in accordance with vendor instructions" and references the Joomla Content Editor website for a security update and patch at https://www.joomlacontenteditor.net/news/jce-security-update-and-a-free-patch-for-older-sites and https://www.joomlacontenteditor.net/support/changelog/editor. If mitigations are unavailable, organizations should follow CISA BOD 26-04 guidance for cloud services or discontinue use of the product. The deadline for applying these mitigations is 2026-06-19.

CISA Known Exploited Vulnerabilities
Jun 15, 2026

OpenAI developed Deployment Simulation, a method that tests new AI models by replaying real conversations from previous deployments to see how the new model would behave before release. This approach helps identify unexpected problems and predict how often undesired behaviors might occur in real-world use, addressing limitations of traditional evaluation methods like coverage gaps and selection bias (favoring certain test scenarios over others).

OpenAI Blog
Jun 15, 2026

The U.S. Department of Justice seized two websites, CFAKE.com and SOCFAKE.com, that hosted nonconsensual AI-generated nude images and videos of women, marking the first major enforcement action under the TAKE IT DOWN Act. Deepfakes (AI-generated or AI-manipulated media depicting people in ways that never occurred) of politicians, celebrities, and other public figures were shared on these sites, and the seizure resulted from a coordinated investigation involving U.S., Italian, and French authorities. The TAKE IT DOWN Act, signed into law in May 2025, makes it a federal crime to publish sexually explicit altered images without consent and requires online platforms to remove reported intimate images within 48 hours.

Fix: The TAKE IT DOWN Act (47 U.S.C. § 223) requires online platforms to remove reported intimate images and deepfakes within 48 hours of receiving a valid request from a victim. Violators are subject to fines, imprisonment, or both.

BleepingComputer
Jun 15, 2026

The U.S. Commerce Department used an export control directive to force Anthropic to take its Fable 5 and Mythos 5 AI models offline, citing national security concerns without providing specifics. Security experts argue the action was based on a misunderstanding of a guardrail bypass (a method to get an AI to ignore its safety restrictions) that cannot be meaningfully fixed without weakening the models' security capabilities, and they contend the government's intervention appears retaliatory rather than justified by technical merit.

TechCrunch (Security)

Fix: Update Cursor to version 3.0.0 or later. According to the source, 'This issue has been fixed in version 3.0.0.'

NVD/CVE Database
GitHub Advisory Database

Fix: Update @opentelemetry/core to version 2.8.0 or later. The fix enforces the W3C Baggage specification limits at the propagator level: maximum total baggage size of 8,192 bytes, maximum 180 entries, and maximum per-entry size of 4,096 bytes. Headers exceeding these limits are truncated. Additionally, the source recommends configuring header size limits at the server or gateway level, and for non-HTTP transports receiving baggage from untrusted sources, validate input size before passing it to the propagator.

GitHub Advisory Database

Fix: The attack has been patched, though the source does not specify the patch version or detailed remediation steps.

Dark Reading
Jun 15, 2026

The White House ordered Anthropic to block foreign access to its newly released AI models, Fable 5 and Mythos 5, after researchers discovered potential jailbreaks (methods to make the AI ignore its safety guidelines) that could be exploited for cyberattacks. Anthropic complied by shutting off access to both models for all users, though the company disagreed with the decision, arguing that a narrow security flaw shouldn't justify recalling models used by hundreds of millions of people.

Fix: Anthropic removed access to Fable 5 and Mythos 5 for all users in response to the government's legal directive.

The Verge (AI)

Fix: Update Kiro IDE to version 0.11.133 or later.

AWS Security Bulletins