CVE-2026-65693 PUBLISHED

Microweber CMS 2.0.20 Server-Side Template Injection via Mail Templates

Assigner: VulnCheck
Reserved: 22.07.2026 Published: 24.07.2026 Updated: 24.07.2026

Microweber CMS through 2.0.20 contains a server-side template injection vulnerability that allows authenticated administrators to achieve arbitrary OS command execution by injecting Twig expressions into mail templates. Attackers can exploit the unsandboxed Twig environment in TwigView::render(), which lacks SandboxExtension or a SecurityPolicy, to inject malicious expressions such as filter('system') into mail template bodies stored unsanitized in the database, causing automatic payload execution on each subsequent application event that triggers a mail dispatch.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor microweber
Product microweber
Versions Default: affected
  • affected from 0 to 2.0.20 (incl.)

Credits

  • Reju Kole finder

References

Problem Types

  • Improper Control of Generation of Code ('Code Injection') CWE