Intel

AIKIDO-2026-750197

craftcms/feed-me is vulnerable to Remote Code Execution (RCE)

Remote Code Execution (RCE)GHSA-r7f2-vrpq-8xhm Published Aug 11, 2026

75

High Risk

This Affects:

PHPcraftcms/feed-me
6.0.0 - 6.13.0.1
Fixed in 6.14.0
Are you affected? Scan for Free

TL;DR

Feed Me parses Twig from fetched feed data when the parseTwig configuration setting is enabled, passing every fetched field value that contains a { character to Craft's renderObjectTemplate(). That call does not enable Craft's Twig sandbox, so untrusted feed content is rendered without sandboxing even when the global Twig sandbox is turned on. A control panel user who runs a feed pointed at an untrusted server can return field values containing a Twig payload that executes code on the server. The fix routes rendering through renderSandboxedObjectTemplate() so feed data is evaluated inside the sandbox.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and you have enabled the parseTwig configuration setting on a feed that ingests untrusted data.

Background info

craftcms/feed-me is vulnerable to Remote Code Execution (RCE) in versions 6.0.0 - 6.13.0.1.

How to fix this

Upgrade the craftcms/feed-me library to the patch version.