Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Joomla.

  1. Review template JavaScript files and Joomla component JS for unsafe DOM manipulation.

  2. Use JUri to construct URLs safely server-side rather than building them from raw user input in JavaScript.

  3. Sanitise any client-rendered HTML using DOMPurify.