security: unescaped echo statements in template PHP files #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
17 echo statements across index.php, error.php, component.php, and offline.php output variables without htmlspecialchars(). Most are Joomla internal values but should be escaped per OWASP best practices.
No longer applicable: old template PHP files were removed in v01.08.00. The current module uses htmlspecialchars on all output.