XML injection in Kirby - CVE-2026-32870
Published: April 23, 2026
Kirby
Detailed vulnerability description
The vulnerability allows a remote attacker to manipulate the behavior of another system that processes generated XML data.
The vulnerability exists due to xml injection in the Xml::value() method when processing attacker-controlled input for XML generation. A remote attacker can supply crafted input containing a valid CDATA block and additional structured data to manipulate the behavior of another system that processes generated XML data.
Only sites that use the Xml data handler or the Xml::create(), Xml::tag(), or Xml::value() methods in site or plugin code are affected.