External risk intelligence

Powermail Fluid Template Injection Leads to Server Information Disclosure and Remote Code Execution

CVE advisorySeverity: CRITICAL (CVSS 9.5)

CVE-2026-77136

The vulnerability exists in a web form field, a component designed for direct public interaction. Because it requires no authentication and is accessible through a standard web form submission, it is inherently exposed to the public internet in any deployment where the form is active.

Remote Code Execution

Halo Surface Signal: 5 out of 5 — more likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

This vulnerability allows unauthenticated users to submit malicious code through a form field, potentially exposing sensitive system information or enabling remote code execution. The issue arises from insufficient sanitization of user input before it is rendered as a template.

  • Unsecured form input can run unauthorized code.
  • It impacts server configuration and application source.
  • Confirm relevance and assess potential exposure.

Attack Path

How an attacker could exploit the issue

An unauthenticated attacker can exploit this vulnerability by submitting crafted input through a specific form field designed to capture the sender's name. If this field is configured to use a common default setting, the attacker can inject malicious Fluid template syntax. This allows them to execute arbitrary commands, potentially leading to the exposure of sensitive server information and application code, and possibly remote code execution.

  • No authentication or user interaction needed.
  • Submit malicious Fluid syntax in sender name field.
  • Expose server details and execute code.

Live Threat

Current exploitation, exposure, and threat context

An anonymous user can exploit this vulnerability by submitting crafted input into a specific form field. This can lead to the disclosure of sensitive server information, application source code, and potentially allow for arbitrary code execution. This is possible when a form field is configured to capture the sender's name and is vulnerable to template injection.

  • Server configuration and application source code.
  • Malicious input in a form field.
  • Arbitrary code execution and data disclosure.

Operational Fix

Recommended remediation, mitigation, and detection steps

The vulnerability affects web forms that are configured to use a specific sender name field, allowing unauthenticated users to inject and execute arbitrary Fluid ViewHelpers. This could lead to the disclosure of sensitive server information or even remote code execution. Teams responsible for the application, infrastructure, and security should collaborate to address this actively exploited issue. The first practical step is to identify all instances of the affected form field, assess their exposure and business criticality, and then coordinate remediation efforts.

  • Application owners should own this issue.
  • Verify all sender name form fields.
  • Plan for code updates or secure configurations.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Powermail and its role in TYPO3 websites?

Powermail is a popular extension for the TYPO3 content management system. It provides a flexible way for site administrators to build and manage web forms, such as contact forms or survey inputs, that integrate directly into a website's pages.

What is the nature of the CWE-1336 vulnerability in CVE-2026-77136?

This is a Code Injection vulnerability. It occurs because the extension treats user-provided text as part of a template rather than simple data. When the software fails to sanitize this input, it allows an attacker to insert malicious template commands that the server then executes.

How does an attacker trigger this vulnerability?

An attacker sends malicious syntax through a form field specifically configured to handle the sender's name. The bug is only triggered when this exact form configuration is present; it does not affect forms that lack this specific field or naming convention.

Is my website at risk from this vulnerability?

Halo Surface Signal indicates that because this vulnerability exists in a public-facing web form designed for user interaction, any active deployment using this configuration is inherently exposed to the internet and reachable by anonymous users.

How should I respond to the CVE-2026-77136 threat?

Start by identifying all web forms on your site that utilize the sender name configuration. Once identified, evaluate their exposure and prioritize updating the extension or adjusting the form configuration to prevent the rendering of unvalidated user input.

References