Response playbooks, investigation guides, and Atomic Red Team tests are Pro-only. Upgrade to unlock the full detection package for CVE-2026-52855.

Unlock with Pro - from £29/user/mo
CVE-2026-52855 IBM QRadar · QRadar

Detect Pterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855) in IBM QRadar

Detects exploitation of CVE-2026-52855, a critical (CVSS 9.9) information disclosure vulnerability in Pterodactyl Wings prior to 1.12.3. The Wings daemon's egg configuration-file templating engine fails to properly scope variable substitution, allowing a malicious or crafted egg/server configuration to reference and render node-level secrets (e.g., the Wings daemon token, SFTP credentials, Docker/panel authentication secrets) into server-accessible configuration files. An attacker with the ability to create or modify an egg (via panel admin compromise, supply-chain egg import, or a malicious server owner in multi-tenant environments) can exfiltrate node configuration secrets, leading to full node takeover. Detection focuses on Wings daemon logs showing configuration-file template rendering events that reference sensitive node config keys, unexpected egg install/import activity, and outbound access to rendered server config files containing daemon secrets.

MITRE ATT&CK

Tactic
Collection Credential Access Privilege Escalation

QRadar Detection Query

IBM QRadar (QRadar)
sql
SELECT DATEFORMAT(devicetime, 'YYYY-MM-dd HH:mm:ss') as EventTime, sourceip, "Node Name", UTF8(payload) as RawLog
FROM events
WHERE LOGSOURCETYPENAME(devicetype) = 'Wings Daemon'
AND (UTF8(payload) ILIKE '%config-file%' OR UTF8(payload) ILIKE '%egg%template%')
AND (UTF8(payload) ILIKE '%config.token%' OR UTF8(payload) ILIKE '%daemon_token%' OR UTF8(payload) ILIKE '%docker.socket%' OR UTF8(payload) ILIKE '%sftp.password%' OR UTF8(payload) ILIKE '%authentication_token%' OR UTF8(payload) ILIKE '%panel_secret%')
LAST 24 HOURS
critical severity medium confidence

Queries QRadar for Wings daemon log events showing egg config-file template rendering referencing node secret keys, indicative of CVE-2026-52855 exploitation.

Data Sources

Wings daemon log source (custom DSM or syslog forwarder)

Required Tables

events

False Positives & Tuning

  • Developer debug sessions rendering egg templates on test nodes
  • Automated egg import/validation pipelines

Other platforms for CVE-2026-52855


Testing Methodology

Validate this detection against 3 adversary techniques from Atomic Red Team. Each test below lists the behaviour to exercise and the telemetry you should expect to see. Executable commands and cleanup steps are available with Pro.

  1. Test 1Simulate malicious egg config_files template referencing secret key

    Expected signal: Wings daemon logs recording config-file template rendering for the test egg, including reference to the config.token variable

  2. Test 2Render server config and inspect for exposed daemon secret

    Expected signal: File write event on server.properties under the server volume, plus Wings daemon log entry for config sync of the test server

  3. Test 3Verify unpatched Wings version is vulnerable

    Expected signal: Command execution log/audit entry for the wings version check on the lab host

Unlock playbooks & atomic tests with Pro

Get the full detection package for CVE-2026-52855 — response playbook and atomic red team tests, plus investigation guidance and hunting queries.

df00tech Pro — £29/user/month

Response PlaybookInvestigation GuideHunting QueriesAtomic Red Team TestsTuning Guidance

Related Detections