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

Upgrade to Pro
CVE-2026-52778 CrowdStrike LogScale · LogScale

Detect YesWiki Formula Calculator Unsafe eval() Remote Code Execution (CVE-2026-52778) in CrowdStrike LogScale

YesWiki prior to 4.6.6 exposes an unsafe PHP eval() call in its Formula Calculator feature (BazaR calculated field logic). An unauthenticated or low-privileged attacker can craft a malicious formula expression that is passed directly into eval(), resulting in arbitrary PHP code execution on the underlying web server, or a crafted expression that triggers resource exhaustion / infinite loops causing denial of service. Successful exploitation grants the attacker the privileges of the web server process, enabling webshell deployment, credential theft, and lateral movement.

MITRE ATT&CK

Tactic
Initial Access Execution Impact

LogScale Detection Query

CrowdStrike LogScale (LogScale)
cql
#event_simple_name=HttpRequestArtifact
| RequestURI=/*BF_formula*/i OR RequestURI=/*BazaR*/i OR RequestURI=/*formulaire*/i
| RequestURI=/*eval\(*|*system\(*|*exec\(*|*base64_decode*/i
| table([ClientIP, RequestURI, ResponseCode, timestamp])
critical severity medium confidence

CrowdStrike Falcon LogScale query identifying HTTP requests to YesWiki wiki endpoints with formula parameters carrying PHP eval-injection payload strings tied to CVE-2026-52778.

Data Sources

Falcon Network Traffic ArtifactsLogScale HTTP Events

Required Tables

HttpRequestArtifact

False Positives & Tuning

  • Internal application security testing traffic authorized by change control
  • Benign requests referencing 'eval' within legitimate wiki markup
  • Duplicate log ingestion from mirrored proxy nodes

Other platforms for CVE-2026-52778


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 formula eval() payload submission

    Expected signal: Web server access log entry showing POST to /?BazaR/formulaire with body containing 'eval(system(' string; PHP error log may show eval() execution or error

  2. Test 2Simulate DoS payload via infinite loop formula expression

    Expected signal: Elevated CPU utilization on the web server host, PHP-FPM worker timeout/kill logs, web access log entry for the formula endpoint request

  3. Test 3Simulate webshell drop attempt post-exploitation

    Expected signal: File creation event under the YesWiki webroot captured by FIM/EDR, web access log entry for the formula endpoint, PHP-FPM process spawning shell command

Unlock playbooks & atomic tests with Pro

Get the full detection package for CVE-2026-52778 — 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