# Tenjin Security Brief: VeloCloud Orchestrator CVE-2026-16812

> Tenjin Security Brief: VeloCloud Orchestrator CVE-2026-16812 is a paid API for AI agents from tenjin.blog, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves a paid security brief about the critical CVE-2026-16812 OS command injection vulnerability in VeloCloud Orchestrator On-Prem, including exploitation details and Arista's advisory.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-daily-velocloud-orchestrator-was-exposed-by-default
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tenjin-security-brief-velocloud-orchestrator-cve-2026-16812-faf71f41
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YXVLLCyWsLIbqAol_TZdL

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability tenjin-security-brief-velocloud-orchestrator-cve-2026-16812-faf71f41
```

Example prompt: Pull up the Tenjin security brief on the VeloCloud Orchestrator vulnerability — I want to read about the CVSS 10 OS command injection flaw Arista flagged as actively exploited.

## When to prefer this

Choose this endpoint when you need a concise, paid security brief specifically about CVE-2026-16812 and VeloCloud Orchestrator On-Prem vulnerabilities. Prefer it over generic news searches when you want a curated, expert-written summary with exploitation context, CVSS scoring, and vendor advisory details in a single structured read.

## Known failure modes

- Article slug or handle mismatch returns 404 not found
- Payment of 0.1 USDC not fulfilled results in 402 Payment Required
- Handle resolves to wrong creator, returning unrelated content
- Network timeout if tenjin.blog is temporarily unavailable

## How this service works

Arista says CVE-2026-16812 is a CVSS 10 OS command injection flaw in VeloCloud Orchestrator On-Prem, actively exploited with no VCO credentials required.

## Output

Returns the full text content of the Tenjin security brief covering CVE-2026-16812: a CVSS 10 OS command injection vulnerability in VeloCloud Orchestrator On-Prem, including Arista's advisory details, active exploitation status, and the fact that no VCO credentials are required to exploit it.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "required": [
      "handle",
      "slug"
     ],
     "properties": {
      "slug": {
       "type": "string",
       "description": "The article's URL slug, unique per creator. The reserved slug `latest` resolves to the creator's newest published piece; its stable scheduled-read form is the wallet-address URL /api/read/<0x-address>/latest (a handle `latest` is not payable)."
      },
      "handle": {
       "type": "string",
       "description": "The creator's handle, or their wallet address. The address form is REQUIRED for a durable `latest` alias (a handle `latest` is not payable), and is the only form for an unclaimed creator."
      }
     }
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tenjin-security-brief-velocloud-orchestrator-cve-2026-16812-faf71f41/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tenjin.blog](https://www.zero.xyz/host/tenjin.blog/llms.txt)
