live-composer-page-builder icon indicating copy to clipboard operation
live-composer-page-builder copied to clipboard

Pingback spam

Open jemjabella opened this issue 2 years ago • 0 comments

The comments display functionality in /modules/tp-comments/functions.php does not check the approval status of pingbacks and trackbacks before displaying them, which allows spammy pingbacks to be injected straight into the posts of anyone using it.

Suggest moving if ( $comment->comment_approved == '1' ) : from off line 29 (comments case) to before the switch statement, and the corresponding endif; from line 63 to after endswitch;

jemjabella avatar Dec 15 '22 13:12 jemjabella