PluginProbe ʕ •ᴥ•ʔ
SiteGuard WP Plugin / 1.8.9
SiteGuard WP Plugin v1.8.9
1.8.9 1.8.8 1.8.7 1.8.6 1.8.6-beta1 1.8.6-beta2 1.8.4 1.8.5 1.8.3 1.8.2 1.8.1 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.4.3 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.11 1.7.12 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9 1.8.0 1.8.0-beta1 1.8.0-beta2 1.8.0-beta3 1.8.0-beta4
siteguard / readme.txt
siteguard Last commit date
admin 1 week ago classes 1 week ago css 2 months ago images 2 months ago languages 1 week ago really-simple-captcha 1 week ago changelog.txt 2 months ago license.txt 11 years ago readme.txt 1 week ago siteguard.php 1 week ago uninstall.php 1 week ago
readme.txt
190 lines
1 === SiteGuard WP Plugin ===
2 Contributors: jp-secure, egsecuresolutions
3 Donate link: -
4 Tags: security, login lock, login alert, captcha, pingback
5 Requires at least: 6.0
6 Tested up to: 7.1
7 Stable tag: 1.8.9
8 License: GPLv2 or later
9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
11 Adds WordPress login and admin protections, including CAPTCHA, login lock, login alerts, renamed login URLs, and SiteGuard WAF tuning support.
12
13 == Description ==
14
15 SiteGuard WP Plugin helps protect WordPress sites by strengthening login and admin-area security. It helps reduce brute-force login attacks, password list attacks, comment spam, and unauthorized access to `/wp-admin/`.
16
17 = Main Features =
18
19 * Admin Page IP Filter: Restricts wp-admin access to IP addresses that have successfully logged in.
20 * Rename Login: Changes the URL of the login page from `wp-login.php` to a custom path.
21 * CAPTCHA: Adds CAPTCHA to login, comment, password reset, and user registration forms.
22 * Login Lock: Temporarily locks out IP addresses after repeated failed login attempts.
23 * Login Alert: Sends email notifications when users log in.
24 * Fail Once: Intentionally rejects the first valid login attempt and requires the user to try again shortly after.
25 * Protect XML-RPC: Disables pingbacks or all XML-RPC access to help prevent abuse.
26 * Block Author Query: Helps prevent username leakage through `/?author=<number>` requests.
27 * Update Notifications: Sends email notifications when updates are available for WordPress core, plugins, or themes.
28 * WAF Tuning Support: Creates exclusion rules to help prevent false positives when SiteGuard Server Edition WAF is installed.
29
30 = Requirements and Compatibility =
31
32 * WordPress multisite is not supported.
33 * Apache 1.3, Apache 2.x, and Nginx are supported.
34 * Rename Login cannot be combined with a login page URL change feature in another plugin. Enable it in only one plugin; using both can leave two login URLs available, or stop the login page from loading.
35 * CAPTCHA requires the PHP extensions `mbstring` and `gd`.
36 * WAF Tuning Support requires SiteGuard Server Edition on Apache.
37
38 = Documentation =
39
40 Documentation, FAQs, and more details are available in [English](https://www.jp-secure.com/siteguard_wp_plugin_en/) and [Japanese](https://www.jp-secure.com/siteguard_wp_plugin/).
41
42 = Translations =
43
44 This plugin is translated by the community. We appreciate your help with translations on the [WordPress translation platform](https://translate.wordpress.org/projects/wp-plugins/siteguard/).
45
46 == Installation ==
47
48 = From the WordPress Dashboard =
49
50 1. In the WordPress dashboard, go to Plugins > Add New.
51 2. Search for "SiteGuard WP Plugin".
52 3. Install and activate the plugin.
53
54 = Manual Installation =
55
56 1. Search for and download "SiteGuard WP Plugin".
57 2. In the WordPress dashboard, go to Plugins > Add New > Upload Plugin.
58 3. Upload the downloaded ZIP file.
59 4. Install and activate the plugin.
60
61 == Screenshots ==
62
63 1. SiteGuard WP Plugin dashboard.
64
65 == Frequently Asked Questions ==
66
67 For FAQs, see the [English](https://www.jp-secure.com/siteguard_wp_plugin_en/faq.html) or [Japanese](https://www.jp-secure.com/siteguard_wp_plugin/faq.html) documentation.
68
69 == Changelog ==
70
71 = 1.8.9 =
72
73 * Update Notifications: fixed notification emails still being sent while the feature was set to OFF.
74 * CAPTCHA: fixed a fatal error on the login page on servers that cannot render the CAPTCHA image. CAPTCHA is now skipped so that login remains available, and the reason is shown on the settings screen.
75 * CAPTCHA: fixed login becoming impossible when the CAPTCHA working directory could not be written to by the web server. This is now detected and reported instead of failing silently.
76 * Confirmed compatibility with WordPress 7.1.
77
78 Special thanks to miruko for the update notification report.
79
80 = 1.8.8 =
81
82 * Rename Login: shows a warning when another active plugin is also changing the login page URL.
83 * Rename Login: fixed an issue where a fresh install could leave the login page inaccessible (the login URL returned 404).
84
85 Special thanks to niflex for the plugin conflict report, and to kitadahi for the login URL report.
86
87 = 1.8.7 =
88
89 * Fixed a cross-site scripting (XSS) vulnerability in the logout URL that could occur when the login page URL is changed.
90
91 Special thanks to daroo (Patchstack) for the report.
92
93 = 1.8.6 =
94
95 * Rename Login: when the login URL falls back to the .php (stub) form, the settings screen now explains why .htaccess could not be used.
96 * Rename Login: fixed the .htaccess self-test so it works when WordPress has been given its own directory (the WordPress Address differs from the Site Address).
97 * Block Author Query: the "Disable REST API" exclusion list now uses REST API namespaces instead of plugin names.
98
99 Special thanks to abcdrew and miwarock777 for their contributions to this release.
100
101 = 1.8.5 =
102
103 * Fixed a security issue affecting the login URL protection on some server configurations.
104
105 Special thanks to goto5656 for the report.
106
107 = 1.8.4 =
108
109 * Fixed a security issue affecting the login URL protection on some server configurations.
110
111 Special thanks to goto5656 for the report.
112
113 = 1.8.3 =
114
115 * Fixed an issue where the cleanup of legacy .htaccess rules (which could lock administrators out of /wp-admin/) did not run on sites that had already updated to 1.8.0 or 1.8.1.
116
117 = 1.8.2 =
118
119 * Fixed an issue where upgrading from 1.7.x to 1.8.x could leave legacy .htaccess rules in place, locking administrators out of /wp-admin/.
120
121 Special thanks to t.inoue for the report.
122
123 = 1.8.1 =
124
125 * Fixed a security issue affecting the login URL protection.
126
127 = 1.8.0 =
128
129 * Added support for Nginx and Apache environments that do not use an .htaccess file.
130 * Improved Login Lock to apply to authentication attempts via XML-RPC.
131 * Fixed several security issues affecting login URL protection.
132 * Reviewed and updated the English strings. Special thanks to abcdrew.
133
134 Special thanks to Daiki Honda and Daishi Kuroki for their contributions to this release.
135 Special thanks to Helena Media Research Corporation for the report.
136
137 = 1.7.12 =
138
139 * Fixed an authorization vulnerability in the login history. Special thanks to Ficus Inc.
140 * Mitigated CAPTCHA authentication failures in some environments.
141
142 = 1.7.11 =
143
144 * Fixed an issue where a syntax error occurred in PHP 5.6 or earlier.
145
146 = 1.7.10 =
147
148 * Fixed a Guessable CAPTCHA vulnerability (CVE-2026-27411). Special thanks to Patchstack.
149
150 = 1.7.9 =
151
152 * Fixed a deprecated notice for the get_currentuserinfo() function.
153
154 = 1.7.8 =
155
156 * Fixed a warning that occurred in version 1.7.7.
157
158 = 1.7.7 =
159
160 * Fixed a bug where the renamed login URL was leaked when wp-register.php was accessed.
161
162 = 1.7.6 =
163
164 * Fixed an issue where a warning occurred on the login screen in PHP 8.x environments.
165
166 = 1.7.5 =
167
168 * Fixed an issue where a fatal error occurred on the Update Notifications screen in PHP 8.x environments.
169
170 = 1.7.4 =
171
172 * Changed the directory for storing CAPTCHA image files to wp-content/siteguard/.
173 * Fixed some bugs.
174
175 = 1.7.3 =
176
177 * Fixed an issue where password reset emails could not be sent from the admin page when CAPTCHA was enabled.
178
179 = 1.7.2 =
180
181 * Reviewed and modified source code related to security.
182
183 = 1.7.1 =
184
185 * Fixed an issue where a syntax error occurred in PHP 5.6 or earlier.
186
187 = 1.7.0 =
188
189 * Removed the ability to get the client IP address from X-Forwarded-For due to IP spoofing risk.
190