Skip to main content

Remediation Steps

Follow the steps below to remediate this finding on Joomla.

  1. Review Joomla's Redirect Manager (Components > Redirect) and ensure no sensitive GET parameters are preserved in destination URLs.

  2. In custom components, always call $app->redirect($url); followed by exit; to prevent accidental body output after the redirect.