← Back to SOC feed Coverage →

Detects traceback indicators caused by the exploitation of the React Server Remote Code Execution Vulnerability (CVE-202

yara MEDIUM signature-base
exploitflorian-roth
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at signature-base →
Retrieved: 2026-08-07T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hunt hypothesis targets adversaries exploiting React Server Remote Code Execution vulnerabilities in Next.js applications to identify unique traceback indicators that signal active exploitation and potential command execution. Proactive hunting for these specific indicators within Azure Sentinel is critical to detect early-stage attacks before they escalate into full remote code execution compromises, ensuring timely response to emerging threats in modern web frameworks.

YARA Rule

rule EXPL_RCE_React_Server_Next_JS_CVE_2025_66478_Tracebacks_Dec25 {
   meta:
      description = "Detects traceback indicators caused by the exploitation of the React Server Remote Code Execution Vulnerability (CVE-2025-55182) in Next.js applications (CVE-2025-66478). This can also be caused by vulnerability scanning."
      author = "Florian Roth"
      reference = "Internal Research"
      date = "2025-12-05"
      score = 55
      id = "45d9b392-2237-590f-842f-27d549207a09"
   strings:
      $s1 = "Unexpected end of form"
      $s2 = "/next-server/app-page.runtime.dev.js:2:457"
      $s3 = "/app-page.runtime.dev.js:2:472"
   condition:
      all of them
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 3 string patterns in its detection logic.

References

False Positive Guidance

Here are 3-5 specific false positive scenarios for the React Server Remote Code Execution Vulnerability detection rule, tailored for an enterprise environment:

Original source: https://github.com/Neo23x0/signature-base/blob/main/yara/react_pocs_indicators_dec25.yar