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 & LLM Vulnerabilities

Security vulnerabilities, privacy incidents, safety concerns, and policy updates affecting LLMs and AI agents.

to
Export CSV
2915 items

CVE-2026-24301: Improper neutralization of special elements used in a command ('command injection') in Microsoft Copilot allows an unaut

highvulnerability
security
Aug 18, 2026
CVE-2026-24301

CVE-2026-24301 is a command injection vulnerability (a weakness where an attacker hides malicious commands in user input to trick a program into executing them) in Microsoft Copilot that allows an unauthorized attacker to access and steal information over a network. The vulnerability stems from improper neutralization of special elements used in commands. The CVSS severity score (a 0-10 rating of how dangerous a vulnerability is) has not yet been assigned by NIST.

NVD/CVE Database

CVE-2026-75093: A security vulnerability has been detected in sonos tract up to 0.23.4. This impacts the function Tensor::from_raw_dt_al

mediumvulnerability
security
Aug 17, 2026
CVE-2026-75093

A security vulnerability (CVE-2026-75093) was found in sonos tract software up to version 0.23.4 that incorrectly calculates buffer sizes (memory allocation amounts) in a specific function, potentially allowing remote attacks. The vulnerability has been publicly disclosed and can be exploited.

CVE-2026-75090: A vulnerability was detected in EricLBuehler Mistral.rs up to 0.8.22. Affected by this issue is the function convert_ggu

mediumvulnerability
security
Aug 17, 2026
CVE-2026-75090

A vulnerability was found in Mistral.rs (a tool for running AI models) versions up to 0.8.22 in a function that converts tokenizers (components that break text into pieces for AI processing). An attacker could send specially crafted input that causes the program to read data from memory locations it shouldn't access, and this attack can be done remotely over the internet.

CVE-2026-65400: Apple macOS Improper Authentication Vulnerability

highvulnerability
security
Aug 17, 2026
CVE-2026-65400🔥 Actively Exploited

CVE-2026-55040: Microsoft SharePoint Weak Authentication Vulnerability

highvulnerability
security
Aug 17, 2026
CVE-2026-55040🔥 Actively Exploited

GHSA-gqch-g4w5-7qcw: MLflow: CreateModelVersion source validation does not check READ permission on referenced run_id

highvulnerability
security
Aug 17, 2026
CVE-2026-69148

MLflow has a permission bypass vulnerability in its CreateModelVersion API. The validation functions check that a model version's source path is within a run's artifact directory, but don't verify that the caller has READ permission on that run. An authenticated user can therefore create a model version pointing to another user's private artifacts and then read those files through the model version's artifact handler, bypassing permission restrictions.

GHSA-3p64-6gvh-82v5: MLflow: LogInputs endpoint bypasses per-run UPDATE authorization in basic-auth

mediumvulnerability
security
Aug 17, 2026
CVE-2026-69146

MLflow's basic-auth plugin has a vulnerability where the LogInputs endpoint (used to record dataset information for ML runs) is missing from the authorization check list, allowing any authenticated user to inject fake dataset records into another user's run. While other similar endpoints like log-metric correctly block unauthorized access with HTTP 403, LogInputs bypasses this check entirely because its protobuf class is absent from the BEFORE_REQUEST_HANDLERS dictionary.

GHSA-7gwp-5pfp-969j: MLflow: Unauthenticated full-read SSRF in webhook delivery: _validate_webhook_url bypassed via unvalidated HTTP redirects (and DNS rebinding)

criticalvulnerability
security
Aug 17, 2026
CVE-2026-64849

MLflow's default Tracking Server has an unauthenticated SSRF (server-side request forgery, where an attacker tricks the server into making requests to internal systems) vulnerability in its webhook testing endpoint. The security check that validates webhook URLs can be bypassed because MLflow follows HTTP redirects without re-validating the redirect target, allowing an attacker to redirect from an allowed public server to internal/private addresses like metadata services.

GHSA-mpwr-8vm7-h73f: package pkcs12: Authentication bypass in Decode functions

mediumvulnerability
security
Aug 17, 2026

Several functions in the pkcs12 package can incorrectly accept PKCS#12 files (a format for storing encrypted certificates and keys) that were encoded with the wrong password, because they fail to reject overly-short PBMAC1 keys (a cryptographic authentication code). This means an attacker could trick someone into accepting a malicious PKCS#12 file if that person decodes untrusted files and relies on password protection to verify authenticity.

