?
avatar James-OHara
James-OHara
16 Feb 2018

Steps to reproduce the issue

Access [baseurl]/index.php/component/tags/?limit=20&start=0. The page source includes a form called adminform.

Expected result

adminform would include an anti-CSRF token to prevent cross site request forgery vulnerability.

Actual result

adminForm does not have an anti-CSRF token

System information (as much as possible)

Joomla: 3.8.5

Additional comments

avatar James-OHara James-OHara - open - 16 Feb 2018
avatar joomla-cms-bot joomla-cms-bot - change - 16 Feb 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Feb 2018
avatar mbabker
mbabker - comment - 16 Feb 2018

It's bad copy/paste if anything. The forms on the tags frontend layouts are all related to pagination and result filtering (read operations only), no need for CSRF here as these forms should be doing GET requests (why they use POST beats me but ¯\_(ツ)_/¯).

avatar franz-wohlkoenig franz-wohlkoenig - change - 17 Feb 2018
Status New Expected Behaviour
Closed_Date 0000-00-00 00:00:00 2018-02-17 06:41:05
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 17 Feb 2018
Status Expected Behaviour Closed
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 17 Feb 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 17 Feb 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 17 Feb 2018

Closed as expected Behaviour.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/19711.

avatar franz-wohlkoenig franz-wohlkoenig - change - 17 Feb 2018
Category com_tags

Add a Comment

Login with GitHub to post a comment