Skip to content

Commit 1387d70

Browse files
committed
Release 2.4.3
1 parent d8b9999 commit 1387d70

4 files changed

Lines changed: 16 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ This kind of WP hosting used to cache plugins and protect the wp-login.php view.
1414
You will need to contact them in order to disable the cache for this SAML plugin and also allow external HTTP POST to
1515
wp-login.php
1616

17+
### Security Improvements on 2.4.3 ###
18+
19+
Version 2.4.3 includes a security patch that contains extra validations that will prevent some kind of elaborated signature wrapping attacks and other security improvements. Previous versions are vulnerable so we highly recommended to upgrade to >= 2.4.3.
20+
1721

1822
### If you used this plugin before 2.2.0 with just-in-time provision active ###
1923
Read: https://wpvulndb.com/vulnerabilities/8508

onelogin-saml-sso/onelogin_saml.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
/*
33
Plugin Name: OneLogin SAML SSO
4-
Plugin URI: http://support.onelogin.com/entries/383540
4+
Plugin URI: https://github.com/onelogin/wordpress-saml
55
Description: Give users secure one-click access to WordPress from OneLogin. This SAML integration eliminates passwords and allows you to authenticate users against your existing Active Directory or LDAP server as well increase security using YubiKeys or VeriSign VIP Access, browser PKI certificates and OneLogin's flexible security policies. OneLogin is pre-integrated with thousands of apps and handles all of your SSO needs in the cloud and behind the firewall.
66
Author: OneLogin, Inc.
7-
Version: 2.4.2
7+
Version: 2.4.3
88
Author URI: http://www.onelogin.com
99
*/
1010

onelogin-saml-sso/readme.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ To mitigate that bug, place the script at the root of wordpress and execute it (
2222

2323
== Changelog ==
2424

25+
= 2.4.3 =
26+
* Update php-saml library to [2.10.0](https://github.com/onelogin/php-saml/releases/tag/v2.10.0) (it includes SAML Signature Wrapping attack prevention and other security improvements).
27+
* Fix Idp initiated sign out issue (WP session not closed) [#25](https://github.com/onelogin/wordpress-saml/issues/25)
28+
* Fix Ordering issue with Auth Check for SAML Validation [#23](https://github.com/onelogin/wordpress-saml/issues/23)
29+
* Be able to enable lowercase URL encoding (Compatibility issue with ADFS when validating Signatures
30+
2531
= 2.4.2 =
2632
* Update php-saml library to 2.9.0 (it includes SAML Signature Wrapping attack prevention).
2733

onelogin-saml-sso/version.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"php-saml": {
3-
"version": "2.9.0",
4-
"released": "27/06/2016"
3+
"version": "2.10.0",
4+
"released": "14/10/2016"
55
},
66
"plugin": {
77
"app": "wordpress",
88
"name": "onelogin-saml-sso",
9-
"version": "2.4.2",
10-
"released": "27/06/2016"
9+
"version": "2.4.3",
10+
"released": "14/10/2016"
1111
}
1212
}

0 commit comments

Comments
 (0)