Description
The extension passes the raw value of a form field configured as "This field contains the name of the sender" directly into a Fluid View as template source, without any sanitization, and renders it. An anonymous, unauthenticated user can submit Fluid template syntax in that field to execute arbitrary Fluid ViewHelpers leading to disclosure of server configuration, environment variables and application source, and potentially remote code execution. Exploitation requires only that a form field is configured as the sender_name field, a common and default-adjacent Powermail configuration. No authentication or user interaction beyond a normal form submission is required. This vulnerability is reported to be actively exploited in the wild.
Published: 2026-08-25
Score: 9.5 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability arises when the powermail extension forwards the raw contents of a form field configured as the sender_name directly to a Fluid view as template source. The absence of sanitization allows an attacker to submit arbitrary Fluid syntax, enabling the execution of arbitrary ViewHelpers. An unauthenticated, anonymous user can thus trigger disclosure of server configuration, environment variables, source code, and potentially execute remote code on the host.

Affected Systems

TYPO3 installations that use the powermail extension are affected. The issue applies to all versions of the powermail extension that lack the patch against CVE-2026-77136. The vulnerable configuration requires the form field named sender_name to be present, a setting that is common and enabled by default in many powermail setups.

Risk and Exploitability

The CVSS score of 9.5 indicates critical severity. EPSS is not available, but reports confirm the vulnerability is actively exploited in the wild. Because the flaw can be triggered by a simple web form submission, the attack vector is web‑based, and no authentication is required. The vulnerability is not listed in the CISA KEV catalog, yet its active exploitation underscores the need for prompt remediation.

Generated by OpenCVE AI on August 25, 2026 at 10:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the powermail extension to the latest version that addresses CVE-2026-77136.
  • Disable or remove the form field configured as sender_name, or replace it with a non‑templatized field.
  • Apply input validation to the field to reject any Fluid template syntax, such as restricting use of curly braces or enforcing allowed character sets.

Generated by OpenCVE AI on August 25, 2026 at 10:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Description The extension passes the raw value of a form field configured as "This field contains the name of the sender" directly into a Fluid View as template source, without any sanitization, and renders it. An anonymous, unauthenticated user can submit Fluid template syntax in that field to execute arbitrary Fluid ViewHelpers leading to disclosure of server configuration, environment variables and application source, and potentially remote code execution. Exploitation requires only that a form field is configured as the sender_name field, a common and default-adjacent Powermail configuration. No authentication or user interaction beyond a normal form submission is required. This vulnerability is reported to be actively exploited in the wild.
Title Server-Side Template Injection in extension "powermail" (powermail)
Weaknesses CWE-1336
References
Metrics cvssV4_0

{'score': 9.5, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-25T14:07:07.220Z

Reserved: 2026-08-20T13:10:12.063Z

Link: CVE-2026-77136

cve-icon Vulnrichment

Updated: 2026-08-25T14:07:01.389Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T09:17:34.187

Modified: 2026-08-26T17:13:53.420

Link: CVE-2026-77136

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T10:45:03Z

Weaknesses
  • CWE-1336

    Improper Neutralization of Special Elements Used in a Template Engine