First published: Thu May 25 2017(Updated: )
When using Spring Security's CAS Proxy ticket authentication a malicious CAS Service could trick another CAS Service into authenticating a proxy ticket that was not associated. This is due to the fact that the proxy ticket authentication uses the information from the HttpServletRequest which is populated based upon untrusted information within the HTTP request. This means if there are access control restrictions on which CAS services can authenticate to one another, those restrictions can be bypassed. If users are not using CAS Proxy tickets and not basing access control decisions based upon the CAS Service, then there is no impact to users. ## Mitigation Users of affected versions should apply the following mitigation: - Users of 3.2x should upgrade to 3.2.5 or later - Users of 3.1.x should upgrade to 3.1.7 or later ## Credit This issue was identified by David Ohsie and brought to our attention by the CAS Development team.
Credit: security_alert@emc.com
Affected Software | Affected Version | How to fix |
---|---|---|
maven/org.springframework.security:spring-security-core | >=3.2.0<3.2.5 | 3.2.5 |
maven/org.springframework.security:spring-security-core | <3.1.7 | 3.1.7 |
Spring Security | =3.1.0 | |
Spring Security | =3.1.1 | |
Spring Security | =3.1.2 | |
Spring Security | =3.1.3 | |
Spring Security | =3.1.4 | |
Spring Security | =3.2.0 | |
Spring Security | =3.2.1 | |
Spring Security | =3.2.2 | |
Spring Security | =3.2.3 | |
Spring Security | =3.2.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2014-3527 has been classified as a medium-severity vulnerability.
To fix CVE-2014-3527, you should upgrade to Spring Security version 3.2.5 or later.
CVE-2014-3527 affects Spring Security versions from 3.1.0 up to 3.2.4.
CVE-2014-3527 involves a security issue with Proxy ticket authentication in Spring Security's CAS integration.
Yes, CVE-2014-3527 specifically affects the CAS Proxy ticket authentication mechanism of Spring Security.