Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Joomla.

  1. Ensure custom Joomla components that process XML validate and sanitise all XML input.

  2. Use JFilterInput to strip disallowed tags and attributes before processing.

  3. Disable PHP execution within XSLT if using the PHP XSLT extension.