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

CVE-2026-43193: In the Linux kernel, the following vulnerability has been resolved: nfsd: fix nfs4_file refcount leak in nfsd_get_dir_d

infovulnerability
security
May 6, 2026
CVE-2026-43193

A bug in the Linux kernel's nfsd (NFS server daemon) function nfsd_get_dir_deleg() causes a memory leak where a reference to an nfs4_file object (a data structure tracking NFS file information) is not properly released before the function exits. This leak can consume memory over time and potentially impact system stability.

Fix: Ensure that the reference to "fp" is released before returning from the nfsd_get_dir_deleg() function. The fix is available in kernel commits 0d8362e15aad5b5c1d6a65bb23ac6c45ccf881f3 and 789477b849394afdb60507924d65f7ef18f078ce on kernel.org.

NVD/CVE Database

CVE-2026-43145: In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Fix invalid loaded resource

infovulnerability
security
May 6, 2026
CVE-2026-43145

A bug in the Linux kernel's imx_rproc driver (code that manages remote processors on i.MX chips) caused it to incorrectly report that a resource table (a data structure containing firmware configuration) was loaded even when the firmware didn't actually provide one. This mismatch caused the system to crash when starting firmware without a resource table.

From Stuxnet to ChatGPT: 20 News Events That Shaped Cyber

infonews
securityindustry

Microsoft’s Office and LinkedIn chief now runs Teams in latest reshuffle

infonews
industry
May 6, 2026

Microsoft is reorganizing its leadership structure following the retirement of executive Rajesh Jha. Ryan Roslansky, who previously led LinkedIn and then Office, is now taking on expanded responsibilities to head a new Work Experiences Group that includes Microsoft Teams, Office, and other products.

Your AI Agents Are Already Inside the Perimeter. Do You Know What They're Doing?

infonews
securitypolicy

AlphaEvolve: How our Gemini-powered coding agent is scaling impact across fields

infonews
industry
May 6, 2026

AlphaEvolve is a Gemini-powered coding agent (an AI system that writes and optimizes code) that helps design and improve algorithms across science and industry. The system has achieved significant results including improving DNA sequencing accuracy by 30%, increasing electricity grid optimization from 14% to 88%, and enabling quantum computing simulations with 10x lower error rates.

Chrome’s AI features may be hogging 4GB of your computer storage

infonews
safety
May 6, 2026

Google Chrome is automatically downloading a large 4GB file called weights.bin (a set of numerical values that power an AI model) to users' computers when certain AI features are enabled, which is unexpectedly consuming significant storage space. This file contains Google's Gemini Nano AI model, which runs Chrome's features like scam detection and writing assistance.

Poisoned truth: The quiet security threat inside enterprise AI

infonews
securitysafety

How ChatGPT learns about the world while protecting privacy

infonews
privacysafety

v5.6.1

inforesearchIndustry
security

Singular Bank helps bankers move fast with ChatGPT and Codex

infonews
industry
May 5, 2026

