Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pingback spam #1091

Open
jemjabella opened this issue Dec 15, 2022 · 0 comments
Open

Pingback spam #1091

jemjabella opened this issue Dec 15, 2022 · 0 comments

Comments

@jemjabella
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant