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]
2
[LAST_7D]
230
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 50/787
VIEW ALL
01

Sam Altman says OpenAI going public in 2026 would be ‘ill-advised’

policysafety
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 12, 2026

OpenAI CEO Sam Altman stated the company will not go public through an IPO (initial public offering, where a private company sells shares to the public) in 2026, citing safety concerns as a reason for avoiding a rushed public listing. During an interview, Altman acknowledged that building an AI system beyond human control is theoretically possible, but said OpenAI would take preventive actions including pausing training if necessary to avoid creating uncontrollable AI.

The Verge (AI)
02

Anthropic boss Dario Amodei calls for AI development to slow down

policysafety
Sep 12, 2026

Dario Amodei, CEO of Anthropic, has called for AI development to slow down and be closely monitored because the risks are "serious." He proposed a three-point plan including independent monitoring of AI models as they develop, industry-wide regulation, and global regulation, and committed Anthropic to building AI at a "balanced rate" that ensures safety while still advancing the technology. Other AI leaders like OpenAI's Sam Altman and Elon Musk have expressed support for slowing down AI development and using independent evaluators (third-party monitors who check if AI models are safe before release) to assess safety.

Fix: Amodei's proposed mitigations mentioned in the source are: (1) independent monitoring and evaluation of AI models as they are developed, (2) industry-wide regulation, (3) global regulation, (4) building "AI at a balanced rate that aims to ensure its safety while still achieving its benefits," which includes "ensuring companies take adequate time to align and safeguard their models, and for third party evaluators to confirm this," and (5) AI companies "voluntarily work together to set standards" in parallel with regulation. Amodei committed Anthropic to this approach "unilaterally" and called on governments "to require other frontier companies to match."

BBC Technology
03

Anthropic's Amodei proposes plan to 'slow the pace' of advancing AI capabilities

policysafety
Sep 12, 2026

Anthropic CEO Dario Amodei published an essay proposing that AI companies voluntarily slow their development pace, citing concerns that current AI models are becoming powerful enough to pose safety risks. His three-step plan includes allowing third-party evaluators employee-level access to verify safety practices, encouraging leading AI companies to establish common safety standards, and coordinating between democratic and authoritarian governments, with Amodei emphasizing that pacing means taking time to align and safeguard models rather than halting development entirely.

Fix: Amodei proposed a three-step plan: (1) grant third-party evaluators employee-level access to verify safety practices and report incidents, (2) encourage leading AI companies in democratic countries to coordinate and establish common safety standards, and (3) call for coordination between democratic governments and authoritarian governments. Anthropic has already committed to the first step. Additionally, OpenAI CEO Sam Altman stated his company will implement the independent evaluator step, saying "Committing to having independent evaluators with employee-like access is a great idea, and we will do the same."

CNBC Technology
04

Anthropic CEO says it’s time to pump the brakes on AI

policysafety
Sep 12, 2026

Anthropic's CEO argues that AI companies should slow down development to allow time for safety measures and regulatory review. The company is voluntarily giving third-party evaluators (like METR, an independent AI safety organization) access to its models so they can check whether the company is following its safety commitments.

Fix: According to the source, Anthropic is taking the first step of its plan by unilaterally giving external evaluators wide-ranging access to its models to help ensure adherence to safety practices and commitments. The source indicates a proposed three-step plan to slow AI development, but does not detail steps two and three.

The Verge (AI)
05

‘We must slow the pace’: CEO of Anthropic calls for an AI slowdown

policysafety
Sep 12, 2026

Anthropic's CEO Dario Amodei called for the AI industry to slow its development pace and proposed a three-part plan to do so. As part of this plan, Anthropic committed to giving third-party evaluators (independent outside experts) permanent access to their AI systems so these evaluators can check that safety measures are being followed, report problems, and assess how well the AI models behave during training.

Fix: Anthropic proposed providing third-party evaluators with permanent, employee-level access to their systems to verify adherence to safety measures, report on incidents, and assess models' alignment during training.

The Guardian Technology
06

CVE-2026-90555: vLLM versions before 0.28.0 fail to validate audio sample rate headers in the transcription endpoint, allowing authentic

security
Sep 12, 2026

vLLM (an open-source LLM serving framework) versions before 0.28.0 don't properly check audio sample rate headers (the metadata describing how many audio samples are recorded per second) in its transcription endpoint, letting authenticated users submit fake audio headers with inflated sample rates that cause the server to allocate excessive memory and crash. This affects all users of the affected vLLM instance.

Fix: Update vLLM to version 0.28.0 or later.

NVD/CVE Database
07

CVE-2026-90554: vLLM versions >=0.10.2 and <0.28.0 do not apply any audio decode-size or duration limit when extracting audio from video

security
Sep 12, 2026

vLLM versions 0.10.2 through 0.27.x have a vulnerability where audio extraction from video files lacks size and duration limits, allowing attackers to upload specially crafted compressed videos that force the server to use massive amounts of memory during decoding (a denial of service attack, where legitimate users can't access the service). This only affects NanoNemotronVL models when video audio processing is enabled.

Fix: Fixed in vLLM 0.28.0. Users should upgrade to version 0.28.0 or later.

NVD/CVE Database
08

CVE-2026-90553: vLLM before 0.28.0 contains a remote code execution vulnerability in the LlavaOnevision2 processor loader that ignores t

security
Sep 12, 2026

vLLM (a tool for running large language models efficiently) versions before 0.28.0 have a remote code execution vulnerability (a flaw that lets attackers run their own code on a system) in the LlavaOnevision2 processor loader. Even when a user sets trust_remote_code to False (a safety setting meant to prevent loading untrusted code), the vulnerability ignores this setting and allows attackers to execute malicious code by hiding it in a model file.

Fix: Update vLLM to version 0.28.0 or later.

NVD/CVE Database
09

Deepfakes are wrecking influencers’ credibility, one fake ad at a time

safetysecurity
Sep 12, 2026

Influencers are facing a new threat where deepfakes (AI-generated fake videos or images that look realistic) of them are being used in fake sponsored ads without their permission. Emily Schuman, a lifestyle influencer with over 500,000 followers, discovered multiple fake ads showing AI versions of herself promoting products like GLP-1 drugs, makeup, and blood tests, which confused her followers and damaged her credibility since she never actually endorsed these products.

The Guardian Technology
10

OpenAI just wants to win

industry
Sep 12, 2026

OpenAI has recently claimed to solve a Millennium Prize Problem, a legendary unsolved mathematics challenge, marking a significant achievement in AI capabilities. However, many mathematicians are concerned about OpenAI's approach, viewing the company as a well-funded outsider that is aggressively pursuing these problems without respecting traditional academic norms or considering the impact on researchers who have devoted their careers to these fields.

The Verge (AI)
Prev1...4849505152...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