# Tenjin Security Brief: Wings Node Daemon Secret Leak via Egg Templates

> Tenjin Security Brief: Wings Node Daemon Secret Leak via Egg Templates 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).

Delivers a paid security brief about Pterodactyl Wings' CVE allowing low-privileged users to read node daemon secrets through egg templating, with upgrade and remediation guidance.

## Facts

- Endpoint: GET https://tenjin.blog/api/read/security-briefs/security-briefs-daily-wings-leaked-the-node-boundary-through-egg-templates
- 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-wings-node-daemon-secret-leak-via-egg-templates-7c5ba100
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_to8w3a2GylMNkuCKXSkO6

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-wings-node-daemon-secret-leak-via-egg-templates-7c5ba100
```

Example prompt: Can you fetch the Tenjin security brief about the Pterodactyl Wings egg template vulnerability where low-privileged users could read node daemon secrets — I need the full advisory text including the upgrade and token rotation steps.

## When to prefer this

Choose this endpoint when you need the full text of this specific Pterodactyl Wings egg-template security brief from Tenjin and are prepared to pay the x402 micro-payment. Prefer it over free web searches when you need structured, verified advisory content directly from the publisher in machine-readable JSON form.

## Known failure modes

- Payment not provided or invalid — x402 challenge not met, access denied
- Invalid handle or slug — article not found (404)
- Slug 'latest' used with handle form instead of wallet address — not payable
- Network or upstream error returning non-200 response
- Article may be time-sensitive and content accuracy depends on publication date

## How this service works

Pterodactyl's July 31 advisory for Wings says low-privileged users in affected multi-tenant deployments could read node daemon secrets through egg templating; upgrade to v1.12.3 and rotate affected node tokens.

## Output

Full article text of the security brief covering the Pterodactyl Wings July 31 advisory: details on how low-privileged users in multi-tenant deployments could read node daemon secrets via egg templating, the affected versions, the fix in v1.12.3, and guidance on rotating affected node tokens. Returned as a JSON payload after x402 payment is resolved.

## 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-wings-node-daemon-secret-leak-via-egg-templates-7c5ba100/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)
