Linux 软件免费装
Banner图

Comment Form CSRF Protection

开发者 ayeshrajans
更新时间 2023年7月23日 20:59
PHP版本: 7.1 及以上
WordPress版本: 6.3
版权: GPLv2 or later

标签

comments spam security csrf

下载

1.0 1.1 1.2 1.4

详情介绍:

WordPress has a 12-year-old unfixed security vulnerability that it does not properly validate incoming comments. An attacker can trick both anonymous and logged-in users to post comments on a victim site without them realizing, while using their own credentials. See this issue for more information: https://core.trac.wordpress.org/ticket/10931 This is a tiny (fewer than 40 effect lines of code) module that adds a secure token to the comment form and validate it before accepting any comment, thus making your comment forms secure as they should\'ve been for all these years! It provides no UI - just install it, and you are all set!
  1. This plugin adds a secret cryptographically-secure token to the comment form. This is a unique value and is computationally impractical to guess it.
  2. Upon comment submission, the comment is rejected if the secret tokens are not present or computationally invalid.

安装:

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. You are all set! There is nothing to configure. Your comment forms will contain the hidden token fields that will be properly validated upon submission.

更新日志:

1.0 1.1 This is a minor release that contains minimal changes. 1.4 Minor release that contains several typo fixes and WordPress 6.3 compatibility