Description
The extension fails to safely process untrusted client input of an attacker-controlled cookie directly to PHP's unserialize(). A remote, unauthenticated attacker can supply a crafted serialized payload to trigger PHP Object Injection, leading to Remote Code Execution on the TYPO3 server.
Published: 2026-08-25
Score: 9.3 Critical
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Patch Immediately
AI Analysis

Impact

The vulnerability lies in the TYPO3 extension "HTML5 Video Player vs. Powermail", where untrusted data from a client cookie is passed directly to PHP's unserialize() function. An attacker can craft a serialized payload contained in the cookie, which PHP will deserialize without validation, enabling PHP Object Injection. This flaw allows the attacker to execute arbitrary code on the TYPO3 server, granting full remote compromise of the host.

Affected Systems

Any system running the "HTML5 Video Player vs. Powermail" extension before the vendor releases the fix is vulnerable. The issue exists in all versions of the extension that still contain the unserialize call on the cookie data, regardless of TYPO3 framework version.

Risk and Exploitability

The CVSS score of 9.3 rates this as a critical flaw with high impact. The vulnerability is exploitable remotely and unauthenticated, and the attacker need only craft a cookie value in a browser request. Even though the EPSS score is not provided, the lack of a KEV listing does not reduce the risk; the flaw is still actively exploitable by automated tools that supply crafted serialized data. The attacker can gain full control of the TYPO3 installation via the vulnerable PHP Object Injection path.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest patched version of the HTML5 Video Player vs. Powermail extension as released by TYPO3.
  • Disable or uninstall the extension if an immediate patch is not available to prevent the vulnerable unserialize call from executing.
  • Configure the web server or application to reject or strip the cookie that contains the serialized payload, minimizing the attack surface while remediation is pending.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Typo3
Typo3 extension "html5 Video Player Vs. Powermail"
Vendors & Products Typo3
Typo3 extension "html5 Video Player Vs. Powermail"

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', '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 fails to safely process untrusted client input of an attacker-controlled cookie directly to PHP's unserialize(). A remote, unauthenticated attacker can supply a crafted serialized payload to trigger PHP Object Injection, leading to Remote Code Execution on the TYPO3 server.
Title Remote Code Execution in extension "HTML5 Video Player vs. Powermail" (html5videoplayer_powermail)
Weaknesses CWE-502
References
Metrics cvssV4_0

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


Subscriptions

Typo3 Extension "html5 Video Player Vs. Powermail"
cve-icon MITRE

Status: PUBLISHED

Assigner: TYPO3

Published:

Updated: 2026-08-25T14:05:40.648Z

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

Link: CVE-2026-77138

cve-icon Vulnrichment

Updated: 2026-08-25T14:05:01.033Z

cve-icon NVD

Status : Deferred

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

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

Link: CVE-2026-77138

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T20:37:48Z

Weaknesses
  • CWE-502

    Deserialization of Untrusted Data