security: unescaped echo statements in template PHP files #30

Closed
opened 2026-05-23 23:03:02 +00:00 by jmiller · 1 comment
Owner

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.

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.
Author
Owner

No longer applicable: old template PHP files were removed in v01.08.00. The current module uses htmlspecialchars on all output.

No longer applicable: old template PHP files were removed in v01.08.00. The current module uses htmlspecialchars on all output.
Sign in to join this conversation.
No labels
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoJoomHero#30