Vulnerability Description
Webhooks for Craft CMS plugin adds the ability to manage “webhooks” in Craft CMS, which will send GET or POST requests when certain events occur. From version 3.0.0 to before version 3.2.0, the Webhooks plugin renders user-supplied template content through Twig’s renderString() function without sandbox protection. This allows an authenticated user with access to the Craft control panel and permissions to access the Webhooks plugin to inject Twig template code that calls arbitrary PHP functions. This is possible even if allowAdminChanges is set to false. This issue has been patched in version 3.2.0.
Related Weaknesses (CWE)
References
- https://github.com/craftcms/webhooks/commit/88344991a68b07145567c46dfd0ae3328c52
- https://github.com/craftcms/webhooks/security/advisories/GHSA-8wg7-wm29-2rvg
FAQ
What is CVE-2026-32261?
CVE-2026-32261 is a documented vulnerability. Webhooks for Craft CMS plugin adds the ability to manage “webhooks” in Craft CMS, which will send GET or POST requests when certain events occur. From version 3.0.0 to before version 3.2.0, the Webhoo...
How severe is CVE-2026-32261?
CVSS scoring is not yet available for CVE-2026-32261. Check NVD for updates.
Is there a patch for CVE-2026-32261?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.