GHSA-xhcr-cqfr-m3hv: atomic-agents-stack: HTTP MCP catalog accepts cleartext http and spawns catalog-supplied commands (MITM to RCE)

highvulnerability
security
Aug 17, 2026

A vulnerability in atomic-agents-stack allows attackers on the same network to intercept and modify catalog entries when they are fetched over unencrypted HTTP connections, enabling them to inject malicious commands that the software will execute locally without any LLM involvement. The HTTP MCP server-registry backend accepts both http and https schemes, but only https provides encryption protection, and there is no default allowlist (access control list) to restrict which commands can be executed.

CVE-2026-75110: MemOS is a memory operating system for LLMs and AI agents. In deployments where authentication is enabled (AUTH_ENABLED=

criticalvulnerability
security
Aug 17, 2026
CVE-2026-75110

MemOS, a memory system for LLMs and AI agents, has a critical authentication bypass vulnerability when authentication is enabled but an undocumented environment variable called INTERNAL_SERVICE_SECRET is not set. An attacker can exploit this by sending requests without proper authentication headers, causing the system to incorrectly treat them as trusted internal requests and grant full administrative access, allowing them to create API keys, steal data, and gain persistent control.

CVE-2026-75104: Hugging Face Transformers fails to validate shard filenames in checkpoint index files, allowing attackers to read arbitr

mediumvulnerability
security
Aug 17, 2026
CVE-2026-75104

Hugging Face Transformers has a vulnerability where it doesn't properly check filenames in checkpoint index files (configuration files that list model components), allowing attackers to read files outside the intended model directory. An attacker can create a malicious index file with path traversal (references like '../' that escape the intended folder) or absolute paths that the software processes without validation, leading to unauthorized file access and system reconnaissance.

CVE-2026-73560: vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the MiMoV2OmniMultiModalProcessor in

mediumvulnerability
security
Aug 17, 2026
CVE-2026-73560

vLLM, a system that runs large language models, has a security vulnerability before version 0.26.0 where the MiMoV2OmniMultiModalProcessor component improperly handles image and audio inputs by bypassing security checks (allowed_media_domains and allowed_local_media_path, which are supposed to restrict what files and websites the system can access). This flaw allows an attacker to trick the server into making requests or reading files that shouldn't be accessible.

CVE-2026-71486: vLLM is an inference and serving engine for large language models. Prior to 0.26.0, the /v1/completions/derender and /v1

mediumvulnerability
security
Aug 17, 2026
CVE-2026-71486

vLLM (a system for running and serving large language models) had a vulnerability in versions before 0.26.0 where certain API endpoints accepted user-supplied data that was processed before safety checks could limit resource usage. An authenticated attacker (someone with API access) could exploit this to consume excessive CPU and memory or generate oversized responses that bypass size restrictions.

GHSA-prg7-hcfm-mfcr: sqlparse: Inefficient Regex Handling of Dollar-Quoted SQL Literals Leads to ReDoS (Denial of Service)

highvulnerability
security
Aug 17, 2026
CVE-2026-59893

sqlparse has a ReDoS (regular expression denial of service) vulnerability in how it handles dollar-quoted SQL literals. The vulnerable regex pattern uses a backreference to match closing delimiters, but when closing delimiters don't exist, it scans the entire remaining input, causing O(n²) CPU complexity (meaning time grows quadratically with input size). An attacker can exploit this by sending specially crafted SQL text to any application using sqlparse, causing the application to consume excessive CPU and become unresponsive.

CVE-2026-64859: New API is a large language mode (LLM) gateway and artificial intelligence (AI) asset management system. Prior to 1.0.0-

criticalvulnerability
security
Aug 17, 2026
CVE-2026-64859

CVE-2026-64859 is a vulnerability in New API, an LLM gateway (a system that manages requests to language models) and AI asset management system, where versions before 1.0.0-rc.7 accidentally expose the root user's access token (a credential used to authenticate API requests) through admin APIs. An authenticated administrator could exploit this to gain unauthorized access to root-only system configuration APIs by obtaining the root user's bearer token (a type of access credential).

CVE-2025-27772: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `

criticalvulnerability
security
Aug 17, 2026
CVE-2025-27772

UpTrain, an open-source platform for evaluating and improving generative AI applications, has a remote code execution vulnerability (RCE, where an attacker can run commands on a system they don't own) in version 0.7.1 and earlier in its `/new_run` endpoint through the `checks` and `metadata` parameters. Any authenticated user with access to UpTrain can exploit this to execute arbitrary code on the host system, typically a Docker container (a lightweight virtual environment).

CVE-2025-27771: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `

criticalvulnerability
security
Aug 17, 2026
CVE-2025-27771

UpTrain, an open-source platform for evaluating AI applications, has a critical vulnerability in version 0.7.1 and earlier where the `/add_prompts` endpoint allows remote code execution (RCE, where an attacker can run commands on a system they don't own) through the `checks` and `metadata` parameters. Any authenticated user with access to UpTrain can exploit this to run arbitrary code on the host machine, typically within a Docker container (a lightweight isolated computing environment).

CVE-2025-27770: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the `

criticalvulnerability
security
Aug 17, 2026
CVE-2025-27770

UpTrain, an open-source tool for testing and improving AI applications, has a vulnerability in version 0.7.1 and earlier where the `/create_project` endpoint allows remote code execution (the ability to run commands on a system from a remote location) through the `checks` and `metadata` parameters. Any authenticated user with access to UpTrain could potentially execute arbitrary code on the computer or container (a sandboxed environment) running UpTrain.

CVE-2025-27621: UpTrain is an open-source platform to evaluate and improve generative AI applications. In version 0.7.1 and prior, the U

highvulnerability
security
Aug 17, 2026
CVE-2025-27621

UpTrain (a platform for testing and improving AI systems) in version 0.7.1 and earlier has a security flaw where it creates a default user with a predictable API key (a credential for accessing the system) and allows requests from any website due to an open CORS policy (cross-origin resource sharing, which controls whether websites can make requests to other domains). This means attackers could use any website to make authenticated requests to UpTrain and perform unauthorized actions as the default user.

Previous19 / 146Next

Fix: Apply patch 66b10bda8895f4bfaf8c205361f0125cdf51f99b to resolve the issue.

NVD/CVE Database

Fix: Upgrade to version 0.8.23, which resolves this issue. The patch is identified as cd5297e2ea5cb27c790bdcf2f3c2f1064a81d55e.

NVD/CVE Database

Apple macOS has a security flaw that allows attackers on the same network to access Screen Sharing (a remote desktop feature) without needing a valid password. This vulnerability is currently being exploited by attackers in real-world attacks.

Fix: Apply mitigations according to Apple's vendor instructions and follow CISA's BOD 26-04 guidance for security update prioritization. If mitigations are unavailable, discontinue use of the affected product. See Apple support pages at https://support.apple.com/en-us/148170, https://support.apple.com/en-us/148171, and https://support.apple.com/en-us/148172 for specific patching instructions.

CISA Known Exploited Vulnerabilities

Microsoft SharePoint has a weak authentication vulnerability that allows attackers to bypass security features over a network without proper credentials. This flaw is currently being exploited by real attackers. Organizations must apply patches according to Microsoft's instructions and follow CISA's BOD 26-04 guidance (a federal directive for prioritizing security updates), or stop using the product if no fix is available.

Fix: Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA's BOD 26-04 guidance. For cloud services, follow applicable BOD 26-04 guidance or discontinue use of the product if mitigations are unavailable. See Microsoft Security Response Center (https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-55040) for specific patches. Due date for patching: 2026-08-21.

CISA Known Exploited Vulnerabilities
GitHub Advisory Database
GitHub Advisory Database
GitHub Advisory Database
GitHub Advisory Database

Fix: The source explicitly recommends: 'require `https` by default and gate `http://` behind a loud explicit opt-in. Defense-in-depth: allowlist the resolved command basename (or require confirmation) before any registry-sourced subprocess spawn.' The source also notes that https is currently secure because `httpx` defaults to `verify=True` (validating the server's certificate) and `follow_redirects=False`.

GitHub Advisory Database
NVD/CVE Database
NVD/CVE Database

Fix: Update vLLM to version 0.26.0 or later, which fixes this vulnerability.

NVD/CVE Database

Fix: Update vLLM to version 0.26.0 or later, where this issue is fixed.

NVD/CVE Database
GitHub Advisory Database

Fix: This issue is fixed in version 1.0.0-rc.7. Users should upgrade to version 1.0.0-rc.7 or later.

NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database
NVD/CVE Database