<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>YFarmX AI Risk Radar</title><description>New records on the YFarmX AI Risk Radar: AI-security incidents as they are reported, with the type, severity, status and source on every record.</description><link>https://yfarmx.com/</link><language>en-GB</language><item><title>A rejected request with max_tokens=0 exhausts decode-worker memory in disaggregated vLLM</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0086/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0086/</guid><description>vLLM fails to clean up decode-side metadata for rejected requests in disaggregated setups, so a remote attacker submitting max_tokens=0 grows decode-worker memory until the worker restarts. Scored CVSS 3.1 7.5. The fix pull request was still open and unmerged when the record published on 17 September, so no patched version exists yet.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Infra Vuln</category><category>High</category><category>Proof-of-concept</category></item><item><title>Azure AI Foundry carried a CVSS 10 missing-authentication flaw, mitigated in the service before customers heard of it</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0087/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0087/</guid><description>Missing authentication on a critical function let an unauthorised network attacker elevate privileges, scored CVSS 3.1 10.0. Microsoft states the flaw is fully mitigated server-side with no customer action required and records no exploitation.</description><pubDate>Thu, 17 Sep 2026 00:00:00 GMT</pubDate><category>Infra Vuln</category><category>Critical</category><category>Patched</category></item><item><title>One malicious extension hijacked the built-in AI agents in five browsers, including Claude in Chrome and Comet</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0092/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0092/</guid><description>Researcher Gal Weizman showed that an extension using ordinary permissions can speak from the vendor page the in-browser half of an agent trusts. On Comet, Edge, Opera Neon and Claude in Chrome that meant issuing the agent instructions, such as opening a victim&apos;s email and forwarding the finance messages. On Chrome it meant driving the acting half directly, reading local files and switching on the camera and microphone.</description><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Proof-of-concept</category></item><item><title>PraisonAI&apos;s jobs API took any caller&apos;s YAML and let it pre-approve its own commands</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0080/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0080/</guid><description>The unauthenticated POST /api/v1/runs endpoint accepts attacker-controlled agent_yaml, and an approve field in that YAML marks execute_command as pre-approved, turning the require_approval decorator into a no-op. The chain gives full remote command execution with no credentials and no operator interaction, scored CVSS 3.1 9.8. Patched in praisonai 4.6.59 and praisonaiagents 1.6.59.</description><pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>Critical</category><category>Patched</category></item><item><title>A forum exploit chained with an SSO flaw walked researchers into OpenAI internal code</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0088/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0088/</guid><description>Security firm Hacktron AI chained a libheif heap-overflow remote code execution in the Discourse forum software with an SSO misconfiguration on OpenAI&apos;s community forum, took over an employee&apos;s ChatGPT and Codex accounts, and opened a pull request inside an OpenAI internal repository. OpenAI shipped a fix roughly fourteen hours after disclosure, marked the report resolved on 1 September, and paid a bounty.</description><pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate><category>Data Leak</category><category>Critical</category><category>Contained</category></item><item><title>Four vLLM advisories in one day, each an unauthenticated request that stalls or bloats the server</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0089/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0089/</guid><description>Four denial-of-service advisories published together and fixed in 0.29.0: an unbounded cache_salt parameter that stalls the single scheduler thread, audio decoding that ignores the configured clip-size limit, sampler-subclass attribute shadowing that bypasses decoder-slot and GPU-memory limits, and remote media fetched in full across four ingress paths before size limits apply. CVSS scores run 3.7 to 6.5 and none carries a CVE yet.</description><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><category>Infra Vuln</category><category>Medium</category><category>Patched</category></item><item><title>Anthropic disrupts four operations that ran their attacks through AI agents</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0081/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0081/</guid><description>Anthropic&apos;s fourth threat intelligence report, published 10 September, names four disrupted operations. GTG-20006, a Russian state actor, ran autonomous AI-driven workflows end to end against Ukrainian and European government targets, with agents modifying malware when defences detected it. GTG-50014, linked to ShinyHunters, harvested credentials at industrial scale, including one operator who scanned 1.8 million Android APKs for hardcoded secrets. GTG-10007, a Chinese exploit foundry, ran autonomous vulnerability research against a major security product. GTG-50029 is a single hacktivist&apos;s AI-built doxxing platform.</description><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><category>Jailbreak</category><category>Critical</category><category>In the wild</category></item><item><title>Google&apos;s Agent Development Kit took a replayed test session straight to code execution</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0082/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0082/</guid><description>On adk web installations where pytest is present, a crafted test-session replay dispatches a recorded function call straight to a tool resolved from an attacker&apos;s agent YAML, so naming a standard-library callable such as cProfile.run executes arbitrary code with no authentication. NVD scores it CVSS 3.1 10.0. The fix in v2.7.0 blocks the whole Python standard library from agent configs, replacing an incomplete denylist. This is Google&apos;s second ADK entry on this board, after the earlier builder-endpoint file read.</description><pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>Critical</category><category>Patched</category></item><item><title>VS Code agent network filters bypassed by alternate URL and address representations</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0078/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0078/</guid><description>Microsoft disclosed two bypasses in optional agent network filtering. Backslashes or mixed separators let the integrated browser interpret a URL differently from the policy checker; equivalent IPv4-mapped IPv6 addresses bypassed IPv4 entries in deny-only policies. Both require particular filter configurations and are fixed in 1.136.2. Each advisory assigns CVSS 3.1 8.2; neither reports confirmed exploitation.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Patched</category></item><item><title>Untrusted VS Code repositories could configure a remote agent host with local-file access</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0079/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0079/</guid><description>VS Code read remote agent host addresses and local-file permission grants from workspace configuration. Opening a crafted repository could connect the editor to an attacker-controlled host and permit local data access or code execution, even without trusting the workspace. Opening the repository required user interaction. Version 1.136.2 restricts these settings to global configuration.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Patched</category></item><item><title>DeepSeek Harness accepted a spoofed loopback Host header as proof a request was local</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0083/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0083/</guid><description>The agent-control API authenticated requests by their Host header, so a client-supplied loopback value passed for a local caller. An attacker who reaches the port, including remotely where it is exposed, gains sandbox escape, can disable approval prompts and can read transcripts off the machine. NVD scores it CVSS 3.1 9.6. The dsh-v0.1.2-alpha.1 release requires every /api request to present a Host that is loopback or on a trusted list, adds one-time token authentication for network access and rejects --host 0.0.0.0.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>Critical</category><category>Patched</category></item><item><title>Roo-Code&apos;s auto-approve gate read a command one way while bash ran another</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0084/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0084/</guid><description>Two parser gaps let a crafted command pass the allowlist while bash executes a denied command with the agent&apos;s auto-execute privileges. One omits the stderr-redirecting pipe operator from the parser&apos;s token set, so an approved prefix carries a denied command through the gate; the other is a word-boundary mismatch in comment handling, where an approved term set against a hash symbol reads as a comment to the gate and as a command to bash. NVD scores both CVSS 3.1 8.8. Every released version is affected: the newest release remains 3.54.0 at the 15 September check. These are two related vulnerabilities grouped into one radar record.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Proof-of-concept</category></item><item><title>n8n patches a 17-CVE batch led by an expression-sandbox escape to backend code execution</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0085/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0085/</guid><description>The headline flaw, CVE-2026-86076: the expression compiler&apos;s sanitizer resolved through dynamically scoped this, so a class field named __sanitize rebinds the sanitizer and reaches the Function constructor, giving any expression author code execution in the n8n process, scored CVSS 3.1 8.8. A related legacy-engine flaw, CVE-2026-86083, reaches the same outcome and carries the same score. CVE-2026-86082 is the AI-specific entry: the OpenAI Chat Model node enforced the credential allowed-domain check on normal calls and skipped it on the model-search dropdown, so a workflow editor could point the dropdown at their own host and collect the stored OpenAI API key, scored 6.5. All are fixed in 1.123.76, 2.37.7 and 2.38.2.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Patched</category></item><item><title>Two Triton Inference Server flaws let unauthenticated callers exhaust compute or reach unguarded functions</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0090/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0090/</guid><description>An excessive-iteration flaw lets a remote, unauthenticated attacker send malformed input that exhausts compute, and a missing-authorization flaw exposes functions with no access check, risking information disclosure, data tampering and denial of service. Both score CVSS 3.1 7.5 and both are fixed in release 26.07.</description><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><category>Infra Vuln</category><category>High</category><category>Patched</category></item><item><title>IBM&apos;s MCP Gateway carried four separate holes, all fixed now</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0001/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0001/</guid><description>Four CVEs in one product: CVE-2026-18905 (DNS-rebinding information disclosure during tool invocation, fixed 1.0.7), CVE-2026-77822 (SSRF via DNS rebinding on the A2A agent-invocation endpoint, fixed 1.0.9), CVE-2026-18486 (improper jq-filter validation exposing credentials and enabling privilege escalation, fixed 1.0.8, with IBM advising rotation of JWT, auth, database and Redis secrets), and CVE-2026-18489 (the Translate utility leaking data across sessions). IBM&apos;s bulletins are dated 2 September.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Data Leak</category><category>High</category><category>Patched</category></item><item><title>Langflow&apos;s localhost-only MCP install check fell for a spoofed header</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0002/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0002/</guid><description>An authenticated remote attacker spoofing X-Forwarded-For: 127.0.0.1 bypasses the localhost-only restriction on MCP configuration installation, gaining arbitrary writes to IDE configuration files such as ~/.cursor/mcp.json. Fixed in 1.11.3; IBM&apos;s bulletin is dated 28 August and the record reached NVD on 4 September.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Patched</category></item><item><title>AWS&apos;s own Postgres MCP server let read-only sessions write past their scope</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0003/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0003/</guid><description>An unauthenticated actor could place crafted SQL in content later submitted during an authenticated user’s interaction. An incomplete input denylist let that SQL bypass the Postgres MCP server’s intended read-only scope. AWS fixed the issue in 1.1.7 and published its own bulletin.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Agent Hijack</category><category>High</category><category>Patched</category></item><item><title>OGX’s MCP connector accepted unchecked destinations, exposing internal services</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0004/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0004/</guid><description>The OpenAI-compatible POST /v1/responses endpoint fetched an MCP tool’s server_url without the private-address validation used elsewhere. The researcher demonstrated a request to a loopback listener and described potential access to internal services or cloud metadata, including forwarding supplied bearer tokens. The default starter configuration runs without authentication. The CVE records CVSS 4.0 8.7.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Data Leak</category><category>High</category><category>Proof-of-concept</category></item><item><title>Postgres MCP Pro&apos;s restricted mode had a hole a FROM clause fits through</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0005/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0005/</guid><description>Restricted-mode function validation checked the target list but missed functions in a FROM clause. With a database connection role holding superuser or pg_read_server_files privileges, this could permit arbitrary server-file reads despite restricted mode. The CVE records CVSS 4.0 9.2. The cited issue and fix pull request remained open at the 10 September check; these sources did not establish a released fix.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Data Leak</category><category>Critical</category><category>Proof-of-concept</category></item><item><title>OWL&apos;s document tool fetched whatever URL a prompt injection handed it</title><link>https://yfarmx.com/tools/ai-risk-radar/ai-incident-0006/</link><guid isPermaLink="true">https://yfarmx.com/tools/ai-risk-radar/ai-incident-0006/</guid><description>The extract_document_content tool fetches caller-supplied URLs with no scheme, host or IP filtering, so an indirect prompt injection can make the server fetch internal resources or cloud metadata and return the response into the agent&apos;s context. Scored CVSS 3.1 7.5; the cited issue remained open at the 10 September check. A released fix was not established from that report.</description><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><category>Prompt Injection</category><category>High</category><category>Proof-of-concept</category></item></channel></rss>