Skip to content

Commit cb783ce

Browse files
committed
version 15.0.5
1 parent e3a984e commit cb783ce

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

cforms.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
* Plugin URI: https://wordpress.org/plugins/cforms2/
2121
* Description: cformsII is a customizable, flexible and powerful form plugin including simple spam protection, multi-step forms, role manager support and custom themes.
2222
* Author: Oliver Seidel, Bastian Germann
23-
* Version: 15.0.4
23+
* Version: 15.0.5
2424
* Text Domain: cforms2
2525
*/
2626
namespace Cforms2;
2727

28-
define('CFORMS2_VERSION', '15.0.4');
28+
define('CFORMS2_VERSION', '15.0.5');
2929

3030
// Debug message handling.
3131
if (!defined('WP_DEBUG_CFORMS2')) {

readme.txt

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Oliver, the original author, discontinued developing the plugin. This fork is an
1717

1818
If you want to use plugin versions older than 14.6.3, you should rename the directory containing the plugin from "cforms2" to "cforms". But bear in mind that old versions should not be used in public systems, because they contain [known serious vulnerabilities](https://wpvulndb.com/plugins/cforms) that are exploited in the wild.
1919

20-
The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.0.3.
20+
The [current security baseline version](https://wpvulndb.com/plugins/cforms2) is 15.0.5.
2121

2222

2323
== Related Plugins ==
@@ -111,12 +111,16 @@ cformsII can be extended via WordPress actions and filters. You find their 'cfor
111111

112112
== Upgrade Notice ==
113113

114-
= 15.0.4 =
114+
= 15.0.5 =
115115
The tracking database feature and its view are removed with cformsII 15.0+. Your data still exists in the database. Please have a look at CFDB plugin as a replacement.
116116

117117

118118
== Changelog ==
119119

120+
= 15.0.5 =
121+
122+
* Fix CSRF by introducing nonces to admin forms (CVE-2023-25449)
123+
120124
= 15.0.4 =
121125

122126
* enhanced: make session extension optional

0 commit comments

Comments
 (0)