Singular Bank built Singularity, an internal AI assistant powered by ChatGPT and Codex (OpenAI's code-generation model), to help bankers quickly analyze client investment portfolios and prepare communications. The system saves bankers 60-90 minutes daily by automating tasks like portfolio analysis, meeting preparation, and follow-up drafting, allowing them to spend more time advising clients and building relationships.

Introducing ChatGPT Futures: Class of 2026

infonews
industry
May 5, 2026

ChatGPT Futures honors college students from the class of 2026, the first generation to complete college with AI tools like ChatGPT available throughout their education. Rather than using AI to avoid work, these students are using it to build real projects faster, from research tools to accessibility software, demonstrating that AI amplifies human ambition and lowers barriers to turning ideas into tangible outcomes.

How frontier enterprises are building an AI advantage

infonews
industry
May 5, 2026

Frontier enterprises (those using AI most extensively) now use 3.5x more AI intelligence per worker than typical firms, with the gap driven by deeper, more complex usage rather than just more messages. The key difference is that leading firms use agentic workflows (AI systems that can complete multi-step tasks with minimal human intervention), with frontier companies sending 16x more messages to coding tools like Codex per worker, moving from simple question-answering to delegating substantial work to AI agents.

Uber uses OpenAI to help people earn smarter and book faster

infonews
industry
May 5, 2026

Uber is using OpenAI's large language models (AI systems trained on massive amounts of text to understand and generate human language) to build Uber Assistant, an AI-powered tool that helps drivers and couriers make better decisions by turning complex marketplace data into simple, real-time guidance. The Assistant reduces cognitive overhead (the mental effort needed to process complicated information) by letting drivers ask questions in plain language about where to earn, how to optimize their time, and understanding platform dynamics, which helps both new and experienced drivers perform better.

CVE-2026-0300: Palo Alto Networks PAN-OS Out-of-bounds Write Vulnerability

infovulnerability
security
May 5, 2026
CVE-2026-0300🔥 Actively Exploited

OpenAI trial: Brockman rebuts Musk's take on startup's history, recounts secret work for Tesla

infonews
policy
May 5, 2026

OpenAI President Greg Brockman testified in a trial against Elon Musk, denying that he or others made commitments to keep OpenAI as a nonprofit organization. Brockman also revealed that Musk had enlisted OpenAI employees to do unpaid work at Tesla on self-driving technology in 2017, and testified that Musk was a polarizing figure who sometimes discouraged job candidates from joining OpenAI. The lawsuit, filed two years ago, centers on whether OpenAI violated an obligation to remain a nonprofit.

GHSA-hpv8-x276-m59f: vLLM Vulnerable to Remote DoS via Special-Token Placeholders

mediumvulnerability
security
May 5, 2026
CVE-2026-44222

vLLM (a system for running large language models) has a vulnerability where specially crafted text prompts containing multimodal placeholder tokens (sequences that represent images or videos) without actual image or video data cause the system to crash with an IndexError (a programming error when accessing data that doesn't exist). An unauthenticated attacker can send a single malicious request to a vLLM server to trigger a denial of service attack (making the service unavailable), affecting any deployment that runs vision-capable language models.

GHSA-8cxw-cc62-q28v: ciguard: discover_pipeline_files follows symlinks out of scan root

lowvulnerability
security
May 5, 2026
CVE-2026-44220

The `discover_pipeline_files()` function in ciguard (a tool used by AI agents to scan code repositories) followed symlinks (shortcuts that point to other directories) without proper restrictions, allowing an attacker to trick it into reading sensitive files outside the intended scan directory. An AI agent scanning a malicious folder with planted symlinks could accidentally expose secrets from system directories like ~/.aws/ or /etc/.

GHSA-2hch-c97c-g99x: AVideo has SSRF Protection Bypass via HTTP Redirect and DNS Rebinding in isSSRFSafeURL()

highvulnerability
security
May 5, 2026
CVE-2026-43884

AVideo has two security flaws in how it protects against SSRF attacks (server-side request forgery, where an attacker tricks a server into fetching URLs they control). First, two endpoints validate URLs using `isSSRFSafeURL()` but then use `file_get_contents()` without disabling PHP's automatic redirect-following, allowing an attacker to bypass protection by redirecting to internal addresses like cloud metadata endpoints. Second, six other callers of `isSSRFSafeURL()` ignore the DNS pinning feature (which locks a hostname to one IP address), leaving them vulnerable to DNS rebinding attacks (where an attacker makes a hostname resolve to different IP addresses in quick succession).

GHSA-w2jh-77fq-7gp8: OpAMP client reads unbounded HTTP response bodies

mediumvulnerability
security
May 5, 2026
CVE-2026-42348

The OpAMP client (a component for managing telemetry agents) reads HTTP responses without limiting how much data it accepts, which could allow an attacker controlling the server to send extremely large responses and exhaust the application's memory, causing it to crash. This vulnerability only affects applications where the OpAMP server is untrusted or could be intercepted by a network attacker.

Previous80 / 312Next

Fix: The fix is to modify imx_rproc_elf_find_loaded_rsc_table() to return NULL when rproc->table_ptr is NULL, ensuring the function only reports a loaded resource table when a valid table_ptr actually exists. The source states: 'Fix this by returning NULL from imx_rproc_elf_find_loaded_rsc_table() when there is no resource table for the current firmware (i.e. when rproc->table_ptr is NULL).'

NVD/CVE Database
May 6, 2026

This article is a retrospective review by Dark Reading marking their 20th anniversary, highlighting 20 major news events from the past two decades that have significantly influenced the cybersecurity industry and the threat landscape that security teams face today. The piece spans from Stuxnet (a sophisticated malware attack on industrial systems) to ChatGPT (a large language model AI), showing how the security field has evolved over time.

Dark Reading
The Verge (AI)
May 6, 2026

AI agents are being deployed in enterprises much faster than companies can manage them, creating a visibility problem because traditional identity and access management (IAM, systems that control who can access what) was designed for human users, not continuously-running software agents. About half of enterprise identity activity already happens outside the view of central IAM tools, leaving organizations unable to see what AI agents are operating, what data they access, or what permissions they use. The source describes using observability tools (systems that let you see what's happening) built into applications to discover AI agents and check compliance with security standards like NIST (the National Institute of Standards and Technology).

Fix: The source describes a capability called "Ask Orchid" built into Orchid Security's platform that applies identity observability at the application level to: automatically discover AI agents and their risk profiles, identify where AI agents are not in use for a complete picture, and provide recommended actions for oversight. For compliance checking, the same tool can examine how identity controls are actually implemented inside applications and compare them against NIST requirements.

The Hacker News
DeepMind Safety Research
The Verge (AI)
May 6, 2026

AI data poisoning is a security threat where an AI model's training data or information sources become corrupted, causing the system to make decisions based on false information while appearing normal. This can happen through malicious attacks, but more often organizations poison their own systems by feeding AI models data from multiple conflicting sources like outdated files and incompatible databases. Unlike traditional cyberattacks that trigger visible alarms, poisoning is dangerous because no obvious damage appears, yet the AI produces plausible but incorrect answers affecting business decisions.

CSO Online
May 6, 2026

OpenAI trains ChatGPT using various data sources, including publicly available internet content and user conversations, to help the model learn broad knowledge and perform better. To protect privacy, OpenAI uses Privacy Filter (a tool that identifies and masks personal information in text) at multiple stages of training, and gives users control over their data through settings like the ability to disable model training, use temporary chats that auto-delete after 30 days, and manage or delete their account information.

Fix: OpenAI has implemented Privacy Filter, which identifies and masks personal information in text at multiple stages in the training process. Users can disable model training by going to Settings, then Data Controls, and turning off 'Improve the model for everyone.' Alternatively, users can use Temporary Chat (which does not appear in chat history, does not create memories, and is not used to train models, with conversations deleted after 30 days). Users can also review, edit, or delete saved memories, export their data, delete their account, or submit privacy requests through the privacy request portal.

OpenAI Blog
May 5, 2026

N/A -- This content is a navigation menu and product listing from GitHub's website (v5.6.1), not a security issue, vulnerability report, or technical problem. It describes GitHub's features like Copilot (an AI coding assistant), Actions (workflow automation), and security tools, but contains no substantive technical content to analyze.

MITRE ATLAS Releases
OpenAI Blog
OpenAI Blog
OpenAI Blog
OpenAI Blog

Palo Alto Networks PAN-OS has a critical vulnerability in its User-ID Authentication Portal (a service that authenticates users trying to access the network) that allows unauthenticated attackers to write data outside the intended memory bounds (out-of-bounds write), potentially letting them run any code with root privileges on firewalls. This vulnerability is currently being actively exploited by attackers in real-world attacks.

Fix: Until an official fix is released, implement these workarounds: restrict User-ID Authentication Portal access to only trusted zones, or disable the User-ID Authentication Portal entirely if it is not needed. If mitigations are unavailable, discontinue use of the product. Apply mitigations per vendor instructions or follow applicable BOD 22-01 guidance for cloud services.

CISA Known Exploited Vulnerabilities
CNBC Technology
GitHub Advisory Database

Fix: Fixed in v0.8.2 and v0.8.3. The patch adds a new `follow_symlinks: bool = False` parameter to `discover_pipeline_files()` that refuses to descend into symlinked directories or files by default. Additionally, all results are filtered to verify their resolved paths lie under the requested root directory, even if callers enable symlink following.

GitHub Advisory Database

Fix: The source describes a safe implementation in `objects/functions.php`, `url_get_contents()`: disable auto-redirect with `['http' => ['follow_location' => 0]]`, manually loop through redirects (max 5 hops), and re-validate each redirect target by calling `isSSRFSafeURL()` on it before following. For DNS rebinding, the source indicates callers should capture and use the `$resolvedIP` out-parameter from `isSSRFSafeURL()` with `CURLOPT_RESOLVE` when fetching, as demonstrated by the one correctly-implemented caller `plugin/LiveLinks/proxy.php`.

GitHub Advisory Database

Fix: Update to the patched version: pull request #4116 updates the OpAMP client HTTP transport to limit the maximum size of responses to 128KB, preventing unbounded memory consumption.

GitHub Advisory Database