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/moPterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855)
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.
Vulnerability Intelligence
Public PoCAffected Software
- Vendor
- go
- Product
- github.com/pterodactyl/wings
- Versions
- < 1.12.3
Timeline
- Disclosed
- July 31, 2026
What is CVE-2026-52855 Pterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855)?
Pterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855) (CVE-2026-52855) maps to the Collection and Credential Access and Privilege Escalation tactics — the adversary is trying to gather data of interest to their goal in MITRE ATT&CK.
This page provides production-ready detection logic for Pterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855), covering the data sources and telemetry it touches: Container logs, Custom application logs (Wings daemon). The queries below are rated critical severity at medium confidence, and ship for 7 SIEM platforms — KQL, SPL, Elastic, QRadar, Sumo, YARA-L, LogScale.
MITRE ATT&CK
let SuspiciousEggKeywords = dynamic(["config.token", "daemon_token", "docker.socket", "sftp.password", "authentication_token", "panel_secret"]);
ContainerLogV1
| where ContainerImageName has "wings" or ContainerName has "wings"
| where LogMessage has_any ("egg", "config-file template", "config file render")
| where LogMessage has_any (SuspiciousEggKeywords)
| extend NodeName = tostring(split(ContainerName, "_")[0])
| project TimeGenerated, NodeName, ContainerName, LogMessage
| order by TimeGenerated desc Hunts Wings container/daemon logs (ingested via Container Insights or custom log forwarding) for configuration-file template rendering events that reference sensitive node-level secret keys, indicative of CVE-2026-52855 exploitation.
Data Sources
Required Tables
False Positives
- Legitimate egg developers debugging config templates with verbose logging
- Automated egg validation/test pipelines that render configs for QA
- Log noise from unrelated services matching keyword substrings
Sigma rule & cross-platform mapping
The detection logic for Pterodactyl Wings Egg Configuration-File Templating Node Secret Exposure (CVE-2026-52855) (CVE-2026-52855) above is provided in a vendor-neutral
form so you can deploy it on any SIEM. The same logic is shipped here as native
KQL (Microsoft Sentinel / Defender), SPL (Splunk), Elastic (Elastic Security (EQL)), QRadar (IBM QRadar (AQL)), Sumo (Sumo Logic CSE), YARA-L (Google Chronicle / SecOps), LogScale (CrowdStrike LogScale (CQL)) queries. In Sigma terms, this detection targets the
following logsource:
logsource:
product: windows Browse the community-maintained Sigma rules for this technique:
Platform-specific guides 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.
- 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
- 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
- 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